Search for __get

  1. Search 7.x for __get
  2. Search 9.5.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
AliasManager::getPathByAlias function core/lib/Drupal/Core/Path/AliasManager.php Given the alias, return the path it represents.
AliasManager::getRequestTime function core/lib/Drupal/Core/Path/AliasManager.php Wrapper method for REQUEST_TIME constant.
AliasManagerDecorator::getAliasByPath function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Given a path, return the alias.
AliasManagerDecorator::getPathByAlias function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php Given the alias, return the path it represents.
AliasManagerInterface::getAliasByPath function core/lib/Drupal/Core/Path/AliasManagerInterface.php Given a path, return the alias.
AliasManagerInterface::getPathByAlias function core/lib/Drupal/Core/Path/AliasManagerInterface.php Given the alias, return the path it represents.
AliasManagerTest::testGetAliasByPathCachedMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that is preloaded.
AliasManagerTest::testGetAliasByPathCachedMissLanguage function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache when a different language is requested.
AliasManagerTest::testGetAliasByPathCachedMissNoAlias function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache with a preloaded path without alias.
AliasManagerTest::testGetAliasByPathMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that has a matching alias.
AliasManagerTest::testGetAliasByPathNoMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that has no matching alias.
AliasManagerTest::testGetAliasByPathUncachedMissNoAlias function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache with an unpreloaded path without alias.
AliasManagerTest::testGetAliasByPathUncachedMissWithAlias function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath cache with an unpreloaded path with alias.
AliasManagerTest::testGetAliasByPathWhitelist function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that is not in the whitelist.
AliasManagerTest::testGetPathByAliasLangcode function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method when a langcode is passed explicitly.
AliasManagerTest::testGetPathByAliasMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method for an alias that have a matching path.
AliasManagerTest::testGetPathByAliasNoMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method for an alias that have no matching path.
AliasRepository::getBaseQuery function core/lib/Drupal/Core/Path/AliasRepository.php Returns a SELECT query for the path_alias base table.
AliasStorage::getAliasesForAdminListing function core/lib/Drupal/Core/Path/AliasStorage.php Loads aliases for admin listing.
AliasStorage::getBaseQuery function core/lib/Drupal/Core/Path/AliasStorage.php Returns a SELECT query for the path_alias base table.
AliasStorage::getPathAliasEntityStorage function core/lib/Drupal/Core/Path/AliasStorage.php Returns the path alias entity storage handler.
AliasStorageInterface::getAliasesForAdminListing function core/lib/Drupal/Core/Path/AliasStorageInterface.php Loads aliases for admin listing.
AliasWhitelist::get function core/lib/Drupal/Core/Path/AliasWhitelist.php Gets value from the cache.
AllowedPackages::getAllowedPackages function composer/Plugin/Scaffold/AllowedPackages.php Gets a list of all packages that are allowed to copy scaffold files.
AllowedPackages::getOperationType function composer/Plugin/Scaffold/AllowedPackages.php Determine the type of the provided operation.
AllowedPackages::getPackage function composer/Plugin/Scaffold/AllowedPackages.php Retrieves a package from the current composer process.
AllowedPackages::getTopLevelAllowedPackages function composer/Plugin/Scaffold/AllowedPackages.php Gets all packages that are allowed in the top-level composer.json.
AllowedPackages::recursiveGetAllowedPackages function composer/Plugin/Scaffold/AllowedPackages.php Builds a name-to-package mapping from a list of package names.
AlterableInterface::getMetaData function core/lib/Drupal/Core/Database/Query/AlterableInterface.php Retrieves a given piece of metadata.
Analyze::getFormId function core/modules/views_ui/src/Form/Ajax/Analyze.php Returns a unique string identifying the form.
Analyze::getFormKey function core/modules/views_ui/src/Form/Ajax/Analyze.php Returns the key that represents this form.
Analyzer::getMessages function core/modules/views/src/Analyzer.php Analyzes a review and return the results.
AnnotatedClassDiscovery::getAnnotationReader function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Gets the used doctrine annotation reader.
AnnotatedClassDiscovery::getAnnotationReader function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Gets the used doctrine annotation reader.
AnnotatedClassDiscovery::getDefinitions function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Gets the definition of all plugins for this type.
AnnotatedClassDiscovery::getPluginNamespaces function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Gets an array of PSR-4 namespaces to search for plugin classes.
AnnotatedClassDiscovery::getPluginNamespaces function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Gets an array of PSR-4 namespaces to search for plugin classes.
AnnotatedClassDiscovery::getProviderFromNamespace function core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Extracts the provider name from a Drupal namespace.
AnnotatedClassDiscoveryAutomatedProviders::getDefinitions function core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php Gets the definition of all plugins for this type.
AnnotatedClassDiscoveryCachedTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryCachedTest.php Test that getDefinitions() retrieves the file cache correctly.
AnnotatedClassDiscoveryTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php @covers ::getDefinitions
@covers ::prepareAnnotationDefinition
@covers ::getAnnotationReader
AnnotatedClassDiscoveryTest::testGetPluginNamespaces function core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php @covers ::__construct
@covers ::getPluginNamespaces
AnnotationBase::getClass function core/lib/Drupal/Component/Annotation/AnnotationBase.php Gets the class of the annotated class.
AnnotationBase::getId function core/lib/Drupal/Component/Annotation/AnnotationBase.php Gets the unique ID for this annotated class.
AnnotationBase::getProvider function core/lib/Drupal/Component/Annotation/AnnotationBase.php Gets the name of the provider of the annotated class.
AnnotationBaseStub::get function core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php Gets the value of an annotation.
AnnotationBaseTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php @covers ::getId
AnnotationBridgeDecorator::getDefinitions function core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecorator.php Gets the definition of all plugins for this type.
AnnotationBridgeDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php @covers ::getDefinitions
AnnotationExtendsAnnotationTargetAll class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php

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