BlockConditionMissingSchemaUpdateTest |
class |
core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php |
Tests the upgrade path for block with conditions missing context. |
BlockConditionMissingSchemaUpdateTest.php |
file |
core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php |
|
BlockConditionMissingSchemaUpdateTest::$modules |
property |
core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php |
Modules to enable after the database is loaded. |
BlockConditionMissingSchemaUpdateTest::setDatabaseDumpFiles |
function |
core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php |
Set database dump files to be used. |
BlockConditionMissingSchemaUpdateTest::testUpdateHookN |
function |
core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php |
Tests that block context mapping is updated properly. |
CacheablePreconditionFailedHttpException |
class |
core/lib/Drupal/Core/Http/Exception/CacheablePreconditionFailedHttpException.php |
A cacheable PreconditionFailedHttpException. |
CacheablePreconditionFailedHttpException.php |
file |
core/lib/Drupal/Core/Http/Exception/CacheablePreconditionFailedHttpException.php |
|
CacheablePreconditionFailedHttpException::__construct |
function |
core/lib/Drupal/Core/Http/Exception/CacheablePreconditionFailedHttpException.php |
|
CacheablePreconditionRequiredHttpException |
class |
core/lib/Drupal/Core/Http/Exception/CacheablePreconditionRequiredHttpException.php |
A cacheable PreconditionRequiredHttpException. |
CacheablePreconditionRequiredHttpException.php |
file |
core/lib/Drupal/Core/Http/Exception/CacheablePreconditionRequiredHttpException.php |
|
CacheablePreconditionRequiredHttpException::__construct |
function |
core/lib/Drupal/Core/Http/Exception/CacheablePreconditionRequiredHttpException.php |
|
Condition |
class |
core/lib/Drupal/Core/Database/Query/Condition.php |
Generic class for a series of conditions in a query. |
Condition |
class |
core/lib/Drupal/Core/Entity/Query/Sql/pgsql/Condition.php |
Implements entity query conditions for PostgreSQL databases. |
Condition |
class |
core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
Defines the condition class for the config entity query. |
Condition |
class |
core/lib/Drupal/Core/Entity/Query/Null/Condition.php |
Defines the condition class for the null entity query. |
Condition |
class |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
Implements entity query conditions for SQL databases. |
Condition |
class |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
Defines a condition plugin annotation object. |
Condition |
class |
core/lib/Drupal/Core/Entity/KeyValueStore/Query/Condition.php |
Defines the condition class for the key value entity query. |
Condition.php |
file |
core/lib/Drupal/Core/Database/Query/Condition.php |
|
Condition.php |
file |
core/lib/Drupal/Core/Entity/KeyValueStore/Query/Condition.php |
|
Condition.php |
file |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
|
Condition.php |
file |
core/lib/Drupal/Core/Entity/Query/Sql/pgsql/Condition.php |
|
Condition.php |
file |
core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
|
Condition.php |
file |
core/lib/Drupal/Core/Entity/Query/Null/Condition.php |
|
Condition.php |
file |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
|
Condition::$arguments |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
Array of arguments. |
Condition::$category |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
The category under which the condition should listed in the UI. |
Condition::$changed |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
Whether the conditions have been changed. |
Condition::$conditionOperatorMap |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
Provides a map of condition operators to condition operator options. |
Condition::$conditions |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
Array of conditions. |
Condition::$context |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
An array of context definitions describing the context used by the plugin. |
Condition::$context_definitions |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
An array of context definitions describing the context used by the plugin. |
Condition::$id |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
The condition plugin ID. |
Condition::$label |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
The human-readable name of the condition. |
Condition::$module |
property |
core/lib/Drupal/Core/Condition/Annotation/Condition.php |
The name of the module providing the type. |
Condition::$nestedInsideOrCondition |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
Whether this condition is nested inside an OR condition. |
Condition::$query |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
The SQL entity query object this condition belongs to. |
Condition::$queryPlaceholderIdentifier |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
The identifier of the query placeholder this condition has been compiled against. |
Condition::$stringVersion |
property |
core/lib/Drupal/Core/Database/Query/Condition.php |
Contains the string version of the Condition. |
Condition::alwaysFalse |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Sets a condition that is always false. |
Condition::andConditionGroup |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Creates a new group of conditions ANDed together. |
Condition::arguments |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Gets a complete list of all values to insert into the prepared statement. |
Condition::compile |
function |
core/lib/Drupal/Core/Config/Entity/Query/Condition.php |
Compiles this conditional clause. |
Condition::compile |
function |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php |
Compiles this conditional clause. |
Condition::compile |
function |
core/lib/Drupal/Core/Entity/Query/Null/Condition.php |
Compiles this conditional clause. |
Condition::compile |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Compiles the saved conditions for later retrieval. |
Condition::compiled |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Check whether a condition has been previously compiled. |
Condition::condition |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Helper function: builds the most common conditional clauses. |
Condition::conditionGroupFactory |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Creates an object holding a group of conditions. |
Condition::conditions |
function |
core/lib/Drupal/Core/Database/Query/Condition.php |
Gets the, possibly nested, list of conditions in this conditional clause. |