Search for convert
- Search 7.x for convert
- Search 8.9.x for convert
- Search 10.3.x for convert
- Search 11.x for convert
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AccessManager::$paramConverterManager | property | core/ |
The paramconverter manager. |
AccessManagerTest::$paramConverter | property | core/ |
The parameter converter. |
AdminPathConfigEntityConverter | class | core/ |
Makes sure the unmodified ConfigEntity is loaded on admin pages. |
AdminPathConfigEntityConverter | class | core/ |
Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter. |
AdminPathConfigEntityConverter.php | file | core/ |
|
AdminPathConfigEntityConverter.php | file | core/ |
|
AdminPathConfigEntityConverter::$adminContext | property | core/ |
The route admin context to determine whether a route is an admin one. |
AdminPathConfigEntityConverter::$configFactory | property | core/ |
The config factory. |
AdminPathConfigEntityConverter::$container | property | core/ |
The service container. |
AdminPathConfigEntityConverter::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
AdminPathConfigEntityConverter::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
AdminPathConfigEntityConverter::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
AdminPathConfigEntityConverter::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
AdminPathConfigEntityConverter::convert | function | core/ |
Converts path variables to their corresponding objects. |
AdminPathConfigEntityConverter::convert | function | core/ |
Converts path variables to their corresponding objects. |
AdminPathConfigEntityConverter::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
AdminPathConfigEntityConverter::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
AdminPathConfigEntityConverter::__construct | function | core/ |
Constructs a new EntityConverter. |
CacheContextsManager::convertTokensToKeys | function | core/ |
Converts cache context tokens to cache keys. |
CacheContextsManagerTest::testConvertTokensToKeys | function | core/ |
@covers ::convertTokensToKeys[[api-linebreak]] |
Database::convertDbUrlToConnectionInfo | function | core/ |
Converts a URL to a database connection info array. |
DynamicEntityTypeParamConverterTrait | trait | core/ |
Provides a trait to replace dynamic entity types in routes. |
DynamicEntityTypeParamConverterTrait.php | file | core/ |
|
DynamicEntityTypeParamConverterTrait::getEntityTypeFromDefaults | function | core/ |
Determines the entity type ID given a route definition and route defaults. |
EntityConverter | class | core/ |
Parameter converter for upcasting entity IDs to full objects. |
EntityConverter.php | file | core/ |
|
EntityConverter::$entityRepository | property | core/ |
Entity repository. |
EntityConverter::$entityTypeManager | property | core/ |
Entity type manager which performs the upcasting in the end. |
EntityConverter::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
EntityConverter::convert | function | core/ |
Converts path variables to their corresponding objects. |
EntityConverter::__construct | function | core/ |
Constructs a new EntityConverter. |
EntityConverterTest | class | core/ |
@coversDefaultClass \Drupal\Core\ParamConverter\EntityConverter[[api-linebreak]] @group ParamConverter @group Entity |
EntityConverterTest.php | file | core/ |
|
EntityConverterTest::$entityConverter | property | core/ |
The tested entity converter. |
EntityConverterTest::$entityRepository | property | core/ |
The mocked entities repository. |
EntityConverterTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
EntityConverterTest::providerTestApplies | function | core/ |
Provides test data for testApplies() |
EntityConverterTest::providerTestConvert | function | core/ |
Provides test data for testConvert. |
EntityConverterTest::setUp | function | core/ |
|
EntityConverterTest::setUpMocks | function | core/ |
Sets up mock services and class instances. |
EntityConverterTest::testApplies | function | core/ |
Tests the applies() method. |
EntityConverterTest::testConvert | function | core/ |
Tests the convert() method. |
EntityConverterTest::testConvertWithInvalidDynamicEntityType | function | core/ |
Tests the convert() method with an invalid dynamic entity type. |
EntityConverterTest::testConvertWithInvalidEntityType | function | core/ |
Tests the convert() method with an invalid entity type. |
EntityRevisionParamConverter | class | core/ |
Parameter converter for upcasting entity revision IDs to full objects. |
EntityRevisionParamConverter.php | file | core/ |
|
EntityRevisionParamConverter::$entityRepository | property | core/ |
The entity repository. |
EntityRevisionParamConverter::$entityTypeManager | property | core/ |
The entity type manager. |
EntityRevisionParamConverter::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
EntityRevisionParamConverter::convert | function | core/ |
Converts path variables to their corresponding objects. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.