interface ExecutableInterface in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface
- 10 core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface
An interface for executable plugins.
Hierarchy
- interface \Drupal\Core\Executable\ExecutableInterface
Expanded class hierarchy of ExecutableInterface
All classes that implement ExecutableInterface
Related topics
3 files declare their use of ExecutableInterface
- ActionInterface.php in core/
lib/ Drupal/ Core/ Action/ ActionInterface.php - ConditionInterface.php in core/
lib/ Drupal/ Core/ Condition/ ConditionInterface.php - ConditionManager.php in core/
lib/ Drupal/ Core/ Condition/ ConditionManager.php
File
- core/
lib/ Drupal/ Core/ Executable/ ExecutableInterface.php, line 10
Namespace
Drupal\Core\ExecutableView source
interface ExecutableInterface {
/**
* Executes the plugin.
*/
public function execute();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ExecutableInterface:: |
public | function | Executes the plugin. | 21 |