Search for load
Title | Object type | File name | Summary |
---|---|---|---|
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::lazyLoadItself | function | core/ |
Loads the real route provider from the container and rebuilds the router. |
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. |
RouteProvider::ROUTE_LOAD_CID_PREFIX | constant | core/ |
Cache ID prefix used to load routes. |
RouteProviderLazyBuilder::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
router.route_preloader | service | core/ |
Drupal\Core\Routing\RoutePreloader |
Routes::getFileUploadRouteName | function | core/ |
Get a unique route name for the file upload resource type and route type. |
Routes::getFileUploadRoutesForResourceType | function | core/ |
Gets the file upload route collection for the given resource type. |
SaveUploadFormTest | class | core/ |
Tests the _file_save_upload_from_form() function. |
SaveUploadFormTest.php | file | core/ |
|
SaveUploadFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
SaveUploadFormTest::$image | property | core/ |
An image file path for uploading. |
SaveUploadFormTest::$imageExtension | property | core/ |
Extension of the image filename. |
SaveUploadFormTest::$maxFidBefore | property | core/ |
The largest file id when the test starts. |
SaveUploadFormTest::$modules | property | core/ |
Modules to enable. |
SaveUploadFormTest::$phpfile | property | core/ |
A PHP file path for upload security testing. |
SaveUploadFormTest::setUp | function | core/ |
|
SaveUploadFormTest::testCombinedErrorMessages | function | core/ |
Tests that multiple validation errors are combined in one message. |
SaveUploadFormTest::testDrupalMovingUploadedFileError | function | core/ |
Tests for log entry on failing destination. |
SaveUploadFormTest::testErrorMessagesAreNotChanged | function | core/ |
Tests that form validation does not change error messages. |
SaveUploadFormTest::testExistingError | function | core/ |
Tests for failure when uploading over a file that already exists. |
SaveUploadFormTest::testExistingRename | function | core/ |
Tests renaming when uploading over a file that already exists. |
SaveUploadFormTest::testExistingReplace | function | core/ |
Tests replacement when uploading over a file that already exists. |
SaveUploadFormTest::testHandleDangerousFile | function | core/ |
Tests dangerous file handling. |
SaveUploadFormTest::testHandleExtension | function | core/ |
Tests extension handling. |
SaveUploadFormTest::testHandleFileMunge | function | core/ |
Tests file munge handling. |
SaveUploadFormTest::testNormal | function | core/ |
Tests the _file_save_upload_from_form() function. |
SaveUploadFormTest::testNoUpload | function | core/ |
Tests for no failures when not uploading a file. |
SaveUploadFormTest::testUploadFieldIsHighlighted | function | core/ |
Tests highlighting of file upload field when it has an error. |
SaveUploadTest | class | core/ |
Tests the file_save_upload() function. |
SaveUploadTest.php | file | core/ |
|
SaveUploadTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
SaveUploadTest::$image | property | core/ |
An image file path for uploading. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.