Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| page_cache_kill_switch | service | core/ |
Drupal\Core\PageCache\ResponsePolicy\KillSwitch |
| page_cache_no_cache_routes | service | core/ |
Drupal\Core\PageCache\ResponsePolicy\DenyNoCacheRoutes |
| page_cache_no_server_error | service | core/ |
Drupal\Core\PageCache\ResponsePolicy\NoServerError |
| page_cache_request_policy | service | core/ |
Drupal\Core\PageCache\DefaultRequestPolicy |
| page_cache_response_policy | service | core/ |
Drupal\Core\PageCache\ChainResponsePolicy |
| PaginationAJAXTest | class | core/ |
Tests the click sorting AJAX functionality of Views exposed forms. |
| PaginationAJAXTest.php | file | core/ |
|
| PaginationAJAXTest::$defaultTheme | property | core/ |
|
| PaginationAJAXTest::$modules | property | core/ |
|
| PaginationAJAXTest::$testViews | property | core/ |
Test Views to enable. |
| PaginationAJAXTest::$user | property | core/ |
The test user. |
| PaginationAJAXTest::assertNoDuplicateAssetsOnPage | function | core/ |
Assert that assets are not loaded twice on a page. |
| PaginationAJAXTest::setUp | function | core/ |
|
| PaginationAJAXTest::testBasicPagination | function | core/ |
Tests if pagination via AJAX works for the "Content" View. |
| PaginationAJAXTest::testDefaultFilterPagination | function | core/ |
Tests if pagination via AJAX works for the filter with default value. |
| PaginationAJAXTest::testPaginationAjaxWithTitleFilter | function | core/ |
Tests when a user navigates directly using a page number parameter. |
| ParamConversionEnhancer | class | core/ |
Provides a route enhancer that handles parameter conversion. |
| ParamConversionEnhancer.php | file | core/ |
|
| ParamConversionEnhancer::$paramConverterManager | property | core/ |
The parameter conversion manager. |
| ParamConversionEnhancer::copyRawVariables | function | core/ |
Store a backup of the raw values that corresponding to the route pattern. |
| ParamConversionEnhancer::enhance | function | core/ |
|
| ParamConversionEnhancer::getSubscribedEvents | function | core/ |
|
| ParamConversionEnhancer::onException | function | core/ |
Catches failed parameter conversions and throw a 404 instead. |
| ParamConversionEnhancer::__construct | function | core/ |
Constructs a new ParamConversionEnhancer. |
| ParamConversionEnhancerTest | class | core/ |
Tests Drupal\Core\Routing\Enhancer\ParamConversionEnhancer. |
| ParamConversionEnhancerTest.php | file | core/ |
|
| ParamConversionEnhancerTest::$paramConversionEnhancer | property | core/ |
|
| ParamConversionEnhancerTest::$paramConverterManager | property | core/ |
The mocked converter manager. |
| ParamConversionEnhancerTest::setUp | function | core/ |
|
| ParamConversionEnhancerTest::testCopyRawVariables | function | core/ |
Tests copy raw variables. |
| ParamConversionEnhancerTest::testEnhance | function | core/ |
Tests enhance. |
| paramconverter.configentity_admin | service | core/ |
Drupal\Core\ParamConverter\AdminPathConfigEntityConverter |
| paramconverter.entity | service | core/ |
Drupal\Core\ParamConverter\EntityConverter |
| paramconverter.entity_revision | service | core/ |
Drupal\Core\ParamConverter\EntityRevisionParamConverter |
| paramconverter.jsonapi.entity_uuid | service | core/ |
Drupal\jsonapi\ParamConverter\EntityUuidConverter |
| paramconverter.jsonapi.resource_type | service | core/ |
Drupal\jsonapi\ParamConverter\ResourceTypeConverter |
| paramconverter.menu_link | service | core/ |
Drupal\Core\ParamConverter\MenuLinkPluginConverter |
| paramconverter.views_ui | service | core/ |
Drupal\views_ui\ParamConverter\ViewUIConverter |
| ParamConverterInterface | interface | core/ |
Interface for parameter converters. |
| ParamConverterInterface.php | file | core/ |
|
| ParamConverterInterface::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
| ParamConverterInterface::convert | function | core/ |
Converts path variables to their corresponding objects. |
| ParamConverterManager | class | core/ |
Manages converter services for converting request parameters to full objects. |
| ParamConverterManager.php | file | core/ |
|
| ParamConverterManager::convert | function | core/ |
|
| ParamConverterManager::getConverter | function | core/ |
|
| ParamConverterManager::setRouteParameterConverters | function | core/ |
|
| ParamConverterManager::__construct | function | core/ |
Constructs a new ParamConverterManager. |
| ParamConverterManagerInterface | interface | core/ |
Provides an interface for a parameter converter manager. |
| ParamConverterManagerInterface.php | file | core/ |
Pagination
- Previous page
- Page 1236
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.