You are here

public function ExecutableInterface::execute in Drupal 10

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

4 methods override ExecutableInterface::execute()
ActionAjaxTest::execute in core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php
Executes the plugin.
BatchUserAction::execute in core/modules/views/tests/modules/user_batch_action_test/src/Plugin/Action/BatchUserAction.php
Executes the plugin.
NoType::execute in core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php
Executes the plugin.
SaveEntity::execute in core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.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();