Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| d7_view_modes.yml | file | core/ |
core/modules/field/migrations/d7_view_modes.yml |
| da.php | file | core/ |
|
| dairy-free-delicious-milk-chocolate.html | file | core/ |
|
| dairy-free-delicious-milk-chocolate.html | file | core/ |
|
| 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::convertDbUrlToConnectionInfo | function | core/ |
Converts a URL to a database connection info array. |
| Database::findDriverAutoloadDirectory | function | core/ |
Finds the directory to add to the autoloader for the driver's namespace. |
| 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::getDatabaseDriverNamespace | function | core/ |
Gets the PHP namespace of a database driver from the connection info. |
| Database::getLog | function | core/ |
Retrieves the queries logged on for given logging key. |
| Database::ignoreTarget | function | core/ |
Instructs the system to temporarily ignore a given key/target. |
| Database::isActiveConnection | function | core/ |
Determines if there is an active connection. |
| Database::isWithinModuleNamespace | function | core/ |
Checks whether a namespace is within the namespace of a Drupal module. |
| Database::openConnection | function | core/ |
Opens a connection to the server specified by the given key and target. |
| Database::parseConnectionInfo | function | core/ |
Process the configuration file for database information. |
| Database::removeConnection | function | core/ |
Remove a connection and its corresponding connection information. |
| Database::renameConnection | function | core/ |
Rename a connection and its corresponding connection information. |
Pagination
- Previous page
- Page 344
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.