Search for age
- Search 7.x for age
- Search 9.5.x for age
- Search 8.9.x for age
- Search 10.3.x for age
- Search 11.x for age
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AjaxTestImageEffect::buildConfigurationForm | function | core/ |
Form constructor. |
| AjaxTestImageEffect::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| AjaxTestImageEffect::submitConfigurationForm | function | core/ |
Form submission handler. |
| AjaxTestMessageCommandForm | class | core/ |
Form for testing AJAX MessageCommand. |
| AjaxTestMessageCommandForm.php | file | core/ |
|
| AjaxTestMessageCommandForm::buildForm | function | core/ |
Form constructor. |
| AjaxTestMessageCommandForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| AjaxTestMessageCommandForm::makeMessageAlternate | function | core/ |
Callback for testing MessageCommand using an alternate message location. |
| AjaxTestMessageCommandForm::makeMessageDefault | function | core/ |
Callback for testing MessageCommand with default settings. |
| AjaxTestMessageCommandForm::makeMessageWarning | function | core/ |
Callback for testing MessageCommand with warning status. |
| AjaxTestMessageCommandForm::submitForm | function | core/ |
Form submission handler. |
| AjaxTestMessageCommandForm::validateForm | function | core/ |
Form validation handler. |
| AliasManager | class | core/ |
The default alias manager implementation. |
| AliasManager.php | file | core/ |
|
| AliasManager::$lookupMap | property | core/ |
Holds the map of path lookups per language. |
| AliasManager::$noAlias | property | core/ |
Holds an array of paths that have no alias. |
| AliasManager::$noPath | property | core/ |
Holds an array of aliases for which no path was found. |
| AliasManager::$requestedPaths | property | core/ |
Holds an array of paths that have been requested but not loaded yet. |
| AliasManager::cacheClear | function | core/ |
Clears the static caches in alias manager and rebuilds the prefix list. |
| AliasManager::getAliasByPath | function | core/ |
Given a path, return the alias. |
| AliasManager::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
| AliasManager::pathAliasPrefixListRebuild | function | core/ |
Rebuild the path alias prefix list. |
| AliasManager::setCacheKey | function | core/ |
Sets the cache key for the preload alias cache. |
| AliasManager::writeCache | function | core/ |
Writes to the per-page system path cache. |
| AliasManager::__construct | function | core/ |
|
| AliasManagerInterface | interface | core/ |
Find an alias for a path and vice versa. |
| AliasManagerInterface.php | file | core/ |
|
| AliasManagerInterface::cacheClear | function | core/ |
Clears the static caches in alias manager and rebuilds the prefix list. |
| AliasManagerInterface::getAliasByPath | function | core/ |
Given a path, return the alias. |
| AliasManagerInterface::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
| AliasManagerTest | class | core/ |
Tests Drupal\path_alias\AliasManager. |
| AliasManagerTest.php | file | core/ |
|
| AliasManagerTest::$aliasManager | property | core/ |
The alias manager. |
| AliasManagerTest::$aliasPrefixList | property | core/ |
Alias prefix list. |
| AliasManagerTest::$aliasRepository | property | core/ |
Alias repository. |
| AliasManagerTest::$cache | property | core/ |
Cache backend. |
| AliasManagerTest::$languageManager | property | core/ |
Language manager. |
| AliasManagerTest::setUp | function | core/ |
|
| AliasManagerTest::setUpCurrentLanguage | function | core/ |
Sets up the current language. |
| AliasManagerTest::setUpMockAliasPrefixList | function | core/ |
Reinitializes the alias prefix list as a mock object. |
| AliasManagerTest::testCacheClear | function | core/ |
Tests cache clear. |
| AliasManagerTest::testGetAliasByPathCachedMissLanguage | function | core/ |
Tests the getAliasByPath cache when a different language is requested. |
| AliasManagerTest::testGetAliasByPathException | function | core/ |
Tests the getAliasByPath method exception. |
| 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::testGetAliasByPathPrefixList | function | core/ |
Tests the getAliasByPath method for a path that is not in the prefix list. |
| 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. |
| AliasPathMatcher::$isCurrentFrontPage | property | core/ |
Whether the current page is the front page. |
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.