Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ConnectionTest::testPrefixArrayOption function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Tests the prefix connection option in array form.
ConnectionTest::testPrefixRoundTrip function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Exercise setPrefix() and tablePrefix().
ConnectionTest::testPrefixTables function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Exercise the prefixTables() method.
ConnectionTest::testQueryTrim function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test rtrim() of query strings.
ConnectionTest::testSchema function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Tests Connection::schema().
ConnectionTest::testStatementDeprecation function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Tests deprecation of the Statement class.
ConnectionTest::testStatementQueryDeprecation function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Tests the deprecation of passing a statement object to ::query.
ConnectionTest::testTransactionsOptionDeprecation function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Tests the deprecation of the 'transactions' connection option.
ConnectionTest::testVersionAndIsMariaDb function core/modules/mysql/tests/src/Unit/ConnectionTest.php @covers ::version[[api-linebreak]]
@covers ::isMariaDb[[api-linebreak]]
@dataProvider providerVersionAndIsMariaDb
ConnectionUnitTest class core/modules/mysql/tests/src/Kernel/mysql/ConnectionUnitTest.php MySQL-specific connection unit tests.
ConnectionUnitTest class core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php PostgreSQL-specific connection unit tests.
ConnectionUnitTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php
ConnectionUnitTest.php file core/modules/mysql/tests/src/Kernel/mysql/ConnectionUnitTest.php
ConnectionUnitTest::getQuery function core/modules/mysql/tests/src/Kernel/mysql/ConnectionUnitTest.php Returns a set of queries specific for MySQL.
ConnectionUnitTest::getQuery function core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php Returns a set of queries specific for PostgreSQL.
conneg_test.info.yml file core/modules/system/tests/modules/conneg_test/conneg_test.info.yml core/modules/system/tests/modules/conneg_test/conneg_test.info.yml
conneg_test.routing.yml file core/modules/system/tests/modules/conneg_test/conneg_test.routing.yml core/modules/system/tests/modules/conneg_test/conneg_test.routing.yml
Constraint class core/lib/Drupal/Component/Version/Constraint.php A value object representing a Drupal version constraint.
Constraint class core/lib/Drupal/Core/Validation/Annotation/Constraint.php Defines a validation constraint annotation object.
Constraint.php file core/lib/Drupal/Core/Validation/Annotation/Constraint.php
Constraint.php file core/lib/Drupal/Component/Version/Constraint.php
Constraint::$constraint property core/lib/Drupal/Component/Version/Constraint.php The constraint represented as a string. For example '>=8.x-5.x'.
Constraint::$constraintArray property core/lib/Drupal/Component/Version/Constraint.php A list of associative arrays representing the constraint.
Constraint::$id property core/lib/Drupal/Core/Validation/Annotation/Constraint.php The constraint plugin ID.
Constraint::$label property core/lib/Drupal/Core/Validation/Annotation/Constraint.php The human-readable name of the constraint plugin.
Constraint::$type property core/lib/Drupal/Core/Validation/Annotation/Constraint.php DataType plugin IDs for which this constraint applies.
Constraint::isCompatible function core/lib/Drupal/Component/Version/Constraint.php Determines if the provided version is satisfied by this constraint.
Constraint::parseConstraint function core/lib/Drupal/Component/Version/Constraint.php Parses a constraint string.
Constraint::__construct function core/lib/Drupal/Component/Version/Constraint.php Constraint constructor.
Constraint::__toString function core/lib/Drupal/Component/Version/Constraint.php Gets the constraint as a string.
ConstraintFactory class core/lib/Drupal/Core/Validation/ConstraintFactory.php Constraint plugin factory.
ConstraintFactory.php file core/lib/Drupal/Core/Validation/ConstraintFactory.php
ConstraintFactory::createInstance function core/lib/Drupal/Core/Validation/ConstraintFactory.php Creates a pre-configured instance of a plugin.
ConstraintFactoryTest class core/tests/Drupal/KernelTests/Core/Validation/ConstraintFactoryTest.php @coversDefaultClass \Drupal\Core\Validation\ConstraintFactory[[api-linebreak]]
ConstraintFactoryTest.php file core/tests/Drupal/KernelTests/Core/Validation/ConstraintFactoryTest.php
ConstraintFactoryTest::$modules property core/tests/Drupal/KernelTests/Core/Validation/ConstraintFactoryTest.php Modules to enable.
ConstraintFactoryTest::testCreateInstance function core/tests/Drupal/KernelTests/Core/Validation/ConstraintFactoryTest.php @covers ::createInstance[[api-linebreak]]
ConstraintManager class core/lib/Drupal/Core/Validation/ConstraintManager.php Constraint plugin manager.
ConstraintManager.php file core/lib/Drupal/Core/Validation/ConstraintManager.php
ConstraintManager::create function core/lib/Drupal/Core/Validation/ConstraintManager.php Creates a validation constraint.
ConstraintManager::getDefinitionsByType function core/lib/Drupal/Core/Validation/ConstraintManager.php Returns a list of constraints that support the given type.
ConstraintManager::getDiscovery function core/lib/Drupal/Core/Validation/ConstraintManager.php Gets the plugin discovery.
ConstraintManager::processDefinition function core/lib/Drupal/Core/Validation/ConstraintManager.php Performs extra processing on plugin definitions.
ConstraintManager::registerDefinitions function core/lib/Drupal/Core/Validation/ConstraintManager.php Callback for registering definitions for constraints shipped with Symfony.
ConstraintManager::__construct function core/lib/Drupal/Core/Validation/ConstraintManager.php Overrides \Drupal\Component\Plugin\PluginManagerBase::__construct().
ConstraintsTest class core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php Tests various low level constrains provided by core.
ConstraintsTest.php file core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php
ConstraintsTest::$modules property core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php Modules to enable.
ConstraintsTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php
ConstraintsTest::testUuid function core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php

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