Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 10.3.x for d
  5. Other projects
Title Object type File name Summary
ConditionInterface::exists function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that the specified subquery returns values.
ConditionInterface::getConjunction function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Gets the current conjunction.
ConditionInterface::isNegated function core/lib/Drupal/Core/Condition/ConditionInterface.php Determines whether condition result will be negated.
ConditionInterface::isNotNull function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that the specified field be NOT NULL.
ConditionInterface::isNull function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that the specified field be NULL.
ConditionInterface::notExists function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that the specified subquery returns no values.
ConditionInterface::notExists function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Queries for the nonexistence of a field.
ConditionInterface::orConditionGroup function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Creates a new group of conditions ORed together.
ConditionInterface::setExecutableManager function core/lib/Drupal/Core/Condition/ConditionInterface.php Sets the executable manager class.
ConditionInterface::summary function core/lib/Drupal/Core/Condition/ConditionInterface.php Provides a human readable summary of the condition's configuration.
ConditionInterface::where function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Adds an arbitrary WHERE clause to the query.
ConditionManager class core/lib/Drupal/Core/Condition/ConditionManager.php A plugin manager for condition plugins.
ConditionManager.php file core/lib/Drupal/Core/Condition/ConditionManager.php
ConditionManager::createInstance function core/lib/Drupal/Core/Condition/ConditionManager.php Creates a plugin instance based on the provided ID and configuration.
ConditionManager::execute function core/lib/Drupal/Core/Condition/ConditionManager.php Executes an executable plugin.
ConditionManager::getType function core/lib/Drupal/Core/Condition/ConditionManager.php A string identifying the plugin type.
ConditionManager::__construct function core/lib/Drupal/Core/Condition/ConditionManager.php Constructs a ConditionManager object.
ConditionPluginBase class core/lib/Drupal/Core/Condition/ConditionPluginBase.php Provides a basis for fulfilling contexts for condition plugins.
ConditionPluginBase.php file core/lib/Drupal/Core/Condition/ConditionPluginBase.php
ConditionPluginBase::$executableManager property core/lib/Drupal/Core/Condition/ConditionPluginBase.php The condition manager to proxy execute calls through.
ConditionPluginBase::buildConfigurationForm function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Form constructor.
ConditionPluginBase::calculateDependencies function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Calculates dependencies for the configured plugin.
ConditionPluginBase::defaultConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Gets default configuration for this plugin.
ConditionPluginBase::execute function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Executes the plugin.
ConditionPluginBase::getConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Gets this plugin's configuration.
ConditionPluginBase::isNegated function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Determines whether condition result will be negated.
ConditionPluginBase::setConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Sets the configuration for this plugin instance.
ConditionPluginBase::setExecutableManager function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Sets the executable manager class.
ConditionPluginBase::submitConfigurationForm function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Form submission handler.
ConditionPluginBase::validateConfigurationForm function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Form validation handler.
ConditionPluginBase::__construct function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Constructs a \Drupal\Component\Plugin\PluginBase object.
ConditionPluginCollection class core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Provides a collection of condition plugins.
ConditionPluginCollection.php file core/lib/Drupal/Core/Condition/ConditionPluginCollection.php
ConditionPluginCollection::$conditionContexts property core/lib/Drupal/Core/Condition/ConditionPluginCollection.php An array of collected contexts for conditions.
ConditionPluginCollection::addContext function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Sets the condition context for a given name.
ConditionPluginCollection::get function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php
ConditionPluginCollection::getConditionContexts function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Gets the values for all defined contexts.
ConditionPluginCollection::getConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Gets the current configuration of all plugins in this collection.
Config::$eventDispatcher property core/lib/Drupal/Core/Config/Config.php An event dispatcher instance to use for configuration events.
Config::$moduleOverrides property core/lib/Drupal/Core/Config/Config.php The current module overrides.
Config::$overriddenData property core/lib/Drupal/Core/Config/Config.php The current runtime data.
Config::$settingsOverrides property core/lib/Drupal/Core/Config/Config.php The current settings overrides.
Config::delete function core/lib/Drupal/Core/Config/Config.php Deletes the configuration object.
Config::hasOverrides function core/lib/Drupal/Core/Config/Config.php Determines if overrides are applied to a key for this configuration object.
Config::initWithData function core/lib/Drupal/Core/Config/Config.php Initializes a configuration object with pre-loaded data.
Config::resetOverriddenData function core/lib/Drupal/Core/Config/Config.php Resets the current data, so overrides are re-applied.
Config::setData function core/lib/Drupal/Core/Config/Config.php Replaces the data of this configuration object.
Config::setModuleOverride function core/lib/Drupal/Core/Config/Config.php Sets module overrides for this configuration object.
Config::setOverriddenData function core/lib/Drupal/Core/Config/Config.php Sets the current data for this configuration object.
Config::setSettingsOverride function core/lib/Drupal/Core/Config/Config.php Sets settings.php overrides for this configuration object.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.