Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseTestSchemaInstallTrait.php | file | core/ |
|
| DatabaseTestSchemaInstallTrait::installSampleSchema | function | core/ |
Sets up our sample table schema. |
| DatabaseVersionCheckUpdateTest | class | core/ |
Tests that updates fail if the database does not meet the minimum version. |
| DatabaseVersionCheckUpdateTest.php | file | core/ |
|
| DatabaseVersionCheckUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DatabaseVersionCheckUpdateTest::setUp | function | core/ |
|
| DatabaseVersionCheckUpdateTest::testUpdate | function | core/ |
Tests that updates fail if the database does not meet the minimum version. |
| database_driver_uninstall_validator | service | core/ |
Drupal\Core\Extension\DatabaseDriverUninstallValidator |
| database_statement_monitoring_test.info.yml | file | core/ |
core/modules/system/tests/modules/database_statement_monitoring_test/database_statement_monitoring_test.info.yml |
| database_test.info.yml | file | core/ |
core/modules/system/tests/modules/database_test/database_test.info.yml |
| database_test.install | file | core/ |
Install, update and uninstall functions for the database_test module. |
| database_test.module | file | core/ |
Database test module. |
| database_test.routing.yml | file | core/ |
core/modules/system/tests/modules/database_test/database_test.routing.yml |
| database_test_query_alter | function | core/ |
Implements hook_query_alter(). |
| database_test_query_database_test_alter_remove_range_alter | function | core/ |
Implements hook_query_TAG_alter(). |
| database_test_schema | function | core/ |
Implements hook_schema(). |
| DataCommand | class | core/ |
An AJAX command for implementing jQuery's data() method. |
| DataCommand.php | file | core/ |
|
| DataCommand::$name | property | core/ |
The key of the data attached to elements matched by the selector. |
| DataCommand::$selector | property | core/ |
A CSS selector string for elements to which data will be attached. |
| DataCommand::$value | property | core/ |
The value of the data to be attached to elements matched by the selector. |
| DataCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| DataCommand::__construct | function | core/ |
Constructs a DataCommand object. |
| DataDefinition | class | core/ |
A typed data definition class for defining data based on defined data types. |
| DataDefinition.php | file | core/ |
|
| DataDefinition::$definition | property | core/ |
The array holding values for all definition keys. |
| DataDefinition::addConstraint | function | core/ |
Adds a validation constraint. |
| DataDefinition::create | function | core/ |
Creates a new data definition. |
| DataDefinition::createFromDataType | function | core/ |
Creates a new data definition object. |
| DataDefinition::getClass | function | core/ |
Returns the class used for creating the typed data object. |
| DataDefinition::getConstraint | function | core/ |
Returns a validation constraint. |
| DataDefinition::getConstraints | function | core/ |
Returns an array of validation constraints. |
| DataDefinition::getDataType | function | core/ |
Returns the data type of the data. |
| DataDefinition::getDescription | function | core/ |
Returns a human readable description. |
| DataDefinition::getLabel | function | core/ |
Returns a human readable label. |
| DataDefinition::getSetting | function | core/ |
Returns the value of a given setting. |
| DataDefinition::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
| DataDefinition::isComputed | function | core/ |
Determines whether the data value is computed. |
| DataDefinition::isInternal | function | core/ |
Determines whether the data value is internal. |
| DataDefinition::isList | function | core/ |
Returns whether the data is multi-valued, i.e. a list of data items. |
| DataDefinition::isReadOnly | function | core/ |
Determines whether the data is read-only. |
| DataDefinition::isRequired | function | core/ |
Determines whether a data value is required. |
| DataDefinition::offsetExists | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
| DataDefinition::offsetGet | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
| DataDefinition::offsetSet | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
| DataDefinition::offsetUnset | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
| DataDefinition::setClass | function | core/ |
Sets the class used for creating the typed data object. |
| DataDefinition::setComputed | function | core/ |
Sets whether the data is computed. |
| DataDefinition::setConstraints | function | core/ |
Sets an array of validation constraints. |
| DataDefinition::setDataType | function | core/ |
Sets the data type. |
Pagination
- Previous page
- Page 351
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.