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 |
|---|---|---|---|
| ParamConverterManagerInterface::convert | function | core/ |
Invokes the registered converter for each defined parameter on a route. |
| ParamConverterManagerInterface::getConverter | function | core/ |
Lazy-loads converter services. |
| ParamConverterManagerInterface::setRouteParameterConverters | function | core/ |
Saves a list of applicable converters to each route. |
| ParamConverterManagerTest | class | core/ |
Tests Drupal\Core\ParamConverter\ParamConverterManager. |
| ParamConverterManagerTest.php | file | core/ |
|
| ParamConverterManagerTest::providerTestGetConverter | function | core/ |
Provide data for parameter converter manager tests. |
| ParamConverterManagerTest::providerTestSetRouteParameterConverters | function | core/ |
Provides data for testSetRouteParameterConverters(). |
| ParamConverterManagerTest::testConvert | function | core/ |
Tests convert. |
| ParamConverterManagerTest::testConvertMissingParam | function | core/ |
Tests convert missing param. |
| ParamConverterManagerTest::testConvertNoConverting | function | core/ |
Tests convert no converting. |
| ParamConverterManagerTest::testGetConverter | function | core/ |
Tests \Drupal\Core\ParamConverter\ParamConverterManager::getConverter(). |
| ParamConverterManagerTest::testGetConverterException | function | core/ |
Tests \Drupal\Core\ParamConverter\ParamConverterManager::getConverter(). |
| ParamConverterManagerTest::testLazyInstantiation | function | core/ |
Tests that converters are lazily instantiated. |
| ParamConverterManagerTest::testSetRouteParameterConverters | function | core/ |
Tests set route parameter converters. |
| ParamConverterRouteRequirementInterface | interface | core/ |
Interface for param converters providing a route requirement for parameters. |
| ParamConverterRouteRequirementInterface.php | file | core/ |
|
| ParamConverterRouteRequirementInterface::getRouteRequirement | function | core/ |
Returns a regex requirement for a route parameter. |
| 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_manager | service | core/ |
Drupal\Core\ParamConverter\ParamConverterManager |
| 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 |
| ParamNotConvertedException | class | core/ |
Provides an exception class for a request parameter that was not converted. |
| ParamNotConvertedException.php | file | core/ |
|
| ParamNotConvertedException::$rawParameters | property | core/ |
The raw parameters that were not converted. |
| ParamNotConvertedException::$routeName | property | core/ |
The route name that was not converted. |
| ParamNotConvertedException::getRawParameters | function | core/ |
Get the raw parameters that were not converted. |
| ParamNotConvertedException::getRouteName | function | core/ |
Get the route name that was not converted. |
| ParamNotConvertedException::__construct | function | core/ |
Constructs the ParamNotConvertedException. |
| ParentWithReturn | class | core/ |
Fixture: parent class with |
| ParentWithReturn::anotherMethod | function | core/ |
|
| ParentWithReturn::testMethod | function | core/ |
|
| password | service | core/ |
Drupal\Core\Password\PhpPassword |
| password | service | core/ |
Drupal\Core\Password\PhpPassword |
| Password | class | core/ |
Provides a form element for entering a password, with hidden text. |
| password-hash.sh | file | core/ |
Drupal hash script - to generate a hash from a plaintext password. |
| Password.php | file | core/ |
|
| Password::getInfo | function | core/ |
|
| Password::preRenderPassword | function | core/ |
Prepares a #type 'password' render element for input.html.twig. |
| Password::valueCallback | function | core/ |
|
| PasswordConfirm | class | core/ |
Provides a form element for double-input of passwords. |
| PasswordConfirm.php | file | core/ |
|
| PasswordConfirm::getInfo | function | core/ |
|
| PasswordConfirm::processPasswordConfirm | function | core/ |
Expand a password_confirm field into two text boxes. |
| PasswordConfirm::validatePasswordConfirm | function | core/ |
Validates a password_confirm element. |
Pagination
- Previous page
- Page 1237
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.