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 |
|---|---|---|---|
| DatabaseTestSchemaInstallTrait.php | file | core/ |
|
| DatabaseTestSchemaInstallTrait::installSampleSchema | function | core/ |
Sets up our sample table schema. |
| database_driver_uninstall_validator | service | core/ |
Drupal\Core\Extension\DatabaseDriverUninstallValidator |
| database_test.info.yml | file | core/ |
core/modules/system/tests/modules/database_test/database_test.info.yml |
| database_test.install | file | core/ |
|
| database_test.routing.yml | file | core/ |
core/modules/system/tests/modules/database_test/database_test.routing.yml |
| database_test.services.yml | file | core/ |
core/modules/system/tests/modules/database_test/database_test.services.yml |
| 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/ |
|
| DataDefinition::create | function | core/ |
Creates a new data definition. |
| DataDefinition::createFromDataType | function | core/ |
|
| DataDefinition::getClass | function | core/ |
|
| DataDefinition::getConstraint | function | core/ |
|
| DataDefinition::getConstraints | function | core/ |
|
| DataDefinition::getDataType | function | core/ |
|
| DataDefinition::getDescription | function | core/ |
|
| DataDefinition::getLabel | function | core/ |
|
| DataDefinition::getSetting | function | core/ |
|
| DataDefinition::getSettings | function | core/ |
|
| DataDefinition::isComputed | function | core/ |
|
| DataDefinition::isInternal | function | core/ |
|
| DataDefinition::isList | function | core/ |
|
| DataDefinition::isReadOnly | function | core/ |
|
| DataDefinition::isRequired | function | core/ |
|
| DataDefinition::offsetExists | function | core/ |
This is for BC support only. |
| DataDefinition::offsetGet | function | core/ |
This is for BC support only. |
| DataDefinition::offsetSet | function | core/ |
This is for BC support only. |
| DataDefinition::offsetUnset | function | core/ |
This is for BC support only. |
| 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. |
| DataDefinition::setDescription | function | core/ |
Sets the human-readable description. |
| DataDefinition::setInternal | function | core/ |
Sets the whether the data value should be internal. |
| DataDefinition::setLabel | function | core/ |
Sets the human-readable label. |
| DataDefinition::setReadOnly | function | core/ |
Sets whether the data is read-only. |
| DataDefinition::setRequired | function | core/ |
Sets whether the data is required. |
| DataDefinition::setSetting | function | core/ |
Sets a definition setting. |
| DataDefinition::setSettings | function | core/ |
Sets the array of settings, as required by the used class. |
| DataDefinition::toArray | function | core/ |
Returns all definition values as array. |
Pagination
- Previous page
- Page 374
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.