public function ExecutableInterface::execute in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Executable/ExecutableInterface.php \Drupal\Core\Executable\ExecutableInterface::execute()
- 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\ExecutableCode
public function execute();