function ExecutableInterface::execute

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface::execute()
  2. 8.9.x core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface::execute()
  3. 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.
13 methods override ExecutableInterface::execute()
AssignOwnerNode::execute in core/modules/action/src/Plugin/Action/AssignOwnerNode.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.
EmailAction::execute in core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php
Executes the plugin.
FieldUpdateActionBase::execute in core/lib/Drupal/Core/Field/FieldUpdateActionBase.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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.