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

Breadcrumb

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

interface ExecutableInterface

An interface for executable plugins.

Hierarchy

  • interface \Drupal\Core\Executable\ExecutableInterface

Expanded class hierarchy of ExecutableInterface

All classes that implement ExecutableInterface

Related topics

Plugin API
Using the Plugin API
3 files declare their use of ExecutableInterface
ActionInterface.php in core/lib/Drupal/Core/Action/ActionInterface.php
ConditionInterface.php in core/lib/Drupal/Core/Condition/ConditionInterface.php
ConditionManager.php in core/lib/Drupal/Core/Condition/ConditionManager.php

File

core/lib/Drupal/Core/Executable/ExecutableInterface.php, line 10

Namespace

Drupal\Core\Executable
View source
interface ExecutableInterface {
    
    /**
     * Executes the plugin.
     */
    public function execute();

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ExecutableInterface::execute public function Executes the plugin. 14
RSS feed
Powered by Drupal