Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| d7_user_settings_translation.yml | file | core/ |
core/modules/config_translation/migrations/d7_user_settings_translation.yml |
| d7_view_modes.yml | file | core/ |
core/modules/field/migrations/d7_view_modes.yml |
| d8404562-efcc-40e3-869e-40132d53fe0b.yml | file | core/ |
core/tests/fixtures/default_content/file/d8404562-efcc-40e3-869e-40132d53fe0b.yml |
| d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml | file | core/ |
core/tests/fixtures/default_content/block_content/d9b72b2f-a5ea-4a3f-b10c-28deb7b3b7bf.yml |
| da.php | file | core/ |
|
| dairy-free-delicious-milk-chocolate.html | file | core/ |
|
| dairy-free-delicious-milk-chocolate.html | file | core/ |
|
| DAlterHooks | class | core/ |
This class contains hook implementations. |
| DAlterHooks.php | file | core/ |
|
| DAlterHooks::testAlter | function | core/ |
Implements hook_test_alter(). |
| DAlterHooks::testSubtypeAlter | function | core/ |
Implements hook_test_subtype_alter(). |
| Data | class | core/ |
Represents the `data` and `included` objects of a top-level object. |
| Data.php | file | core/ |
|
| Data::$cardinality | property | core/ |
The number of resources permitted in this collection. |
| Data::$count | property | core/ |
Holds the total count of entities. |
| Data::$data | property | core/ |
Various representations of JSON:API objects. |
| Data::$hasNextPage | property | core/ |
Holds a boolean indicating if there is a next page. |
| Data::count | function | core/ |
Returns the number of entities. |
| Data::deduplicate | function | core/ |
Returns a new, deduplicated Data object. |
| Data::getCardinality | function | core/ |
Gets the cardinality of this collection. |
| Data::getIterator | function | core/ |
Returns an iterator for entities. |
| Data::getTotalCount | function | core/ |
|
| Data::hasNextPage | function | core/ |
Checks if there is a next page in the collection. |
| Data::merge | function | core/ |
Returns a new Data object containing the entities of $this and $other. |
| Data::setHasNextPage | function | core/ |
Sets the has next page flag. |
| Data::setTotalCount | function | core/ |
|
| Data::toArray | function | core/ |
Returns the collection as an array. |
| Data::__construct | function | core/ |
Instantiates a Data object. |
| database | service | core/ |
Drupal\Core\Database\Connection |
| Database | class | core/ |
Primary front-controller for the database system. |
| Database abstraction layer | group | core/ |
Allow the use of different database servers using the same code base. |
| database.api.php | file | core/ |
Hooks related to the Database system and the Schema API. |
| Database.php | file | core/ |
|
| database.replica | service | core/ |
Drupal\Core\Database\Connection |
| database.replica_kill_switch | service | core/ |
Drupal\Core\Database\ReplicaKillSwitch |
| Database::$activeKey | property | core/ |
The key of the currently active database connection. |
| Database::$connections | property | core/ |
A nested array of active connections, keyed by database name and target. |
| Database::$databaseInfo | property | core/ |
A processed copy of the database connection information from settings.php. |
| Database::$ignoreTargets | property | core/ |
A list of key/target credentials to simply ignore. |
| Database::$logs | property | core/ |
An array of active query log objects. |
| Database::addConnectionInfo | function | core/ |
Adds database connection information for a given key/target. |
| Database::closeConnection | function | core/ |
Closes a connection to the server specified by the given key and target. |
| Database::commitAllOnShutdown | function | core/ |
Calls commitAll() on all the open connections. |
| Database::convertDbUrlToConnectionInfo | function | core/ |
Converts a URL to a database connection info array. |
| Database::getAllConnectionInfo | function | core/ |
Gets connection information for all available databases. |
| Database::getConnection | function | core/ |
Gets the connection object for the specified database key and target. |
| Database::getConnectionInfo | function | core/ |
Gets information on the specified database connection. |
| Database::getConnectionInfoAsUrl | function | core/ |
Gets database connection info as a URL. |
| Database::getDriverList | function | core/ |
Returns the list provider for available database drivers. |
| Database::getLog | function | core/ |
Retrieves the queries logged on for given logging key. |
Pagination
- Previous page
- Page 373
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.