| PhpTuf\ComposerStager\API\Precondition\Service\StagingDirDoesNotExistInterface |
service |
core/modules/package_manager/package_manager.services.yml |
PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirDoesNotExist |
| PhpTuf\ComposerStager\API\Precondition\Service\StagingDirExistsInterface |
service |
core/modules/package_manager/package_manager.services.yml |
PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirExists |
| PhpTuf\ComposerStager\API\Precondition\Service\StagingDirIsReadyInterface |
service |
core/modules/package_manager/package_manager.services.yml |
PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirIsReady |
| PhpTuf\ComposerStager\API\Precondition\Service\StagingDirIsWritableInterface |
service |
core/modules/package_manager/package_manager.services.yml |
PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirIsWritable |
| plugin.manager.condition |
service |
core/core.services.yml |
Drupal\Core\Condition\ConditionManager |
| Query::condition |
function |
core/lib/Drupal/Core/Config/Entity/Query/Query.php |
Overrides \Drupal\Core\Entity\Query\QueryBase::condition(). |
| Query::conditionAggregateGroupFactory |
function |
core/lib/Drupal/Core/Entity/Query/Null/Query.php |
Creates an object holding a group of conditions. |
| QueryAggregate::conditionAggregateGroupFactory |
function |
core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php |
Creates an object holding a group of conditions. |
| QueryAggregateInterface::conditionAggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Sets a condition for an aggregated value. |
| QueryAggregateInterface::conditionAggregateGroupFactory |
function |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Creates an object holding a group of conditions. |
| QueryBase::$condition |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Conditions. |
| QueryBase::$conditionAggregate |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Aggregate Conditions. |
| QueryBase::andConditionGroup |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Creates a new group of conditions ANDed together. |
| QueryBase::condition |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Add a condition to the query or a condition group. |
| QueryBase::conditionAggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
|
| QueryBase::conditionGroupFactory |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Creates an object holding a group of conditions. |
| QueryBase::orConditionGroup |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Creates a new group of conditions ORed together. |
| QueryConditionTrait |
trait |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
Provides an implementation of ConditionInterface. |
| QueryConditionTrait.php |
file |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::$condition |
property |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
The condition object for this query. |
| QueryConditionTrait::alwaysFalse |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::andConditionGroup |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::arguments |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::compile |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::compiled |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::condition |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::conditionGroupFactory |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::conditions |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::exists |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::isNotNull |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::isNull |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::notExists |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::orConditionGroup |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::where |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryInterface::andConditionGroup |
function |
core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Creates a new group of conditions ANDed together. |
| QueryInterface::condition |
function |
core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Add a condition to the query or a condition group. |
| QueryInterface::orConditionGroup |
function |
core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Creates a new group of conditions ORed together. |
| QueryTest::$conditions |
property |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php |
The conditions to apply to the query. |
| QueryTest::testConditionOperatorArgumentsSQLInjection |
function |
core/tests/Drupal/KernelTests/Core/Database/QueryTest.php |
Tests SQL injection via condition operator. |
| RegistryTest::testRaceCondition |
function |
core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php |
Tests the behavior of the theme registry class. |
| RendererBubblingTest::testConditionalCacheContextBubblingSelfHealing |
function |
core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php |
Tests the self-healing of the redirect with conditional cache contexts. |
| RequestPathTest::testConditions |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php |
Tests the request path condition. |
| ResponseStatusTest::providerTestConditions |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ResponseStatusTest.php |
Provides test data for testConditions. |
| ResponseStatusTest::testConditions |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/ResponseStatusTest.php |
Tests the request path condition. |
| Schema::buildTableNameCondition |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Builds a condition to match a table name with the information schema. |
| Schema::buildTableNameCondition |
function |
core/lib/Drupal/Core/Database/Schema.php |
Builds a condition to match a table name against the information_schema. |
| SearchKeywordsConditionsTest |
class |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
Verify the search without keywords set and extra conditions. |
| SearchKeywordsConditionsTest.php |
file |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
|
| SearchKeywordsConditionsTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
The theme to install as the default for testing. |
| SearchKeywordsConditionsTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
Modules to install. |