Skip to content
Snippets Groups Projects
Commit d73dcaf7 authored by catch's avatar catch
Browse files

Issue #2443709 by Xano, mikeryan, benjy: Some plugin annotations contains...

Issue #2443709 by Xano, mikeryan, benjy: Some plugin annotations contains legacy "derivative" property
parent 5ad57974
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -43,11 +43,4 @@ class Block extends Plugin {
*/
public $category = '';
/**
* Class used to retrieve derivative definitions of the block.
*
* @var string
*/
public $derivative = '';
}
......@@ -48,13 +48,4 @@ class MigrateDestination extends Plugin {
*/
public $requirements_met = TRUE;
/**
* A class to make the plugin derivative aware.
*
* @var string
*
* @see \Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator
*/
public $derivative;
}
......@@ -15,15 +15,6 @@
*/
abstract class ViewsPluginAnnotationBase extends Plugin implements AnnotationInterface {
/**
* A class to make the plugin derivative aware.
*
* @var string
*
* @see \Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator
*/
public $derivative;
/**
* Whether or not to register a theme function automatically.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment