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 |
|---|---|---|---|
| LayoutPluginManagerInterface::getLayoutOptions | function | core/ |
Returns an array of layout labels grouped by category. |
| LayoutPluginManagerInterface::getSortedDefinitions | function | core/ |
|
| LayoutPluginManagerInterface::getThemeImplementations | function | core/ |
Gets theme implementations for layouts. |
| LayoutPluginManagerTest::testGetCategories | function | core/ |
@covers ::getCategories[[api-linebreak]] |
| LayoutPluginManagerTest::testGetDefinition | function | core/ |
@covers ::getDefinition[[api-linebreak]] @covers ::processDefinition[[api-linebreak]] |
| LayoutPluginManagerTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions[[api-linebreak]] @covers ::providerExists[[api-linebreak]] |
| LayoutPluginManagerTest::testGetGroupedDefinitions | function | core/ |
@covers ::getGroupedDefinitions[[api-linebreak]] |
| LayoutPluginManagerTest::testGetSortedDefinitions | function | core/ |
@covers ::getSortedDefinitions[[api-linebreak]] |
| LayoutPluginManagerTest::testGetThemeImplementations | function | core/ |
@covers ::getThemeImplementations[[api-linebreak]] |
| LayoutRebuildConfirmFormBase::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| LayoutRestTestBase::getDecodedContents | function | core/ |
Gets the decoded contents. |
| LayoutRestTestBase::getExpectedUnauthorizedAccessCacheability | function | core/ |
Returns the expected cacheability of an unauthorized access response. |
| LayoutSectionItem::__get | function | core/ |
Magic method: Gets a property value. |
| LayoutSectionItemList::getEntity | function | core/ |
Gets the entity that field belongs to. |
| LayoutSectionItemList::getSections | function | core/ |
Gets the layout sections. |
| LayoutSectionItemListTest::getSectionStorage | function | core/ |
Sets up the section storage entity. |
| LayoutSectionTest::testLayoutPageTitle | function | core/ |
Ensures that the entity title is displayed. |
| LayoutTempstoreRepository::get | function | core/ |
Gets the tempstore version of a section storage, if it exists. |
| LayoutTempstoreRepository::getKey | function | core/ |
Gets the string to use as the tempstore key. |
| LayoutTempstoreRepository::getTempstore | function | core/ |
Gets the shared tempstore. |
| LayoutTempstoreRepositoryInterface::get | function | core/ |
Gets the tempstore version of a section storage, if it exists. |
| LayoutTempstoreRepositoryTest::testGetEmptyTempstore | function | core/ |
@covers ::get[[api-linebreak]] @covers ::has[[api-linebreak]] |
| LayoutTempstoreRepositoryTest::testGetInvalidEntry | function | core/ |
@covers ::get[[api-linebreak]] |
| LayoutTempstoreRepositoryTest::testGetLoadedTempstore | function | core/ |
@covers ::get[[api-linebreak]] @covers ::has[[api-linebreak]] |
| LazyContextRepository::getAvailableContexts | function | core/ |
|
| LazyContextRepository::getRuntimeContexts | function | core/ |
|
| LazyContextRepositoryTest::testGetAvailableContexts | function | core/ |
@covers ::getAvailableContexts[[api-linebreak]] |
| LazyContextRepositoryTest::testGetRuntimeContextsSingle | function | core/ |
@covers ::getRuntimeContexts[[api-linebreak]] |
| LazyContextRepositoryTest::testGetRuntimeMultipleContextProviders | function | core/ |
@covers ::getRuntimeContexts[[api-linebreak]] |
| LazyContextRepositoryTest::testGetRuntimeMultipleContextsPerService | function | core/ |
@covers ::getRuntimeContexts[[api-linebreak]] |
| LazyContextRepositoryTest::testGetRuntimeStaticCache | function | core/ |
@covers ::getRuntimeContexts[[api-linebreak]] |
| LazyPluginCollection::get | function | core/ |
Gets a plugin instance, initializing it if necessary. |
| LazyPluginCollection::getConfiguration | function | core/ |
Gets the current configuration of all plugins in this collection. |
| LazyPluginCollection::getInstanceIds | function | core/ |
Gets all instance IDs. |
| LazyPluginCollection::getIterator | function | core/ |
|
| LazyPluginCollectionTestBase::getPluginDefinitions | function | core/ |
Returns some example plugin definitions. |
| LazyPluginCollectionTestBase::getPluginMock | function | core/ |
Returns a mocked plugin object. |
| LegacyAliasStorageTest | class | core/ |
@coversDefaultClass \Drupal\Core\Path\AliasStorage[[api-linebreak]] @group path @group legacy |
| LegacyAliasStorageTest.php | file | core/ |
|
| LegacyAliasStorageTest::$modules | property | core/ |
Modules to enable. |
| LegacyAliasStorageTest::$storage | property | core/ |
|
| LegacyAliasStorageTest::sampleUrlAliases | function | core/ |
Returns an array of URL aliases for testing. |
| LegacyAliasStorageTest::setUp | function | core/ |
|
| LegacyAliasStorageTest::testAliasExists | function | core/ |
@covers ::aliasExists[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the… |
| LegacyAliasStorageTest::testCRUD | function | core/ |
@covers ::load[[api-linebreak]] @covers ::save[[api-linebreak]] @covers ::delete[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the… |
| LegacyAliasStorageTest::testGetAliasesForAdminListing | function | core/ |
@covers ::getAliasesForAdminListing[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage… |
| LegacyAliasStorageTest::testLanguageAliasExists | function | core/ |
@covers ::languageAliasExists[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler… |
| LegacyAliasStorageTest::testLoad | function | core/ |
@covers ::load[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the… |
| LegacyAliasStorageTest::testLookupPathAlias | function | core/ |
@covers ::lookupPathAlias[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for… |
| LegacyAliasStorageTest::testLookupPathSource | function | core/ |
@covers ::lookupPathSource[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler… |
Pagination
- Previous page
- Page 115
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.