Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ParamConversionEnhancerTest::$paramConversionEnhancer property core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php
ParamConversionEnhancerTest::$paramConverterManager property core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php
ParamConversionEnhancerTest::setUp function core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php
ParamConversionEnhancerTest::testCopyRawVariables function core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php @covers ::copyRawVariables[[api-linebreak]]
ParamConversionEnhancerTest::testEnhance function core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php @covers ::enhance[[api-linebreak]]
paramconverter.entity_revision service core/core.services.yml Drupal\Core\ParamConverter\EntityRevisionParamConverter
paramconverter.jsonapi.entity_uuid service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\ParamConverter\EntityUuidConverter
paramconverter.jsonapi.resource_type service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\ParamConverter\ResourceTypeConverter
paramconverter.latest_revision service core/modules/content_moderation/content_moderation.services.yml Drupal\content_moderation\ParamConverter\EntityRevisionConverter
paramconverter.views_ui service core/modules/views_ui/views_ui.services.yml Drupal\views_ui\ParamConverter\ViewUIConverter
ParamConverterInterface::applies function core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php Determines if the converter applies to a specific route and variable.
ParamConverterManager::$converters property core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php Array of loaded converter services keyed by their ids.
ParamConverterManager::setRouteParameterConverters function core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php Saves a list of applicable converters to each route.
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 @coversDefaultClass \Drupal\Core\ParamConverter\ParamConverterManager[[api-linebreak]]
@group ParamConverter
ParamConverterManagerTest.php file core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php
ParamConverterManagerTest::$manager property core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php
ParamConverterManagerTest::providerTestAddConverter function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Provide data for parameter converter manager tests.
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::setUp function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php
ParamConverterManagerTest::testConvert function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php @covers ::convert[[api-linebreak]]
ParamConverterManagerTest::testConvertMissingParam function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php @covers ::convert[[api-linebreak]]
ParamConverterManagerTest::testConvertNoConverting function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php @covers ::convert[[api-linebreak]]
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::testSetRouteParameterConverters function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php @covers ::setRouteParameterConverters[[api-linebreak]]
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_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::$rawParameters property core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php The raw parameters that were not converted.
ParamNotConvertedException::getRawParameters function core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php Get the raw parameters that were not converted.
ParamNotConvertedException::__construct function core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php Constructs the ParamNotConvertedException.
ParserInterface interface core/modules/aggregator/src/Plugin/ParserInterface.php Defines an interface for aggregator parser implementations.
ParserInterface.php file core/modules/aggregator/src/Plugin/ParserInterface.php
ParserInterface::parse function core/modules/aggregator/src/Plugin/ParserInterface.php Parses feed data.
password service core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml Drupal\Core\Password\PhpassHashedPassword
password service core/core.services.yml Drupal\Core\Password\PhpassHashedPassword
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-suggestions.css file core/themes/bartik/css/components/password-suggestions.css Styles for password suggestions in Bartik.
Password.php file core/lib/Drupal/Core/Render/Element/Password.php
Password::getInfo function core/lib/Drupal/Core/Render/Element/Password.php Returns the element properties for this element.
Password::preRenderPassword function core/lib/Drupal/Core/Render/Element/Password.php Prepares a #type 'password' render element for input.html.twig.

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