public ExecutableInterface::execute()
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
1 | public function execute(); |
Please login to continue.