Search for condition
- Search 7.x for condition
- Search 9.5.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/ |
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 |
|---|---|---|---|
| EntityCondition::createFromQueryParameter | function | core/ |
Creates an EntityCondition object from a query parameter. |
| EntityCondition::field | function | core/ |
The field to be evaluated. |
| EntityCondition::operator | function | core/ |
The comparison operator to use for the evaluation. |
| EntityCondition::OPERATOR_KEY | constant | core/ |
The operator key in the condition: filter[lorem][condition][<operator>]. |
| EntityCondition::PATH_KEY | constant | core/ |
The field key in the filter condition: filter[lorem][condition][<field>]. |
| EntityCondition::validate | function | core/ |
Validates the filter has the required fields. |
| EntityCondition::value | function | core/ |
The value against which the condition should be evaluated. |
| EntityCondition::VALUE_KEY | constant | core/ |
The value key in the filter condition: filter[lorem][condition][<value>]. |
| EntityCondition::__construct | function | core/ |
Constructs a new EntityCondition object. |
| EntityConditionGroup | class | core/ |
A condition group for the EntityQuery. |
| EntityConditionGroup.php | file | core/ |
|
| EntityConditionGroup::$allowedConjunctions | property | core/ |
The AND conjunction value. |
| EntityConditionGroup::$conjunction | property | core/ |
The conjunction. |
| EntityConditionGroup::$members | property | core/ |
The members of the condition group. |
| EntityConditionGroup::conjunction | function | core/ |
The condition group conjunction. |
| EntityConditionGroup::members | function | core/ |
The members which belong to the condition group. |
| EntityConditionGroup::__construct | function | core/ |
Constructs a new condition group object. |
| EntityConditionGroupTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Query\EntityConditionGroup[[api-linebreak]] @group jsonapi |
| EntityConditionGroupTest.php | file | core/ |
|
| EntityConditionGroupTest::constructProvider | function | core/ |
Data provider for testConstruct. |
| EntityConditionGroupTest::testConstruct | function | core/ |
@covers ::__construct[[api-linebreak]] @dataProvider constructProvider |
| EntityConditionGroupTest::testConstructException | function | core/ |
@covers ::__construct[[api-linebreak]] |
| EntityConditionTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Query\EntityCondition[[api-linebreak]] @group jsonapi |
| EntityConditionTest.php | file | core/ |
|
| EntityConditionTest::queryParameterProvider | function | core/ |
Data provider for testDenormalize. |
| EntityConditionTest::setUp | function | core/ |
|
| EntityConditionTest::testCreateFromQueryParameter | function | core/ |
@covers ::createFromQueryParameter[[api-linebreak]] @dataProvider queryParameterProvider |
| EntityConditionTest::testValidation | function | core/ |
@covers ::validate[[api-linebreak]] @dataProvider validationProvider |
| EntityConditionTest::validationProvider | function | core/ |
Data provider for testValidation. |
| EntityQueryTest::testConditionCount | function | core/ |
Tests that condition count returns expected number of conditions. |
| EntityQueryTest::testConditionOnRevisionMetadataKeys | function | core/ |
Tests entity queries with condition on the revision metadata keys. |
| EntityQueryTest::testInjectionInCondition | function | core/ |
Test against SQL inject of condition field. This covers a database driver's EntityQuery\Condition class. |
| EntityQueryTest::testNestedConditionGroups | function | core/ |
Tests that nested condition groups work as expected. |
| FieldOrLanguageJoinTest::testLanguageBundleConditions | function | core/ |
Tests the adding of conditions by the join plugin. |
| FileUploadResourceTestBase::testPostFileUploadDuplicateFileRaceCondition | function | core/ |
Tests using the file upload POST route twice, simulating a race condition. |
| FileUploadTest::testPostFileUploadDuplicateFileRaceCondition | function | core/ |
Tests using the file upload POST route twice, simulating a race condition. |
| Filter::buildEntityConditionGroup | function | core/ |
Denormalizes the given filter items into a single EntityConditionGroup. |
| Filter::CONDITION_KEY | constant | core/ |
Key in the filter[<key>] parameter for conditions. |
| Filter::queryCondition | function | core/ |
Applies the root condition to the given query. |
| FilterTest::queryConditionData | function | core/ |
Simply provides test data to keep the actual test method tidy. |
| FilterTest::testQueryCondition | function | core/ |
@covers ::queryCondition[[api-linebreak]] |
| FormController::$condition | property | core/ |
The condition plugin we will be working with. |
| GroupwiseMax::alterSubqueryCondition | function | core/ |
Recursive helper to add a namespace to conditions. |
| GroupwiseMax::conditionNamespace | function | core/ |
Helper function to namespace query pieces. |
| HtmlTag::preRenderConditionalComments | function | core/ |
Pre-render callback: Renders #browsers into #prefix and #suffix. |
| HtmlTagTest::providerPreRenderConditionalComments | function | core/ |
Data provider for conditional comments test. |
| HtmlTagTest::testPreRenderConditionalComments | function | core/ |
@covers ::preRenderConditionalComments[[api-linebreak]] @dataProvider providerPreRenderConditionalComments |
| KernelTestBase::assertPostConditions | function | core/ |
|
| KernelTestBaseShutdownTest::assertPostConditions | function | core/ |
|
| LanguageConditionTest | class | core/ |
Tests that the language condition, provided by the language module, is working properly. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.