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