Search for age
- Search 7.x for age
- Search 8.9.x for age
- Search 10.3.x for age
- Search 11.x for age
- Search main for age
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AjaxPageStateTest.php | file | core/ |
|
| AjaxPageStateTest::$adminUser | property | core/ |
User account with all available permissions. |
| AjaxPageStateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| AjaxPageStateTest::$modules | property | core/ |
Modules to install. |
| AjaxPageStateTest::setUp | function | core/ |
|
| AjaxPageStateTest::testDrupalSettingsIsNotLoaded | function | core/ |
Give ajax_page_state[libraries]=core/drupalSettings to exclude the library. |
| AjaxPageStateTest::testLibrariesAvailable | function | core/ |
Default functionality without the param ajax_page_state[libraries]. |
| AjaxPageStateTest::testMultipleLibrariesAreNotLoaded | function | core/ |
Tests if multiple libraries can be excluded. |
| AjaxRenderer::$elementInfoManager | property | core/ |
The element info manager. |
| AjaxTest::assertWaitPageContains | function | core/ |
Asserts that page contains an expected value after waiting. |
| AjaxTestImageEffect | class | core/ |
Provides a test effect using Ajax in the configuration form. |
| AjaxTestImageEffect.php | file | core/ |
|
| AjaxTestImageEffect::ajaxCallback | function | core/ |
AJAX callback. |
| AjaxTestImageEffect::applyEffect | function | core/ |
Applies an image effect to the image object. |
| 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::$cache | property | core/ |
Cache backend service. |
| AliasManager::$cacheKey | property | core/ |
The cache key to use when caching paths. |
| AliasManager::$cacheNeedsWriting | property | core/ |
Whether the cache needs to be written. |
| AliasManager::$langcodePreloaded | property | core/ |
Whether preloaded path lookups has already been loaded. |
| AliasManager::$languageManager | property | core/ |
Language manager for retrieving the default langcode when none is specified. |
| 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::$pathAliasRepository | property | core/ |
The path alias repository. |
| AliasManager::$preloadedPathLookups | property | core/ |
Holds an array of previously looked up paths for the current request path. |
| AliasManager::$whitelist | property | core/ |
Holds the array of whitelisted path aliases. |
| AliasManager::cacheClear | function | core/ |
Clears the static caches in alias manager and rebuilds the whitelist. |
| AliasManager::getAliasByPath | function | core/ |
Given a path, return the alias. |
| AliasManager::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
| AliasManager::getRequestTime | function | core/ |
Wrapper method for REQUEST_TIME constant. |
| AliasManager::pathAliasWhitelistRebuild | function | core/ |
Rebuild the path alias white list. |
| AliasManager::setCacheKey | function | core/ |
|
| AliasManager::writeCache | function | core/ |
Cache an array of the paths available on each page. We assume that aliases will be needed for the majority of these paths during subsequent requests, and load them in a single query during path alias lookup. |
| AliasManager::__construct | function | core/ |
Constructs an AliasManager. |
| 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 whitelist. |
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.