Search for condition
- Search 7.x for condition
- Search 8.9.x for condition
- Search 10.3.x for condition
- Search 11.x for condition
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Condition | class | core/ |
CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Condition. |
Condition | class | core/ |
Defines the condition class for the config entity query. |
Condition | class | core/ |
Generic class for a series of conditions in a query. |
Condition | class | core/ |
Implements entity query conditions for SQL databases. |
Condition | class | core/ |
Implements entity query conditions for PostgreSQL databases. |
Condition | class | core/ |
Defines the condition class for the null entity query. |
Condition | class | core/ |
Defines the condition class for the key value entity query. |
Condition | class | core/ |
Defines a condition plugin annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ConditionInterface::evaluate | function | core/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
ConditionInterface::exists | function | core/ |
Queries for the existence of a field. |
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/ |
Queries for the nonexistence of a field. |
ConditionInterface::notExists | function | core/ |
Sets a condition that the specified subquery returns no values. |
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/ |
|
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/ |
|
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. |
ConditionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Database\Query\Condition |
ConditionTest.php | file | core/ |
|
ConditionTest::dataProviderTestCompileWithKnownOperators | function | core/ |
Provides a list of known operations and the expected output. |
ConditionTest::providerSimpleCondition | function | core/ |
Provides a list of known operations and the expected output. |
ConditionTest::providerTestCompileWithSqlInjectionForOperator | function | core/ |
|
ConditionTest::testCompileWithKnownOperators | function | core/ |
@covers ::compile |
ConditionTest::testCompileWithSqlInjectionForOperator | function | core/ |
@covers ::compile |
ConditionTest::testConditionClassDeprecation | function | core/ |
Tests the deprecation of the class Condition. |
ConditionTest::testContribCondition | function | core/ |
Tests that the core Condition can be overridden. |
ConditionTest::testSimpleCondition | function | core/ |
@covers ::compile @dataProvider providerSimpleCondition() |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.