Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| panel.css | file | core/ |
Panel styling. Panels are used to visually group items together. |
| panel.css | file | core/ |
Panel styling. Panels are used to visually group items together. |
| 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/ |
Updates the defaults for a route definition based on the request. |
| 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/ |
@coversDefaultClass \Drupal\Core\Routing\Enhancer\ParamConversionEnhancer[[api-linebreak]] @group Enhancer |
| ParamConversionEnhancerTest.php | file | core/ |
|
| ParamConversionEnhancerTest::$paramConversionEnhancer | property | core/ |
|
| ParamConversionEnhancerTest::$paramConverterManager | property | core/ |
|
| ParamConversionEnhancerTest::setUp | function | core/ |
|
| ParamConversionEnhancerTest::testCopyRawVariables | function | core/ |
@covers ::copyRawVariables[[api-linebreak]] |
| ParamConversionEnhancerTest::testEnhance | function | core/ |
@covers ::enhance[[api-linebreak]] |
| 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.views_ui | service | core/ |
Drupal\views_ui\ParamConverter\ViewUIConverter |
| ParamConverterInterface::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
| ParamConverterManager::$converters | property | core/ |
Array of loaded converter services keyed by their ids. |
| ParamConverterManager::setRouteParameterConverters | function | core/ |
Saves a list of applicable converters to each route. |
| ParamConverterManagerInterface::setRouteParameterConverters | function | core/ |
Saves a list of applicable converters to each route. |
| ParamConverterManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\ParamConverter\ParamConverterManager[[api-linebreak]] @group ParamConverter |
| ParamConverterManagerTest.php | file | core/ |
|
| ParamConverterManagerTest::$manager | property | core/ |
|
| ParamConverterManagerTest::providerTestAddConverter | function | core/ |
Provide data for parameter converter manager tests. |
| ParamConverterManagerTest::providerTestGetConverter | function | core/ |
Provide data for parameter converter manager tests. |
| ParamConverterManagerTest::providerTestSetRouteParameterConverters | function | core/ |
Provides data for testSetRouteParameterConverters(). |
| ParamConverterManagerTest::setUp | function | core/ |
|
| ParamConverterManagerTest::testConvert | function | core/ |
@covers ::convert[[api-linebreak]] |
| ParamConverterManagerTest::testConvertMissingParam | function | core/ |
@covers ::convert[[api-linebreak]] |
| ParamConverterManagerTest::testConvertNoConverting | function | core/ |
@covers ::convert[[api-linebreak]] |
| ParamConverterManagerTest::testGetConverter | function | core/ |
Tests \Drupal\Core\ParamConverter\ParamConverterManager::getConverter(). |
| ParamConverterManagerTest::testGetConverterException | function | core/ |
Tests \Drupal\Core\ParamConverter\ParamConverterManager::getConverter(). |
| ParamConverterManagerTest::testSetRouteParameterConverters | function | core/ |
@covers ::setRouteParameterConverters[[api-linebreak]] |
| ParamConverterSubscriber | class | core/ |
Event subscriber for registering parameter converters with routes. |
| ParamConverterSubscriber.php | file | core/ |
|
| ParamConverterSubscriber::$paramConverterManager | property | core/ |
The parameter converter manager. |
| ParamConverterSubscriber::getSubscribedEvents | function | core/ |
|
| ParamConverterSubscriber::onRoutingRouteAlterSetParameterConverters | function | core/ |
Applies parameter converters to route parameters. |
| ParamConverterSubscriber::__construct | function | core/ |
Constructs a new ParamConverterSubscriber. |
| paramconverter_subscriber | service | core/ |
Drupal\Core\EventSubscriber\ParamConverterSubscriber |
| paramconverter_test.info.yml | file | core/ |
core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml |
| paramconverter_test.routing.yml | file | core/ |
core/modules/system/tests/modules/paramconverter_test/paramconverter_test.routing.yml |
Pagination
- Previous page
- Page 954
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.