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

Breadcrumb

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

function ConditionInterface::setExecutableManager

Sets the executable manager class.

Parameters

\Drupal\Core\Executable\ExecutableManagerInterface $executableManager: The executable manager.

1 method overrides ConditionInterface::setExecutableManager()
ConditionPluginBase::setExecutableManager in core/lib/Drupal/Core/Condition/ConditionPluginBase.php
Sets the executable manager class.

File

core/lib/Drupal/Core/Condition/ConditionInterface.php, line 76

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

public function setExecutableManager(ExecutableManagerInterface $executableManager);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal