function 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.
14 methods override ExecutableInterface::execute()
- AddRoleUser::execute in core/
modules/ user/ src/ Plugin/ Action/ AddRoleUser.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.
- DeleteAction::execute in core/
lib/ Drupal/ Core/ Action/ Plugin/ Action/ DeleteAction.php - Executes the plugin.
File
-
core/
lib/ Drupal/ Core/ Executable/ ExecutableInterface.php, line 15
Class
- ExecutableInterface
- An interface for executable plugins.
Namespace
Drupal\Core\ExecutableCode
public function execute();