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 |
---|---|---|---|
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… |
LegacyAliasStorageTest::testPathHasMatchingAlias | function | core/ |
@covers ::pathHasMatchingAlias[[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::testPreLoadPathAlias | function | core/ |
@covers ::preloadPathAlias[[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… |
LegacyForumTest::testGetParents | function | core/ |
Tests the getParents() method. |
LegacyFunctionsTest::testArchiverGetArchiver | function | core/ |
@expectedDeprecation archiver_get_archiver() is deprecated in Drupal 8.8.0 and will be removed in Drupal 9.0.x. Instead, get plugin.manager.archiver service from container and call getInstance() method on it. For example… |
LegacyFunctionsTest::testArchiverGetExtensions | function | core/ |
@expectedDeprecation archiver_get_extensions() is deprecated in Drupal 8.8.0 and will be removed in Drupal 9.0.0. Use \Drupal\Core\Archiver\ArchiverManager::getExtensions() instead. See https://www.drupal.org/node/2999951 |
LegacyMessenger::getMessengerService | function | core/ |
Returns the Messenger service. |
LinkField::getFieldFormatterMap | function | core/ |
Get a map between D6 formatters and D8 formatters for this field type. |
LinkField::getFieldWidgetMap | function | core/ |
Get a map between D6 and D8 widgets for this field type. |
LinkGeneratorTrait::getLinkGenerator | function | core/ |
Returns the link generator. |
MediaDeleteMultipleConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
MediaDeleteMultipleConfirmForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
MediaDeleteMultipleConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
MediaDeleteMultipleConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
MediaHalJsonAnonTest::getExpectedCacheTags | function | core/ |
The expected cache tags for the GET/HEAD response of the test entity. |
MediaHalJsonAnonTest::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
MediaHalJsonAnonTest::getExpectedNormalizedFileEntity | function | core/ |
Gets the expected file entity. |
MediaHalJsonAnonTest::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
MediaLibrarySetAdministrativePageToTableDisplayTest | class | core/ |
Tests update to set 'media' view's table display as the administrative page. |
MediaLibrarySetAdministrativePageToTableDisplayTest.php | file | core/ |
|
MediaLibrarySetAdministrativePageToTableDisplayTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaLibraryMenuSettings | function | core/ |
Tests that the update preserves custom 'media_library' menu settings. |
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaLibraryViewPath | function | core/ |
Tests that the update does not alter custom 'media' path and menu settings. |
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaViewMenuSettings | function | core/ |
Tests that the update does not alter custom 'media' view menu settings. |
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaViewPath | function | core/ |
Tests that the update does not alter a custom 'media' view path. |
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithoutCustomizations | function | core/ |
Tests that the update alters uncustomized path and menu settings. |
MediaLibraryUpdateWidgetViewTest | class | core/ |
Tests the media library module updates for the widget view. |
MediaLibraryUpdateWidgetViewTest.php | file | core/ |
|
MediaLibraryUpdateWidgetViewTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
MediaLibraryUpdateWidgetViewTest::testMediaLibraryViewsConfig | function | core/ |
Tests that the media library view config is updated. |
MenuLinkContentHalJsonAnonTest::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
MenuLinkContentHalJsonAnonTest::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
MenuLinkContentHalJsonAnonTest::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
MessageHalJsonAnonTest::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
MessengerLegacyTest::getMessengerService | function | core/ |
Retrieves the Messenger service from LegacyMessenger. |
MigrateNullIdMapTest::testGetMessageIterator | function | core/ |
Tests the NULL ID map get message iterator method. |
MigrateSqlSourceTestCase::getValue | function | core/ |
Gets the value on a row for a given key. |
MigrationTest::getMigration | function | core/ |
Creates a mock Migration instance. |
ModuleDependencyMessageTrait | trait | core/ |
Messages for missing or incompatible dependencies on modules. |
ModuleDependencyMessageTrait.php | file | core/ |
|
ModuleDependencyMessageTrait::checkDependencyMessage | function | core/ |
Provides messages for missing modules or incompatible dependencies. |
ModulesListExperimentalConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ModulesListExperimentalConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
NewAliasManager::getAliasByPath | function | core/ |
Given a path, return the alias. |
NewAliasManager::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
NodeHalJsonAnonTest::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
NodeHalJsonAnonTest::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
NodeLegacyTest::testNodeGetRevisionAuthor | function | core/ |
Tests that Node::getRevisionAuthor() triggers a deprecation error. |
PagerDeprecationTest::testGetQueryParameters | function | core/ |
@expectedDeprecation pager_get_query_parameters is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerParametersInterface->getQueryParameters() instead. See https://www.drupal.org/node/2779457 |
pager_get_query_parameters | function | core/ |
Compose a URL query parameter array for pager links. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.