Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SelectTest::testAlwaysFalseCondition | function | core/ |
Tests that we can force a query to return an empty result. |
| SelectTest::testEmptyInCondition | function | core/ |
Tests thrown exception for IN query conditions with an empty array. |
| SelectTest::testExtenderAlwaysFalseCondition | function | core/ |
Tests that we can force an extended query to return an empty result. |
| SelectTest::testInvalidSelectCount | function | core/ |
Tests that an invalid count query throws an exception. |
| SelectTest::testIsNotNullCondition | function | core/ |
Tests that we can find a record without a NULL value. |
| SelectTest::testIsNullCondition | function | core/ |
Tests that we can find a record with a NULL value. |
| SelectTest::testNonArrayOperatorWithArrayValueCondition | function | core/ |
Tests thrown exception for non array operator conditions with array value. |
| SelectTest::testNullCondition | function | core/ |
Tests that a comparison with NULL is always FALSE. |
| SelectTest::testRandomOrder | function | core/ |
Tests that random ordering of queries works. |
| SelectTest::testRegularExpressionCondition | function | core/ |
Tests that filter by 'REGEXP' and 'NOT REGEXP' works as expected. |
| SelectTest::testSelectDuplicateAlias | function | core/ |
Tests that aliases are renamed when they are duplicates. |
| SelectTest::testSimpleComment | function | core/ |
Tests rudimentary SELECT statement with a COMMENT. |
| SelectTest::testSimpleSelect | function | core/ |
Tests rudimentary SELECT statements. |
| SelectTest::testSimpleSelectAllFields | function | core/ |
Tests adding all fields from a given table to a SELECT statement. |
| SelectTest::testSimpleSelectConditional | function | core/ |
Tests basic conditionals on SELECT statements. |
| SelectTest::testSimpleSelectExpression | function | core/ |
Tests SELECT statements with expressions. |
| SelectTest::testSimpleSelectExpressionMultiple | function | core/ |
Tests SELECT statements with multiple expressions. |
| SelectTest::testSimpleSelectMultipleFields | function | core/ |
Tests adding multiple fields to a SELECT statement at the same time. |
| SelectTest::testUnion | function | core/ |
Tests that we can UNION multiple Select queries together. |
| SelectTest::testUnionAll | function | core/ |
Tests that we can UNION ALL multiple SELECT queries together. |
| SelectTest::testUnionCount | function | core/ |
Tests that we can get a count query for a UNION Select query. |
| SelectTest::testUnionOrder | function | core/ |
Tests that we can UNION multiple Select queries together and set the ORDER. |
| SelectTest::testUnionOrderLimit | function | core/ |
Tests that we can UNION multiple Select queries together with and a LIMIT. |
| SelectTest::testVulnerableComment | function | core/ |
Tests query COMMENT system against vulnerabilities. |
| SemanticVersion | class | composer/ |
Utility methods for manipulating semantic versions. |
| SemanticVersion.php | file | composer/ |
|
| SemanticVersion::majorMinorConstraint | function | composer/ |
Given a version, generate a loose ^major.minor constraint. |
| SemVer | class | composer/ |
Helper class to manipulate semantic versioning constraints. |
| SemVer.php | file | composer/ |
|
| SemVer::minimizeConstraints | function | composer/ |
Minimizes two constraints. |
| SemVer::__construct | function | composer/ |
|
| SemVerTest | class | core/ |
Tests Drupal\Composer\Plugin\RecipeUnpack\SemVer. |
| SemVerTest.php | file | core/ |
|
| SemVerTest::testMinimizeConstraints | function | core/ |
Tests minimize constraints. |
| SemVerTest::testMinimizeConstraintsWhichAreNotSubsets | function | core/ |
Tests minimize constraints which are not subsets. |
| SemVerTest::testMinimizeConstraintsWhichDoNotIntersect | function | core/ |
Tests minimize constraints which do not intersect. |
| semver_test.info.yml | file | core/ |
core/modules/update/tests/modules/semver_test/semver_test.info.yml |
| SendmailCommandValidationTransportFactory | class | core/ |
Command validation decorator for sendmail transport factory. |
| SendmailCommandValidationTransportFactory.php | file | core/ |
|
| SendmailCommandValidationTransportFactory::create | function | core/ |
|
| SendmailCommandValidationTransportFactory::supports | function | core/ |
|
| SendmailCommandValidationTransportFactory::__construct | function | core/ |
Construct command validation decorator for sendmail transport factory. |
| SeparatorTranslationTest | class | core/ |
Test to ensure the datetime range separator is translatable. |
| SeparatorTranslationTest.php | file | core/ |
|
| SeparatorTranslationTest::$field | property | core/ |
The field used in this test class. |
| SeparatorTranslationTest::$fieldStorage | property | core/ |
A field storage to use in this test class. |
| SeparatorTranslationTest::$modules | property | core/ |
|
| SeparatorTranslationTest::setUp | function | core/ |
|
| SeparatorTranslationTest::testSeparatorTranslation | function | core/ |
Tests the translation of the range separator. |
| Sequence | class | core/ |
Defines a configuration element of type Sequence. |
Pagination
- Previous page
- Page 1452
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.