Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface::execute()
  2. 9 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.
2 methods override ExecutableInterface::execute()
ConditionPluginBase::execute in core/lib/Drupal/Core/Condition/ConditionPluginBase.php
Executes the plugin.
FieldUpdateActionBase::execute in core/lib/Drupal/Core/Field/FieldUpdateActionBase.php
Executes the plugin.

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();