| ConfigEntityBase::sort |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Callback for uasort() to sort configuration entities by weight and label. |
| ConfigEntityBase::status |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Returns whether the configuration entity is enabled. |
| ConfigEntityBase::toArray |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Gets an array of all property values. |
| ConfigEntityBase::toUrl |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Gets the URL object for the entity. |
| ConfigEntityBase::trustData |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Sets that the data should be trusted. |
| ConfigEntityBase::unsetThirdPartySetting |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Unsets a third-party setting. |
| ConfigEntityBase::__construct |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Constructs an Entity object. |
| ConfigEntityBase::__sleep |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
|
| ConfigEntityBaseUnitTest |
class |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests Drupal\Core\Config\Entity\ConfigEntityBase. |
| ConfigEntityBaseUnitTest.php |
file |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
|
| ConfigEntityBaseUnitTest::$cacheTagsInvalidator |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The mocked cache backend. |
| ConfigEntityBaseUnitTest::$entity |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The entity under test. |
| ConfigEntityBaseUnitTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The entity type used for testing. |
| ConfigEntityBaseUnitTest::$entityTypeId |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The ID of the type of the entity under test. |
| ConfigEntityBaseUnitTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The entity type manager used for testing. |
| ConfigEntityBaseUnitTest::$id |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The entity ID. |
| ConfigEntityBaseUnitTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The language manager. |
| ConfigEntityBaseUnitTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The module handler. |
| ConfigEntityBaseUnitTest::$themeHandler |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The theme handler. |
| ConfigEntityBaseUnitTest::$typedConfigManager |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The mocked typed config manager. |
| ConfigEntityBaseUnitTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The UUID generator used for testing. |
| ConfigEntityBaseUnitTest::PROVIDER |
constant |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
The provider of the entity type. |
| ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Data provider for testCalculateDependenciesWithPluginCollections. |
| ConfigEntityBaseUnitTest::providerTestSetAndPreSaveWithPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
|
| ConfigEntityBaseUnitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
|
| ConfigEntityBaseUnitTest::testAddDependency |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests add dependency. |
| ConfigEntityBaseUnitTest::testCalculateDependencies |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests calculate dependencies. |
| ConfigEntityBaseUnitTest::testCalculateDependenciesWithPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests calculate dependencies with plugin collections. |
| ConfigEntityBaseUnitTest::testCalculateDependenciesWithThirdPartySettings |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests calculate dependencies with third party settings. |
| ConfigEntityBaseUnitTest::testCreateDuplicate |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests create duplicate. |
| ConfigEntityBaseUnitTest::testDisable |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests disable. |
| ConfigEntityBaseUnitTest::testEnable |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests enable. |
| ConfigEntityBaseUnitTest::testGet |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests get. |
| ConfigEntityBaseUnitTest::testGetOriginalId |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests get original id. |
| ConfigEntityBaseUnitTest::testIsNew |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests is new. |
| ConfigEntityBaseUnitTest::testIsSyncing |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests is syncing. |
| ConfigEntityBaseUnitTest::testPreSaveDuringSync |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests pre save during sync. |
| ConfigEntityBaseUnitTest::testPreSaveWithPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests pre save with plugin collections. |
| ConfigEntityBaseUnitTest::testSetStatus |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests set status. |
| ConfigEntityBaseUnitTest::testSetWithPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests set with plugin collections. |
| ConfigEntityBaseUnitTest::testSleepWithPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests sleep with plugin collections. |
| ConfigEntityBaseUnitTest::testSort |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests sort. |
| ConfigEntityBaseUnitTest::testThirdPartySettings |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests third party settings. |
| ConfigEntityBaseUnitTest::testToArray |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests to array. |
| ConfigEntityBaseUnitTest::testToArrayIdKey |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests to array id key. |
| ConfigEntityBaseUnitTest::testToArraySchemaException |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests to array schema exception. |
| ConfigEntityBaseWithPluginCollections |
class |
core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php |
Enables testing of dependency calculation. |
| ConfigEntityBaseWithPluginCollections.php |
file |
core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php |
|
| ConfigEntityBundleBase |
class |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php |
A base class for config entity types that act as bundles. |
| ConfigEntityBundleBase.php |
file |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php |
|