Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConditionInterface::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
| ConditionInterface::conditions | function | core/ |
Gets the, possibly nested, list of conditions in this conditional clause. |
| ConditionInterface::conditions | function | core/ |
Gets a complete list of all conditions in this conditional clause. |
| 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::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::setExecutableManager | function | core/ |
Sets the executable manager class. |
| ConditionInterface::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
| ConditionManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
| 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::$conditionContexts | property | core/ |
An array of collected contexts for conditions. |
| ConditionPluginCollection::getConditionContexts | function | core/ |
Gets the values for all defined contexts. |
| ConditionPluginCollectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Condition\ConditionPluginCollection[[api-linebreak]] |
| ConditionPluginCollectionTest.php | file | core/ |
|
| ConditionPluginCollectionTest::$modules | property | core/ |
Modules to install. |
| ConditionPluginCollectionTest::testGetConfiguration | function | core/ |
@covers ::getConfiguration[[api-linebreak]] |
| ConditionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Database\Query\Condition[[api-linebreak]] |
| 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[[api-linebreak]] |
| ConditionTest::testCompileWithSqlInjectionForOperator | function | core/ |
@covers ::compile[[api-linebreak]] |
| ConditionTest::testContribCondition | function | core/ |
Tests that the core Condition can be overridden. |
| ConditionTest::testSimpleCondition | function | core/ |
@covers ::compile[[api-linebreak]] @dataProvider providerSimpleCondition |
| ConditionTestDualUser | class | core/ |
Provides a condition that requires two users. |
| ConditionTestDualUser.php | file | core/ |
|
| ConditionTestDualUser::evaluate | function | core/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
| ConditionTestDualUser::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
| ConditionTestDualUserTest | class | core/ |
Tests a condition that requires two users. |
| ConditionTestDualUserTest.php | file | core/ |
|
| ConditionTestDualUserTest::$anonymous | property | core/ |
An anonymous user for testing purposes. |
Pagination
- Previous page
- Page 175
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.