Search for __get
- Search 7.x for __get
 - Search 9.5.x for __get
 - Search 10.3.x for __get
 - Search 11.x for __get
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| AliasManager::getPathByAlias | function | core/ | 
                                                                                        Given the alias, return the path it represents. | 
| AliasManager::getRequestTime | function | core/ | 
                                                                                        Wrapper method for REQUEST_TIME constant. | 
| AliasManagerDecorator::getAliasByPath | function | core/ | 
                                                                                        Given a path, return the alias. | 
| AliasManagerDecorator::getPathByAlias | function | core/ | 
                                                                                        Given the alias, return the path it represents. | 
| AliasManagerInterface::getAliasByPath | function | core/ | 
                                                                                        Given a path, return the alias. | 
| AliasManagerInterface::getPathByAlias | function | core/ | 
                                                                                        Given the alias, return the path it represents. | 
| AliasManagerTest::testGetAliasByPathCachedMatch | function | core/ | 
                                                                                        Tests the getAliasByPath method for a path that is preloaded. | 
| AliasManagerTest::testGetAliasByPathCachedMissLanguage | function | core/ | 
                                                                                        Tests the getAliasByPath cache when a different language is requested. | 
| AliasManagerTest::testGetAliasByPathCachedMissNoAlias | function | core/ | 
                                                                                        Tests the getAliasByPath cache with a preloaded path without alias. | 
| AliasManagerTest::testGetAliasByPathMatch | function | core/ | 
                                                                                        Tests the getAliasByPath method for a path that has a matching alias. | 
| AliasManagerTest::testGetAliasByPathNoMatch | function | core/ | 
                                                                                        Tests the getAliasByPath method for a path that has no matching alias. | 
| AliasManagerTest::testGetAliasByPathUncachedMissNoAlias | function | core/ | 
                                                                                        Tests the getAliasByPath cache with an unpreloaded path without alias. | 
| AliasManagerTest::testGetAliasByPathUncachedMissWithAlias | function | core/ | 
                                                                                        Tests the getAliasByPath cache with an unpreloaded path with alias. | 
| AliasManagerTest::testGetAliasByPathWhitelist | function | core/ | 
                                                                                        Tests the getAliasByPath method for a path that is not in the whitelist. | 
| AliasManagerTest::testGetPathByAliasLangcode | function | core/ | 
                                                                                        Tests the getPathByAlias method when a langcode is passed explicitly. | 
| AliasManagerTest::testGetPathByAliasMatch | function | core/ | 
                                                                                        Tests the getPathByAlias method for an alias that have a matching path. | 
| AliasManagerTest::testGetPathByAliasNoMatch | function | core/ | 
                                                                                        Tests the getPathByAlias method for an alias that have no matching path. | 
| AliasRepository::getBaseQuery | function | core/ | 
                                                                                        Returns a SELECT query for the path_alias base table. | 
| AliasStorage::getAliasesForAdminListing | function | core/ | 
                                                                                        Loads aliases for admin listing. | 
| AliasStorage::getBaseQuery | function | core/ | 
                                                                                        Returns a SELECT query for the path_alias base table. | 
| AliasStorage::getPathAliasEntityStorage | function | core/ | 
                                                                                        Returns the path alias entity storage handler. | 
| AliasStorageInterface::getAliasesForAdminListing | function | core/ | 
                                                                                        Loads aliases for admin listing. | 
| AliasWhitelist::get | function | core/ | 
                                                                                        Gets value from the cache. | 
| AllowedPackages::getAllowedPackages | function | composer/ | 
                                                                                        Gets a list of all packages that are allowed to copy scaffold files. | 
| AllowedPackages::getOperationType | function | composer/ | 
                                                                                        Determine the type of the provided operation. | 
| AllowedPackages::getPackage | function | composer/ | 
                                                                                        Retrieves a package from the current composer process. | 
| AllowedPackages::getTopLevelAllowedPackages | function | composer/ | 
                                                                                        Gets all packages that are allowed in the top-level composer.json. | 
| AllowedPackages::recursiveGetAllowedPackages | function | composer/ | 
                                                                                        Builds a name-to-package mapping from a list of package names. | 
| AlterableInterface::getMetaData | function | core/ | 
                                                                                        Retrieves a given piece of metadata. | 
| Analyze::getFormId | function | core/ | 
                                                                                        Returns a unique string identifying the form. | 
| Analyze::getFormKey | function | core/ | 
                                                                                        Returns the key that represents this form. | 
| Analyzer::getMessages | function | core/ | 
                                                                                        Analyzes a review and return the results. | 
| AnnotatedClassDiscovery::getAnnotationReader | function | core/ | 
                                                                                        Gets the used doctrine annotation reader. | 
| AnnotatedClassDiscovery::getAnnotationReader | function | core/ | 
                                                                                        Gets the used doctrine annotation reader. | 
| AnnotatedClassDiscovery::getDefinitions | function | core/ | 
                                                                                        Gets the definition of all plugins for this type. | 
| AnnotatedClassDiscovery::getPluginNamespaces | function | core/ | 
                                                                                        Gets an array of PSR-4 namespaces to search for plugin classes. | 
| AnnotatedClassDiscovery::getPluginNamespaces | function | core/ | 
                                                                                        Gets an array of PSR-4 namespaces to search for plugin classes. | 
| AnnotatedClassDiscovery::getProviderFromNamespace | function | core/ | 
                                                                                        Extracts the provider name from a Drupal namespace. | 
| AnnotatedClassDiscoveryAutomatedProviders::getDefinitions | function | core/ | 
                                                                                        Gets the definition of all plugins for this type. | 
| AnnotatedClassDiscoveryCachedTest::testGetDefinitions | function | core/ | 
                                                                                        Test that getDefinitions() retrieves the file cache correctly. | 
| AnnotatedClassDiscoveryTest::testGetDefinitions | function | core/ | 
                                                                                        @covers ::getDefinitions[[api-linebreak]] @covers ::prepareAnnotationDefinition[[api-linebreak]] @covers ::getAnnotationReader[[api-linebreak]]  | 
              
| AnnotatedClassDiscoveryTest::testGetPluginNamespaces | function | core/ | 
                                                                                        @covers ::__construct[[api-linebreak]] @covers ::getPluginNamespaces[[api-linebreak]]  | 
              
| AnnotationBase::getClass | function | core/ | 
                                                                                        Gets the class of the annotated class. | 
| AnnotationBase::getId | function | core/ | 
                                                                                        Gets the unique ID for this annotated class. | 
| AnnotationBase::getProvider | function | core/ | 
                                                                                        Gets the name of the provider of the annotated class. | 
| AnnotationBaseStub::get | function | core/ | 
                                                                                        Gets the value of an annotation. | 
| AnnotationBaseTest::testGetId | function | core/ | 
                                                                                        @covers ::getId[[api-linebreak]] | 
| AnnotationBridgeDecorator::getDefinitions | function | core/ | 
                                                                                        Gets the definition of all plugins for this type. | 
| AnnotationBridgeDecoratorTest::testGetDefinitions | function | core/ | 
                                                                                        @covers ::getDefinitions[[api-linebreak]] | 
| AnnotationExtendsAnnotationTargetAll | class | core/ | 
                                                                                        
Pagination
- Previous page
 - Page 4
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.