Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
D7NodeDeriver::getDerivativeDefinitions function core/modules/node/src/Plugin/migrate/D7NodeDeriver.php Gets the definition of all derivatives of a base plugin.
D7TaxonomyTermDeriver::getDerivativeDefinitions function core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php Gets the definition of all derivatives of a base plugin.
d7_field_instance_widget_settings.yml file core/modules/field/migrations/d7_field_instance_widget_settings.yml core/modules/field/migrations/d7_field_instance_widget_settings.yml
Data::getCardinality function core/modules/jsonapi/src/JsonApiResource/Data.php Gets the cardinality of this collection.
Data::getIterator function core/modules/jsonapi/src/JsonApiResource/Data.php Returns an iterator for entities.
Data::getTotalCount function core/modules/jsonapi/src/JsonApiResource/Data.php
Database::$ignoreTargets property core/lib/Drupal/Core/Database/Database.php A list of key/target credentials to simply ignore.
Database::getAllConnectionInfo function core/lib/Drupal/Core/Database/Database.php Gets connection information for all available databases.
Database::getConnection function core/lib/Drupal/Core/Database/Database.php Gets the connection object for the specified database key and target.
Database::getConnectionInfo function core/lib/Drupal/Core/Database/Database.php Gets information on the specified database connection.
Database::getConnectionInfoAsUrl function core/lib/Drupal/Core/Database/Database.php Gets database connection info as a URL.
Database::getDriverList function core/lib/Drupal/Core/Database/Database.php Returns the list provider for available database drivers.
Database::getLog function core/lib/Drupal/Core/Database/Database.php Retrieves the queries logged on for given logging key.
Database::ignoreTarget function core/lib/Drupal/Core/Database/Database.php Instructs the system to temporarily ignore a given key/target.
DatabaseBackend::get function core/lib/Drupal/Core/Cache/DatabaseBackend.php Returns data from the persistent cache.
DatabaseBackend::getMaxRows function core/lib/Drupal/Core/Cache/DatabaseBackend.php The maximum number of rows that this cache bin table is allowed to store.
DatabaseBackend::getMultiple function core/lib/Drupal/Core/Cache/DatabaseBackend.php Returns data from the persistent cache when given an array of cache IDs.
DatabaseBackendFactory::get function core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php Gets DatabaseBackend for the specified cache bin.
DatabaseBackendFactory::getMaxRowsForBin function core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php Gets the max rows for the specified cache bin.
DatabaseBackendFactoryTest::getProvider function core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php
DatabaseBackendFactoryTest::testGet function core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php @covers ::__construct[[api-linebreak]]
@covers ::get[[api-linebreak]]
@dataProvider getProvider
DatabaseBackendTest::getNumRows function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Gets the number of rows in the test cache bin database table.
DatabaseBackendTest::testSetGet function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
DatabaseCacheTagsChecksum::getDatabaseConnection function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Returns the database connection.
DatabaseCacheTagsChecksum::getTagInvalidationCounts function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Fetches invalidation counts for cache tags.
DatabaseDriver::getAutoloadInfo function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns an array with the driver's autoload information.
DatabaseDriver::getDriverName function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the name of the database driver.
DatabaseDriver::getExtensionFilename function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the name of the main extension file, if any.
DatabaseDriver::getExtensionPathname function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the relative path of the main extension file, if any.
DatabaseDriver::getFilename function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the filename of the extension's info file.
DatabaseDriver::getInstallTasks function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the install tasks object instance of this database driver.
DatabaseDriver::getModule function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the Extension object of the module containing the database driver.
DatabaseDriver::getModuleInfo function core/lib/Drupal/Core/Extension/DatabaseDriver.php Gets the content of the info.yml file of the driver's module, as an array.
DatabaseDriver::getName function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the internal name of the extension.
DatabaseDriver::getNamespace function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the PHP namespace of the database driver.
DatabaseDriver::getPath function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the relative path of the extension.
DatabaseDriver::getPathname function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the relative path and filename of the extension's info file.
DatabaseDriverList::get function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns a single extension.
DatabaseDriverList::getAllAvailableInfo function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns an array of info files information of available extensions.
DatabaseDriverList::getAllInstalledInfo function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns an array of info files information of installed extensions.
DatabaseDriverList::getExtensionDiscovery function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns the extension discovery.
DatabaseDriverList::getExtensionInfo function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns information about a specified extension.
DatabaseDriverList::getFromDriverName function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns the first available driver extension by the driver name.
DatabaseDriverList::getInstallableList function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns the list of installable database drivers.
DatabaseDriverList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns a list of machine names of installed extensions.
DatabaseDriverList::getName function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns the human-readable name of the extension.
DatabaseDriverList::getPath function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Gets the path to an extension of a specific type (module, theme, etc.).
DatabaseDriverList::getPathname function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Gets the info file path for an extension.
DatabaseDriverList::getPathNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns a list of extension file paths keyed by machine name.
DatabaseDriverListTest::testGet function core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php @covers ::get[[api-linebreak]]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.