File
- drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php, line 29
- Contains \Drupal\Core\Executable\ExecutablePluginBase.
Class
- ExecutablePluginBase
- Provides the basic architecture for executable plugins.
Namespace
Drupal\Core\Executable
Code
public function setExecutableManager(ExecutableManagerInterface $executableManager) {
$this->executableManager = $executableManager;
return $this;
}