Search for __get
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseDriver::getPathname | function | core/ |
Returns the relative path and filename of the extension's info file. |
DatabaseDriverList::get | function | core/ |
Returns a single extension. |
DatabaseDriverList::getAllAvailableInfo | function | core/ |
Returns an array of info files information of available extensions. |
DatabaseDriverList::getAllInstalledInfo | function | core/ |
Returns an array of info files information of installed extensions. |
DatabaseDriverList::getExtensionDiscovery | function | core/ |
Returns the extension discovery. |
DatabaseDriverList::getExtensionInfo | function | core/ |
Returns information about a specified extension. |
DatabaseDriverList::getFromDriverName | function | core/ |
Returns the first available driver extension by the driver name. |
DatabaseDriverList::getInstallableList | function | core/ |
Returns the list of installable database drivers. |
DatabaseDriverList::getInstalledExtensionNames | function | core/ |
Returns a list of machine names of installed extensions. |
DatabaseDriverList::getName | function | core/ |
Returns the human-readable name of the extension. |
DatabaseDriverList::getPath | function | core/ |
Gets the path to an extension of a specific type (module, theme, etc.). |
DatabaseDriverList::getPathname | function | core/ |
Gets the info file path for an extension. |
DatabaseDriverList::getPathNames | function | core/ |
Returns a list of extension file paths keyed by machine name. |
DatabaseDriverListTest::testGet | function | core/ |
@covers ::get |
DatabaseDriverListTest::testLegacyGet | function | core/ |
@covers ::get @group legacy |
DatabaseDriverListTest::testLegacyGetFromDriverName | function | core/ |
@covers ::getFromDriverName @group legacy |
DatabaseEventSubscriber::getSubscribedEvents | function | core/ |
|
DatabaseLockBackend::getLockId | function | core/ |
Gets the unique page token for locks. |
DatabaseStorage::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
DatabaseStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
DatabaseStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
DatabaseStorage::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
DatabaseStorageExpirable::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
DatabaseStorageExpirable::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
DatabaseStorageTest | class | core/ |
Tests the key-value database storage. |
DatabaseStorageTest | class | core/ |
Tests DatabaseStorage operations. |
DatabaseStorageTest.php | file | core/ |
|
DatabaseStorageTest.php | file | core/ |
|
DatabaseStorageTest::delete | function | core/ |
|
DatabaseStorageTest::insert | function | core/ |
|
DatabaseStorageTest::read | function | core/ |
|
DatabaseStorageTest::register | function | core/ |
Registers test-specific services. |
DatabaseStorageTest::setUp | function | core/ |
|
DatabaseStorageTest::setUp | function | core/ |
|
DatabaseStorageTest::testConcurrent | function | core/ |
Tests asynchronous table creation. |
DatabaseStorageTest::testExceptionIsThrownIfQueryFails | function | core/ |
Tests that operations throw exceptions if the query fails. |
DatabaseStorageTest::update | function | core/ |
|
DatabaseTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
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::offsetGet | function | core/ |
This is for BC support only. @todo Remove in https://www.drupal.org/node/1928868. |
DataDefinitionInterface::getClass | function | core/ |
Returns the class used for creating the typed data object. |
DataDefinitionInterface::getConstraint | function | core/ |
Returns a validation constraint. |
DataDefinitionInterface::getConstraints | function | core/ |
Returns an array of validation constraints. |
Pagination
- Previous page
- Page 45
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.