Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
ExecutionContext::getViolations function core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php
ExportForm::getFormId function core/modules/locale/src/Form/ExportForm.php Returns a unique string identifying the form.
ExportStorageManager::getStorage function core/lib/Drupal/Core/Config/ExportStorageManager.php Get the config storage.
ExportStorageManagerTest::testGetStorage function core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php Tests getting the export storage.
ExportStorageManagerTest::testGetStorageLock function core/tests/Drupal/KernelTests/Core/Config/ExportStorageManagerTest.php Tests the export storage when it is locked.
ExposedFormCache::getForm function core/modules/views/src/ExposedFormCache.php Retrieves the views exposed form from cache.
ExposedFormPluginBase::getCacheContexts function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php The cache contexts associated with this object.
ExposedFormPluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php The maximum age for which this object may be cached.
ExposedFormPluginBase::getCacheTags function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php The cache tags associated with this object.
ExposedFormTest::getExpectedExposedFormId function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Returns a views exposed form ID.
Extension::getExtensionFilename function core/lib/Drupal/Core/Extension/Extension.php Returns the name of the main extension file, if any.
Extension::getExtensionPathname function core/lib/Drupal/Core/Extension/Extension.php Returns the relative path of the main extension file, if any.
Extension::getFilename function core/lib/Drupal/Core/Extension/Extension.php Returns the filename of the extension's info file.
Extension::getIds function core/modules/system/src/Plugin/migrate/source/Extension.php Defines the source fields uniquely identifying a source row.
Extension::getName function core/lib/Drupal/Core/Extension/Extension.php Returns the internal name of the extension.
Extension::getPath function core/lib/Drupal/Core/Extension/Extension.php Returns the relative path of the extension.
Extension::getPathname function core/lib/Drupal/Core/Extension/Extension.php Returns the relative path and filename of the extension's info file.
Extension::getType function core/lib/Drupal/Core/Extension/Extension.php Returns the type of the extension.
ExtensionDiscovery::getProfileDirectories function core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Gets the installation profile directories to be scanned.
ExtensionInstallStorage::getAllFolders function core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Returns a map of all config object names and their folders.
ExtensionInstallStorageTest class core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php @coversDefaultClass \Drupal\Core\Config\ExtensionInstallStorage
@group Config
ExtensionInstallStorageTest.php file core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php
ExtensionInstallStorageTest::testCreateCollection function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php @covers ::createCollection
ExtensionList::get function core/lib/Drupal/Core/Extension/ExtensionList.php Returns a single extension.
ExtensionList::getAllAvailableInfo function core/lib/Drupal/Core/Extension/ExtensionList.php Returns an array of info files information of available extensions.
ExtensionList::getAllInstalledInfo function core/lib/Drupal/Core/Extension/ExtensionList.php Returns an array of info files information of installed extensions.
ExtensionList::getExtensionDiscovery function core/lib/Drupal/Core/Extension/ExtensionList.php Returns the extension discovery.
ExtensionList::getExtensionInfo function core/lib/Drupal/Core/Extension/ExtensionList.php Returns information about a specified extension.
ExtensionList::getInfoCacheId function core/lib/Drupal/Core/Extension/ExtensionList.php Returns the extension info cache ID.
ExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ExtensionList.php Returns a list of machine names of installed extensions.
ExtensionList::getList function core/lib/Drupal/Core/Extension/ExtensionList.php Returns all available extensions.
ExtensionList::getListCacheId function core/lib/Drupal/Core/Extension/ExtensionList.php Returns the extension list cache ID.
ExtensionList::getName function core/lib/Drupal/Core/Extension/ExtensionList.php Returns the human-readable name of the extension.
ExtensionList::getPath function core/lib/Drupal/Core/Extension/ExtensionList.php Gets the path to an extension of a specific type (module, theme, etc.).
ExtensionList::getPathname function core/lib/Drupal/Core/Extension/ExtensionList.php Gets the info file path for an extension.
ExtensionList::getPathnames function core/lib/Drupal/Core/Extension/ExtensionList.php Returns a list of extension file paths keyed by machine name.
ExtensionList::getPathnamesCacheId function core/lib/Drupal/Core/Extension/ExtensionList.php Returns the extension filenames cache ID.
ExtensionListTest::getMocks function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php
ExtensionListTest::testGet function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::get
ExtensionListTest::testGetAllAvailableInfo function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getAllAvailableInfo
ExtensionListTest::testGetAllInstalledInfo function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getAllInstalledInfo
ExtensionListTest::testGetExtensionInfo function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getExtensionInfo
@covers ::getAllInstalledInfo
ExtensionListTest::testGetList function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getList
ExtensionListTest::testGetName function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getName
ExtensionListTest::testGetNameWithNonExistingExtension function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getName
ExtensionListTest::testGetPath function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getPath
ExtensionListTest::testGetPathname function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getPathname
ExtensionListTest::testGetPathnames function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getPathnames
ExtensionListTest::testGetWithNonExistingExtension function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::get
ExtensionListTestTrait::getModulePath function core/tests/Drupal/Tests/ExtensionListTestTrait.php Gets the path for the specified module.

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