Issue #3352548 by DanielVeza: Leftover D10 deprecations in the contextual module
parent
542a79d660
commit
21e847cf0f
|
@ -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([], {
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue