Search for reload
- Search 7.x for reload
- Search 8.9.x for reload
- Search 10.3.x for reload
- Search 11.x for reload
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AliasManager::$langcodePreloaded | property | core/ |
Whether preloaded path lookups has already been loaded. |
AliasManager::$preloadedPathLookups | property | core/ |
Holds an array of previously looked up paths for the current request path. |
AliasRepository::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of system paths. |
AliasRepositoryInterface::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of system paths. |
ContentEntityStorageBase::preLoad | function | core/ |
Gathers entities from a 'preload' step. |
ContentModerationStateTest::reloadEntity | function | core/ |
Reloads the entity after clearing the static cache. |
EntityKernelTestBase::reloadEntity | function | core/ |
Reloads the given entity from the storage and returns it. |
EntityOperations::entityPreload | function | core/ |
Acts on entity IDs before they are loaded. |
EntityStorageBase::preLoad | function | core/ |
Gathers entities from a 'preload' step. |
entity_crud_hook_test_entity_preload | function | core/ |
Implements hook_entity_preload(). |
FieldKernelTestBase::entitySaveReload | function | core/ |
Saves and reloads an entity. |
GDToolkit::$preLoadInfo | property | core/ |
Image information from a file, available prior to loading the GD resource. |
hook_entity_preload | function | core/ |
Act on an array of entity IDs before they are loaded. |
LayoutBuilderTest::$pageReloadMarker | property | core/ |
A string used to mark the current page. |
LayoutBuilderTest::assertPageNotReloaded | function | core/ |
Asserts that the page has not been reloaded. |
LayoutBuilderUiTest::testReloadWithNoSections | function | core/ |
Tests that after removing sections reloading the page does not re-add them. |
MockRouteProvider::preLoadRoutes | function | core/ |
|
ModuleHandler::reload | function | core/ |
Reloads all enabled modules. |
ModuleHandlerInterface::reload | function | core/ |
Reloads all enabled modules. |
ModuleHandlerTest::testModuleReloading | function | core/ |
Tests reload method. |
preload.twig | file | core/ |
Preload the non-bold & non-italic fonts for the headings and the body copy. |
PreloadableRouteProviderInterface | interface | core/ |
Extends the router provider interface to pre-load routes. |
PreloadableRouteProviderInterface.php | file | core/ |
|
PreloadableRouteProviderInterface::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
RoutePreloader | class | core/ |
Defines a class which preloads non-admin routes. |
RoutePreloader.php | file | core/ |
|
RoutePreloader::$cache | property | core/ |
The cache backend used to skip the state loading. |
RoutePreloader::$nonAdminRoutesOnRebuild | property | core/ |
Contains the non-admin routes while rebuilding the routes. |
RoutePreloader::$routeProvider | property | core/ |
The route provider. |
RoutePreloader::$state | property | core/ |
The state key value store. |
RoutePreloader::getSubscribedEvents | function | core/ |
|
RoutePreloader::isGetAndHtmlRoute | function | core/ |
Determines whether the given route is a GET and HTML route. |
RoutePreloader::onAlterRoutes | function | core/ |
Alters existing routes for a specific collection. |
RoutePreloader::onFinishedRoutes | function | core/ |
Store the non admin routes in state when the route building is finished. |
RoutePreloader::onRequest | function | core/ |
Loads all non-admin routes right before the actual page is rendered. |
RoutePreloader::__construct | function | core/ |
Constructs a new RoutePreloader. |
RoutePreloaderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\RoutePreloader @group Routing |
RoutePreloaderTest.php | file | core/ |
|
RoutePreloaderTest::$cache | property | core/ |
The mocked cache. |
RoutePreloaderTest::$preloader | property | core/ |
The tested preloader. |
RoutePreloaderTest::$routeProvider | property | core/ |
The mocked route provider. |
RoutePreloaderTest::$state | property | core/ |
The mocked state. |
RoutePreloaderTest::setUp | function | core/ |
|
RoutePreloaderTest::testOnAlterRoutesWithAdminPathNoAdminRoute | function | core/ |
Tests onAlterRoutes with "admin" appearing in the path. |
RoutePreloaderTest::testOnAlterRoutesWithAdminRoutes | function | core/ |
Tests onAlterRoutes with just admin routes. |
RoutePreloaderTest::testOnAlterRoutesWithNonAdminRoutes | function | core/ |
Tests onAlterRoutes with admin routes and non admin routes. |
RoutePreloaderTest::testOnRequestNonHtml | function | core/ |
Tests onRequest on a non html request. |
RoutePreloaderTest::testOnRequestOnHtml | function | core/ |
Tests onRequest on a html request. |
RouteProvider::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
RouteProvider::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.