Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseBackendFactory::getMaxRowsForBin | function | core/ |
Gets the max rows for the specified cache bin. |
| DatabaseBackendFactoryTest::getProvider | function | core/ |
|
| DatabaseBackendFactoryTest::testGet | function | core/ |
Tests get. |
| DatabaseBackendTest::getNumRows | function | core/ |
Gets the number of rows in the test cache bin database table. |
| DatabaseBackendTest::testSetGet | function | core/ |
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. |
| DatabaseCacheTagsChecksum::getDatabaseConnection | function | core/ |
Returns the database connection. |
| DatabaseCacheTagsChecksum::getTagInvalidationCounts | function | core/ |
Fetches invalidation counts for cache tags. |
| DatabaseDriver::getAutoloadInfo | function | core/ |
Returns an array with the driver's autoload information. |
| DatabaseDriver::getDriverName | function | core/ |
Returns the name of the database driver. |
| DatabaseDriver::getExtensionFilename | function | core/ |
Returns the name of the main extension file, if any. |
| DatabaseDriver::getExtensionPathname | function | core/ |
Returns the relative path of the main extension file, if any. |
| DatabaseDriver::getFilename | function | core/ |
Returns the filename of the extension's info file. |
| DatabaseDriver::getInstallTasks | function | core/ |
Returns the install tasks object instance of this database driver. |
| DatabaseDriver::getModule | function | core/ |
Returns the Extension object of the module containing the database driver. |
| DatabaseDriver::getModuleInfo | function | core/ |
Gets the content of the info.yml file of the driver's module, as an array. |
| DatabaseDriver::getName | function | core/ |
Returns the internal name of the extension. |
| DatabaseDriver::getNamespace | function | core/ |
Returns the PHP namespace of the database driver. |
| DatabaseDriver::getPath | function | core/ |
Returns the relative path of the extension. |
| 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::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/ |
Tests get. |
| 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 DatabaseStorage operations. |
| DatabaseStorageTest | class | core/ |
Tests the key-value database storage. |
| DatabaseStorageTest.php | file | core/ |
|
| DatabaseStorageTest.php | file | core/ |
|
| DatabaseStorageTest::delete | function | core/ |
Deletes configuration data from the storage. |
| DatabaseStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
| DatabaseStorageTest::read | function | core/ |
Reads configuration data from the storage. |
| DatabaseStorageTest::register | function | core/ |
Registers test-specific services. |
| DatabaseStorageTest::setUp | function | core/ |
|
| DatabaseStorageTest::setUp | function | core/ |
|
| DatabaseStorageTest::testConcurrent | function | core/ |
Tests asynchronous table creation. |
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.