public function ExecutableInterface::execute

Executes the plugin.

1 call to ExecutableInterface::execute()
ActionBase::executeMultiple in drupal/core/lib/Drupal/Core/Action/ActionBase.php
Executes the plugin for an array of objects.
25 methods override ExecutableInterface::execute()
AddRoleUser::execute in drupal/core/modules/user/lib/Drupal/user/Plugin/Action/AddRoleUser.php
Executes the plugin.
AssignOwnerNode::execute in drupal/core/modules/node/lib/Drupal/node/Plugin/Action/AssignOwnerNode.php
Executes the plugin.
BlockUser::execute in drupal/core/modules/user/lib/Drupal/user/Plugin/Action/BlockUser.php
Executes the plugin.
CancelUser::execute in drupal/core/modules/user/lib/Drupal/user/Plugin/Action/CancelUser.php
Executes the plugin.
ConditionPluginBase::execute in drupal/core/lib/Drupal/Core/Condition/ConditionPluginBase.php
Implements \Drupal\Core\Executable\ExecutablePluginBase::execute().

... See full list

File

drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php, line 18
Contains \Drupal\Core\Executable\ExecutableInterface.

Class

ExecutableInterface
An interface for executable plugins.

Namespace

Drupal\Core\Executable

Code

public function execute();