public ConditionInterface::setExecutableManager(ExecutableManagerInterface $executableManager)
Sets the executable manager class.
Parameters
\Drupal\Core\Executable\ExecutableManagerInterface $executableManager: The executable manager.
File
- core/lib/Drupal/Core/Condition/ConditionInterface.php, line 74
Class
- ConditionInterface
- An interface for condition plugins.
Namespace
Drupal\Core\Condition
Code
public function setExecutableManager(ExecutableManagerInterface $executableManager);
Please login to continue.