Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
ParamConverterManagerInterface::convert function core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Invokes the registered converter for each defined parameter on a route.
ParamConverterManagerInterface::getConverter function core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Lazy-loads converter services.
ParamConverterManagerInterface::setRouteParameterConverters function core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Saves a list of applicable converters to each route.
ParamConverterManagerTest class core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests Drupal\Core\ParamConverter\ParamConverterManager.
ParamConverterManagerTest.php file core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php
ParamConverterManagerTest::providerTestGetConverter function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Provide data for parameter converter manager tests.
ParamConverterManagerTest::providerTestSetRouteParameterConverters function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Provides data for testSetRouteParameterConverters().
ParamConverterManagerTest::testConvert function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests convert.
ParamConverterManagerTest::testConvertMissingParam function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests convert missing param.
ParamConverterManagerTest::testConvertNoConverting function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests convert no converting.
ParamConverterManagerTest::testGetConverter function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests \Drupal\Core\ParamConverter\ParamConverterManager::getConverter().
ParamConverterManagerTest::testGetConverterException function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests \Drupal\Core\ParamConverter\ParamConverterManager::getConverter().
ParamConverterManagerTest::testLazyInstantiation function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests that converters are lazily instantiated.
ParamConverterManagerTest::testSetRouteParameterConverters function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests set route parameter converters.
ParamConverterRouteRequirementInterface interface core/lib/Drupal/Core/ParamConverter/ParamConverterRouteRequirementInterface.php Interface for param converters providing a route requirement for parameters.
ParamConverterRouteRequirementInterface.php file core/lib/Drupal/Core/ParamConverter/ParamConverterRouteRequirementInterface.php
ParamConverterRouteRequirementInterface::getRouteRequirement function core/lib/Drupal/Core/ParamConverter/ParamConverterRouteRequirementInterface.php Returns a regex requirement for a route parameter.
ParamConverterSubscriber class core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php Event subscriber for registering parameter converters with routes.
ParamConverterSubscriber.php file core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php
ParamConverterSubscriber::$paramConverterManager property core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php The parameter converter manager.
ParamConverterSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php
ParamConverterSubscriber::onRoutingRouteAlterSetParameterConverters function core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php Applies parameter converters to route parameters.
ParamConverterSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php Constructs a new ParamConverterSubscriber.
paramconverter_manager service core/core.services.yml Drupal\Core\ParamConverter\ParamConverterManager
paramconverter_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\ParamConverterSubscriber
paramconverter_test.info.yml file core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml
paramconverter_test.routing.yml file core/modules/system/tests/modules/paramconverter_test/paramconverter_test.routing.yml core/modules/system/tests/modules/paramconverter_test/paramconverter_test.routing.yml
ParamNotConvertedException class core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php Provides an exception class for a request parameter that was not converted.
ParamNotConvertedException.php file core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php
ParamNotConvertedException::$rawParameters property core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php The raw parameters that were not converted.
ParamNotConvertedException::$routeName property core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php The route name that was not converted.
ParamNotConvertedException::getRawParameters function core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php Get the raw parameters that were not converted.
ParamNotConvertedException::getRouteName function core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php Get the route name that was not converted.
ParamNotConvertedException::__construct function core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php Constructs the ParamNotConvertedException.
ParentWithReturn class core/tests/fixtures/TestTools/drupal_debug_classloader_test_classes.php Fixture: parent class with
ParentWithReturn::anotherMethod function core/tests/fixtures/TestTools/drupal_debug_classloader_test_classes.php
ParentWithReturn::testMethod function core/tests/fixtures/TestTools/drupal_debug_classloader_test_classes.php
password service core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml Drupal\Core\Password\PhpPassword
password service core/core.services.yml Drupal\Core\Password\PhpPassword
Password class core/lib/Drupal/Core/Render/Element/Password.php Provides a form element for entering a password, with hidden text.
password-hash.sh file core/scripts/password-hash.sh Drupal hash script - to generate a hash from a plaintext password.
Password.php file core/lib/Drupal/Core/Render/Element/Password.php
Password::getInfo function core/lib/Drupal/Core/Render/Element/Password.php
Password::preRenderPassword function core/lib/Drupal/Core/Render/Element/Password.php Prepares a #type 'password' render element for input.html.twig.
Password::valueCallback function core/lib/Drupal/Core/Render/Element/Password.php
PasswordConfirm class core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Provides a form element for double-input of passwords.
PasswordConfirm.php file core/lib/Drupal/Core/Render/Element/PasswordConfirm.php
PasswordConfirm::getInfo function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php
PasswordConfirm::processPasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Expand a password_confirm field into two text boxes.
PasswordConfirm::validatePasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Validates a password_confirm element.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.