| ConfigEntityInterface |
interface |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Defines a common interface for configuration entities. |
| ConfigEntityInterface.php |
file |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
|
| ConfigEntityInterface::calculateDependencies |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Calculates dependencies and stores them in the dependency property. |
| ConfigEntityInterface::disable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Disables the configuration entity. |
| ConfigEntityInterface::enable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Enables the configuration entity. |
| ConfigEntityInterface::get |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Returns the value of a property. |
| ConfigEntityInterface::getDependencies |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Gets the configuration dependencies. |
| ConfigEntityInterface::hasTrustedData |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Gets whether on not the data is trusted. |
| ConfigEntityInterface::isInstallable |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Checks whether this entity is installable. |
| ConfigEntityInterface::isUninstalling |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Returns whether this entity is being changed during the uninstall process. |
| ConfigEntityInterface::onDependencyRemoval |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Informs the entity that entities it depends on will be deleted. |
| ConfigEntityInterface::set |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Sets the value of a property. |
| ConfigEntityInterface::setStatus |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Sets the status of the configuration entity. |
| ConfigEntityInterface::status |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Returns whether the configuration entity is enabled. |
| ConfigEntityInterface::trustData |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php |
Sets that the data should be trusted. |
| ConfigEntityListBuilder |
class |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php |
Defines the default class to build a listing of configuration entities. |
| ConfigEntityListBuilder.php |
file |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php |
|
| ConfigEntityListBuilder::getDefaultOperations |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php |
Gets this list's default operations. |
| ConfigEntityListBuilder::load |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php |
Loads entities of this type from storage for listing. |
| ConfigEntityListMultilingualTest |
class |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Tests the listing of configuration entities in a multilingual scenario. |
| ConfigEntityListMultilingualTest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
|
| ConfigEntityListMultilingualTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
The theme to install as the default for testing. |
| ConfigEntityListMultilingualTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Modules to enable. |
| ConfigEntityListMultilingualTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
|
| ConfigEntityListMultilingualTest::testListUI |
function |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Tests the listing UI with different language scenarios. |
| ConfigEntityListTest |
class |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests the listing of configuration entities. |
| ConfigEntityListTest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
|
| 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 enable. |
| 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 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. |