Search for all

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.