Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ExecutableInterface.php

function 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.
14 methods override ExecutableInterface::execute()
AddRoleUser::execute in core/modules/user/src/Plugin/Action/AddRoleUser.php
Executes the plugin.
BlockUser::execute in core/modules/user/src/Plugin/Action/BlockUser.php
Executes the plugin.
CancelUser::execute in core/modules/user/src/Plugin/Action/CancelUser.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.

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal