Issue #3352548 by DanielVeza: Leftover D10 deprecations in the contextual module

merge-requests/3534/merge
Lee Rowlands 2023-04-13 19:29:44 +10:00
parent 542a79d660
commit 21e847cf0f
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
10 changed files with 13 additions and 13 deletions

View File

@ -142,7 +142,7 @@
},
deprecatedProperty: 'model',
message:
'The model property is deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no replacement.',
'The model property is deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no replacement.',
}),
);
@ -258,7 +258,7 @@
*
* @type {Array}
*
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
views: [],
@ -269,7 +269,7 @@
*
* @type {Array}
*
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
regionViews: [],
@ -280,7 +280,7 @@
*
* @type {Backbone.Collection}
*
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
Drupal.contextual.collection = new Backbone.Collection([], {

View File

@ -79,7 +79,7 @@
*
* @type {?Drupal.contextualToolbar.StateModel}
*
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is
* no replacement.
*/
model: null,

View File

@ -11,7 +11,7 @@
*
* @augments Backbone.Model
*
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
Drupal.contextual.StateModel = Backbone.Model.extend(

View File

@ -5,7 +5,7 @@
(function (Drupal, Backbone) {
/**
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
Drupal.contextualToolbar.StateModel = Backbone.Model.extend(

View File

@ -5,7 +5,7 @@
(function ($, Drupal, Backbone, _) {
/**
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
Drupal.contextualToolbar.AuralView = Backbone.View.extend(

View File

@ -5,7 +5,7 @@
(function (Drupal, Backbone) {
/**
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
Drupal.contextualToolbar.VisualView = Backbone.View.extend(

View File

@ -5,7 +5,7 @@
(function (Drupal, Backbone) {
/**
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
Drupal.contextual.AuralView = Backbone.View.extend(

View File

@ -5,7 +5,7 @@
(function (Drupal, Backbone) {
/**
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
Drupal.contextual.KeyboardView = Backbone.View.extend(

View File

@ -5,7 +5,7 @@
(function (Drupal, Backbone) {
/**
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
Drupal.contextual.RegionView = Backbone.View.extend(

View File

@ -5,7 +5,7 @@
(function (Drupal, Backbone) {
/**
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no
* @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no
* replacement.
*/
Drupal.contextual.VisualView = Backbone.View.extend(