Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PagerManagerTest::providerTestGetMaxPagerElementId | function | core/ |
Provides test cases for PagerManagerTest::testGetMaxPagerElementId(). |
PagerManagerTest::testFindPage | function | core/ |
Tests find page. |
PagerManagerTest::testGetMaxPagerElementId | function | core/ |
Tests get max pager element id. |
PagerManagerTest::testGetUpdatedParameters | function | core/ |
Tests get updated parameters. |
ParamConversionEnhancer::$paramConverterManager | property | core/ |
The parameter conversion manager. |
ParamConversionEnhancerTest::$paramConverterManager | property | core/ |
|
ParamConverterManager | class | core/ |
Manages converter services for converting request parameters to full objects. |
ParamConverterManager.php | file | core/ |
|
ParamConverterManager::$converters | property | core/ |
Array of loaded converter services keyed by their ids. |
ParamConverterManager::addConverter | function | core/ |
Registers a parameter converter with the manager. |
ParamConverterManager::convert | function | core/ |
Invokes the registered converter for each defined parameter on a route. |
ParamConverterManager::getConverter | function | core/ |
Lazy-loads converter services. |
ParamConverterManager::setRouteParameterConverters | function | core/ |
Saves a list of applicable converters to each route. |
ParamConverterManagerInterface | interface | core/ |
Provides an interface for a parameter converter manager. |
ParamConverterManagerInterface.php | file | core/ |
|
ParamConverterManagerInterface::addConverter | function | core/ |
Registers a parameter converter with the manager. |
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::$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/ |
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::testSetRouteParameterConverters | function | core/ |
Tests set route parameter converters. |
ParamConverterSubscriber::$paramConverterManager | property | core/ |
The parameter converter manager. |
paramconverter_manager | service | core/ |
Drupal\Core\ParamConverter\ParamConverterManager |
PathAliasConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
PathAliasListBuilder::$aliasManager | property | core/ |
The path alias manager. |
PathAliasListBuilder::$languageManager | property | core/ |
The language manager. |
PathAliasSubscriber::$aliasManager | property | core/ |
The alias manager that caches alias lookups based on the request. |
PathBasedBreadcrumbBuilder::$accessManager | property | core/ |
The access check service. |
PathBasedBreadcrumbBuilderTest::$accessManager | property | core/ |
The mocked access manager. |
PathBasedBreadcrumbBuilderTest::setupAccessManagerToAllow | function | core/ |
Setup the access manager to always allow access to routes. |
PathPluginBaseTest::$accessPluginManager | property | core/ |
The mocked views access plugin manager. |
PathProcessorImageStyles::$streamWrapperManager | property | core/ |
The stream wrapper manager service. |
PathProcessorLanguage::$languageManager | property | core/ |
Language manager for retrieving the URL language type. |
PathProcessorManager | class | core/ |
Path processor manager. |
PathProcessorManager.php | file | core/ |
|
PathProcessorManager::$inboundProcessors | property | core/ |
Holds the array of inbound processors to cycle through. |
PathProcessorManager::$outboundProcessors | property | core/ |
Holds the array of outbound processors to cycle through. |
PathProcessorManager::$sortedInbound | property | core/ |
Holds the array of inbound processors, sorted by priority. |
PathProcessorManager::$sortedOutbound | property | core/ |
Holds the array of outbound processors, sorted by priority. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.