You are here

public function ExecutableInterface::execute in Drupal 9

Same name and namespace in other branches
  1. 8 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.

... See full list

File

core/lib/Drupal/Core/Executable/ExecutableInterface.php, line 15

Class

ExecutableInterface
An interface for executable plugins.

Namespace

Drupal\Core\Executable

Code

public function execute();