Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
ConfigNamesMapper::getAddRouteName | function | core/ |
Returns route name for the translation add form route. |
ConfigNamesMapper::getAddRouteParameters | function | core/ |
Returns the route parameters for the translation add form route. |
ConfigNamesMapper::getBasePath | function | core/ |
Returns a processed path for the base route the mapper is attached to. |
ConfigNamesMapper::getBaseRoute | function | core/ |
Returns the base route object the mapper is attached to. |
ConfigNamesMapper::getBaseRouteName | function | core/ |
Returns the name of the base route the mapper is attached to. |
ConfigNamesMapper::getBaseRouteParameters | function | core/ |
Returns the route parameters for the base route the mapper is attached to. |
ConfigNamesMapper::getConfigData | function | core/ |
Returns an array with all configuration data. |
ConfigNamesMapper::getConfigNames | function | core/ |
Returns an array of configuration names for the mapper. |
ConfigNamesMapper::getContextualLinkGroup | function | core/ |
Returns the name of the contextual link group to add contextual links to. |
ConfigNamesMapper::getDeleteRoute | function | core/ |
Returns the route object for the translation deletion route. |
ConfigNamesMapper::getDeleteRouteName | function | core/ |
Returns route name for the translation deletion route. |
ConfigNamesMapper::getDeleteRouteParameters | function | core/ |
Returns the route parameters for the translation deletion route. |
ConfigNamesMapper::getEditRoute | function | core/ |
Returns the route object for a translation edit form route. |
ConfigNamesMapper::getEditRouteName | function | core/ |
Returns route name for the translation edit form route. |
ConfigNamesMapper::getEditRouteParameters | function | core/ |
Returns the route parameters for the translation edit form route. |
ConfigNamesMapper::getLangcode | function | core/ |
Returns the original language code of the configuration. |
ConfigNamesMapper::getLangcodeFromConfig | function | core/ |
Returns the language code of a configuration object given its name. |
ConfigNamesMapper::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
ConfigNamesMapper::getOverviewPath | function | core/ |
Returns a processed path for the translation overview route. |
ConfigNamesMapper::getOverviewRoute | function | core/ |
Returns the route object for a translation overview route. |
ConfigNamesMapper::getOverviewRouteName | function | core/ |
Returns route name for the translation overview route. |
ConfigNamesMapper::getOverviewRouteParameters | function | core/ |
Returns the route parameters for the translation overview route. |
ConfigNamesMapper::getTitle | function | core/ |
Returns title of this translation page. |
ConfigNamesMapper::getTypeLabel | function | core/ |
Returns the label of the type of data the mapper encapsulates. |
ConfigNamesMapper::getTypeName | function | core/ |
Returns the name of the type of data the mapper encapsulates. |
ConfigNamesMapper::getWeight | function | core/ |
Returns the weight of the mapper. |
ConfigNamesMapper::hasSchema | function | core/ |
Checks that all pieces of this configuration mapper have a schema. |
ConfigNamesMapper::hasTranslatable | function | core/ |
Checks if pieces of this configuration mapper have translatables. |
ConfigNamesMapper::hasTranslation | function | core/ |
Checks whether there is already a translation for this mapper. |
ConfigNamesMapper::populateFromRouteMatch | function | core/ |
Populate the config mapper with route match data. |
ConfigNamesMapper::processRoute | function | core/ |
Allows to process all config translation routes. |
ConfigNamesMapper::setLangcode | function | core/ |
Sets the original language code. |
ConfigNamesMapper::setRouteCollection | function | core/ |
Sets the route collection. |
ConfigNamesMapper::__construct | function | core/ |
Constructs a ConfigNamesMapper. |
ConfigNamesMapperTest | class | core/ |
Tests the functionality provided by the configuration names mapper. |
ConfigNamesMapperTest.php | file | core/ |
|
ConfigNamesMapperTest::$baseRoute | property | core/ |
The base route used for testing. |
ConfigNamesMapperTest::$configMapperManager | property | core/ |
The configuration mapper manager. |
ConfigNamesMapperTest::$configNamesMapper | property | core/ |
The configuration names mapper to test. |
ConfigNamesMapperTest::$eventDispatcher | property | core/ |
The mocked event dispatcher. |
ConfigNamesMapperTest::$languageManager | property | core/ |
The mocked language manager. |
ConfigNamesMapperTest::$localeConfigManager | property | core/ |
The locale configuration manager. |
ConfigNamesMapperTest::$pluginDefinition | property | core/ |
The plugin definition of the test mapper. |
ConfigNamesMapperTest::$routeProvider | property | core/ |
The route provider used for testing. |
ConfigNamesMapperTest::$typedConfigManager | property | core/ |
The typed configuration manager. |
ConfigNamesMapperTest::$urlGenerator | property | core/ |
The mocked URL generator. |
ConfigNamesMapperTest::providerTestHasSchema | function | core/ |
Provides data for ConfigMapperTest::testHasSchema(). |
ConfigNamesMapperTest::providerTestHasTranslatable | function | core/ |
Provides data for ConfigNamesMapperTest::testHasTranslatable(). |
ConfigNamesMapperTest::providerTestHasTranslation | function | core/ |
Provides data for ConfigNamesMapperTest::testHasTranslation(). |
ConfigNamesMapperTest::setUp | function | core/ |
Pagination
- Previous page
- Page 37
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.