Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 8.9.x for manager
  4. Search 10.3.x for manager
  5. Other projects
Title Object type File name Summary
PagerManagerTest::providerTestGetMaxPagerElementId function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php Provides test cases for PagerManagerTest::testGetMaxPagerElementId().
PagerManagerTest::testFindPage function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php Tests find page.
PagerManagerTest::testGetMaxPagerElementId function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php Tests get max pager element id.
PagerManagerTest::testGetUpdatedParameters function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php Tests get updated parameters.
ParamConversionEnhancer::$paramConverterManager property core/lib/Drupal/Core/Routing/Enhancer/ParamConversionEnhancer.php The parameter conversion manager.
ParamConversionEnhancerTest::$paramConverterManager property core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php
ParamConverterManager class core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php Manages converter services for converting request parameters to full objects.
ParamConverterManager.php file core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php
ParamConverterManager::$converters property core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php Array of loaded converter services keyed by their ids.
ParamConverterManager::addConverter function core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php Registers a parameter converter with the manager.
ParamConverterManager::convert function core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php Invokes the registered converter for each defined parameter on a route.
ParamConverterManager::getConverter function core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php Lazy-loads converter services.
ParamConverterManager::setRouteParameterConverters function core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php Saves a list of applicable converters to each route.
ParamConverterManagerInterface interface core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Provides an interface for a parameter converter manager.
ParamConverterManagerInterface.php file core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php
ParamConverterManagerInterface::addConverter function core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Registers a parameter converter with the manager.
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::$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 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::testSetRouteParameterConverters function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests set route parameter converters.
ParamConverterSubscriber::$paramConverterManager property core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php The parameter converter manager.
paramconverter_manager service core/core.services.yml Drupal\Core\ParamConverter\ParamConverterManager
PathAliasConstraintValidator::$entityTypeManager property core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php The entity type manager.
PathAliasListBuilder::$aliasManager property core/modules/path/src/PathAliasListBuilder.php The path alias manager.
PathAliasListBuilder::$languageManager property core/modules/path/src/PathAliasListBuilder.php The language manager.
PathAliasSubscriber::$aliasManager property core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php The alias manager that caches alias lookups based on the request.
PathBasedBreadcrumbBuilder::$accessManager property core/modules/system/src/PathBasedBreadcrumbBuilder.php The access check service.
PathBasedBreadcrumbBuilderTest::$accessManager property core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php The mocked access manager.
PathBasedBreadcrumbBuilderTest::setupAccessManagerToAllow function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Setup the access manager to always allow access to routes.
PathPluginBaseTest::$accessPluginManager property core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php The mocked views access plugin manager.
PathProcessorImageStyles::$streamWrapperManager property core/modules/image/src/PathProcessor/PathProcessorImageStyles.php The stream wrapper manager service.
PathProcessorLanguage::$languageManager property core/modules/language/src/HttpKernel/PathProcessorLanguage.php Language manager for retrieving the URL language type.
PathProcessorManager class core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Path processor manager.
PathProcessorManager.php file core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php
PathProcessorManager::$inboundProcessors property core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Holds the array of inbound processors to cycle through.
PathProcessorManager::$outboundProcessors property core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Holds the array of outbound processors to cycle through.
PathProcessorManager::$sortedInbound property core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Holds the array of inbound processors, sorted by priority.
PathProcessorManager::$sortedOutbound property core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Holds the array of outbound processors, sorted by priority.

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