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