public function ExecutableInterface::execute in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface::execute()
Executes the plugin.
1 call to ExecutableInterface::execute()
- ActionBase::executeMultiple in core/
lib/ Drupal/ Core/ Action/ ActionBase.php - Executes the plugin for an array of objects.
25 methods override ExecutableInterface::execute()
- AddRoleUser::execute in core/
modules/ user/ src/ Plugin/ Action/ AddRoleUser.php - Executes the plugin.
- AssignOwnerNode::execute in core/
modules/ node/ src/ Plugin/ Action/ AssignOwnerNode.php - Executes the plugin.
- BlockUser::execute in core/
modules/ user/ src/ Plugin/ Action/ BlockUser.php - Executes the plugin.
- CancelUser::execute in core/
modules/ user/ src/ Plugin/ Action/ CancelUser.php - Executes the plugin.
- ConditionPluginBase::execute in core/
lib/ Drupal/ Core/ Condition/ ConditionPluginBase.php - Executes the plugin.
File
- core/
lib/ Drupal/ Core/ Executable/ ExecutableInterface.php, line 20 - Contains \Drupal\Core\Executable\ExecutableInterface.
Class
- ExecutableInterface
- An interface for executable plugins.
Namespace
Drupal\Core\ExecutableCode
public function execute();