function ExecutableInterface::execute
Same name in other branches
- 9 core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface::execute()
- 10 core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface::execute()
- 11.x 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.
21 methods override ExecutableInterface::execute()
- ActionAjaxTest::execute in core/
modules/ action/ tests/ action_form_ajax_test/ src/ Plugin/ Action/ ActionAjaxTest.php - Executes the plugin.
- 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.
- BatchUserAction::execute in core/
modules/ views/ tests/ modules/ user_batch_action_test/ src/ Plugin/ Action/ BatchUserAction.php - Executes the plugin.
- BlockUser::execute in core/
modules/ user/ src/ Plugin/ Action/ BlockUser.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();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.