Skip to content
Snippets Groups Projects
Commit 7a9fae8f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2305569 by fago: Fixed Follow-up to context definitions: Remove unused,...

Issue #2305569 by fago: Fixed Follow-up to context definitions: Remove unused, left-over static contextDefinitions() methods.
parent 2b3cf006
No related branches found
No related tags found
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
...@@ -20,13 +20,6 @@ ...@@ -20,13 +20,6 @@
*/ */
abstract class ConditionPluginBase extends ExecutablePluginBase implements ConditionInterface { abstract class ConditionPluginBase extends ExecutablePluginBase implements ConditionInterface {
/**
* {@inheritdoc}
*/
public static function contextDefinitions() {
return [];
}
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
......
...@@ -46,13 +46,6 @@ abstract class BlockBase extends ContextAwarePluginBase implements BlockPluginIn ...@@ -46,13 +46,6 @@ abstract class BlockBase extends ContextAwarePluginBase implements BlockPluginIn
*/ */
protected $conditionPluginManager; protected $conditionPluginManager;
/**
* {@inheritdoc}
*/
public static function contextDefinitions() {
return [];
}
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment