ConfigEntityListTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
The theme to install as the default for testing. |
ConfigEntityListTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Modules to install. |
ConfigEntityListTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
|
ConfigEntityListTest::testList |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests entity list builder methods. |
ConfigEntityListTest::testListUI |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests the listing UI. |
ConfigEntityListTest::testPager |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests paging. |
ConfigEntityMapper |
class |
core/modules/config_translation/src/ConfigEntityMapper.php |
Configuration mapper for configuration entities. |
ConfigEntityMapper.php |
file |
core/modules/config_translation/src/ConfigEntityMapper.php |
|
ConfigEntityMapper::$entity |
property |
core/modules/config_translation/src/ConfigEntityMapper.php |
Loaded entity instance to help produce the translation interface. |
ConfigEntityMapper::$entityType |
property |
core/modules/config_translation/src/ConfigEntityMapper.php |
Configuration entity type name. |
ConfigEntityMapper::$entityTypeManager |
property |
core/modules/config_translation/src/ConfigEntityMapper.php |
The entity type manager. |
ConfigEntityMapper::$typeLabel |
property |
core/modules/config_translation/src/ConfigEntityMapper.php |
The label for the entity type. |
ConfigEntityMapper::create |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Creates an instance of the plugin. |
ConfigEntityMapper::getBaseRouteParameters |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Returns the route parameters for the base route the mapper is attached to. |
ConfigEntityMapper::getContextualLinkGroup |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Returns the name of the contextual link group to add contextual links to. |
ConfigEntityMapper::getEntity |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Gets the entity instance for this mapper. |
ConfigEntityMapper::getOperations |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Provides an array of information to build a list of operation links. |
ConfigEntityMapper::getOverviewRouteName |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Returns route name for the translation overview route. |
ConfigEntityMapper::getTitle |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Returns title of this translation page. |
ConfigEntityMapper::getType |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Gets the entity type ID from this mapper. |
ConfigEntityMapper::getTypeLabel |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Returns the label of the type of data the mapper encapsulates. |
ConfigEntityMapper::getTypeName |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Returns the name of the type of data the mapper encapsulates. |
ConfigEntityMapper::populateFromRouteMatch |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Populate the config mapper with route match data. |
ConfigEntityMapper::processRoute |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Allows to process all config translation routes. |
ConfigEntityMapper::setEntity |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Sets the entity instance for this mapper. |
ConfigEntityMapper::setType |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Set entity type for this mapper. |
ConfigEntityMapper::__construct |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
Constructs a ConfigEntityMapper. |
ConfigEntityMapperInterface |
interface |
core/modules/config_translation/src/ConfigEntityMapperInterface.php |
Defines an interface for configuration entity mappers. |
ConfigEntityMapperInterface.php |
file |
core/modules/config_translation/src/ConfigEntityMapperInterface.php |
|
ConfigEntityMapperInterface::getEntity |
function |
core/modules/config_translation/src/ConfigEntityMapperInterface.php |
Gets the entity instance for this mapper. |
ConfigEntityMapperInterface::getType |
function |
core/modules/config_translation/src/ConfigEntityMapperInterface.php |
Gets the entity type ID from this mapper. |
ConfigEntityMapperInterface::setEntity |
function |
core/modules/config_translation/src/ConfigEntityMapperInterface.php |
Sets the entity instance for this mapper. |
ConfigEntityMapperInterface::setType |
function |
core/modules/config_translation/src/ConfigEntityMapperInterface.php |
Set entity type for this mapper. |
ConfigEntityMapperTest |
class |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests the functionality provided by the configuration entity mapper. |
ConfigEntityMapperTest.php |
file |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
|
ConfigEntityMapperTest::$configEntityMapper |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The configuration entity mapper to test. |
ConfigEntityMapperTest::$entity |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The entity instance used for testing. |
ConfigEntityMapperTest::$entityTypeManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The entity type manager used for testing. |
ConfigEntityMapperTest::$eventDispatcher |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The mocked event dispatcher. |
ConfigEntityMapperTest::$languageManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The mocked language manager. |
ConfigEntityMapperTest::$routeProvider |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The route provider used for testing. |
ConfigEntityMapperTest::setUp |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
|
ConfigEntityMapperTest::testEntityGetterAndSetter |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::setEntity() and ConfigEntityMapper::getEntity(). |
ConfigEntityMapperTest::testGetOperations |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getOperations(). |
ConfigEntityMapperTest::testGetOverviewRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getOverviewRouteParameters(). |
ConfigEntityMapperTest::testGetType |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getType(). |
ConfigEntityMapperTest::testGetTypeLabel |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getTypeLabel(). |
ConfigEntityMapperTest::testGetTypeName |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getTypeName(). |
ConfigEntityNormalizer |
class |
core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php |
Normalizes/denormalizes Drupal config entity objects into an array structure. |
ConfigEntityNormalizer.php |
file |
core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php |
|