function ExecutableInterface::execute

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface::execute()
  2. 10 core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface::execute()
  3. 9 core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface::execute()

Executes the plugin.

2 methods override ExecutableInterface::execute()
CancelUser::execute in core/modules/user/src/Plugin/Action/CancelUser.php
Executes the plugin.
PublishAction::execute in core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.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();

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