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

Breadcrumb

  1. Drupal Core 11.1.x

ExecutableInterface.php

Namespace

Drupal\Core\Executable

File

core/lib/Drupal/Core/Executable/ExecutableInterface.php

View source
<?php

namespace Drupal\Core\Executable;


/**
 * An interface for executable plugins.
 *
 * @ingroup plugin_api
 */
interface ExecutableInterface {
    
    /**
     * Executes the plugin.
     */
    public function execute();

}

Interfaces

Title Deprecated Summary
ExecutableInterface An interface for executable plugins.
RSS feed
Powered by Drupal