Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigEntityMapper::getContextualLinkGroup | function | core/ |
Returns the name of the contextual link group to add contextual links to. |
ConfigEntityMapper::getEntity | function | core/ |
Gets the entity instance for this mapper. |
ConfigEntityMapper::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
ConfigEntityMapper::getOverviewRouteName | function | core/ |
Returns route name for the translation overview route. |
ConfigEntityMapper::getTitle | function | core/ |
Returns title of this translation page. |
ConfigEntityMapper::getType | function | core/ |
Gets the entity type from this mapper. |
ConfigEntityMapper::getTypeLabel | function | core/ |
Returns the label of the type of data the mapper encapsulates. |
ConfigEntityMapper::getTypeName | function | core/ |
Returns the name of the type of data the mapper encapsulates. |
ConfigEntityMapperTest::testEntityGetterAndSetter | function | core/ |
Tests ConfigEntityMapper::setEntity() and ConfigEntityMapper::getEntity(). |
ConfigEntityMapperTest::testGetOperations | function | core/ |
Tests ConfigEntityMapper::getOperations(). |
ConfigEntityMapperTest::testGetOverviewRouteParameters | function | core/ |
Tests ConfigEntityMapper::getOverviewRouteParameters(). |
ConfigEntityMapperTest::testGetType | function | core/ |
Tests ConfigEntityMapper::getType(). |
ConfigEntityMapperTest::testGetTypeLabel | function | core/ |
Tests ConfigEntityMapper::getTypeLabel(). |
ConfigEntityMapperTest::testGetTypeName | function | core/ |
Tests ConfigEntityMapper::getTypeName(). |
ConfigEntityNormalizer::getDataWithoutInternals | function | core/ |
Gets the given data without the internal implementation details. |
ConfigEntityStorage::getIDFromConfigName | function | core/ |
Extracts the configuration entity ID from the full configuration name. |
ConfigEntityStorage::getPrefix | function | core/ |
Returns the prefix used to create the configuration name. |
ConfigEntityStorage::getQueryServiceName | function | core/ |
Gets the name of the service for the query for this entity storage. |
ConfigEntityStorageInterface::getIDFromConfigName | function | core/ |
Extracts the configuration entity ID from the full configuration name. |
ConfigEntityStorageTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\Entity\ConfigEntityStorage @group Config |
ConfigEntityStorageTest | class | core/ |
Tests sync and importing config entities with IDs and UUIDs that match existing config. |
ConfigEntityStorageTest.php | file | core/ |
|
ConfigEntityStorageTest.php | file | core/ |
|
ConfigEntityStorageTest::$cacheTagsInvalidator | property | core/ |
The mocked cache backend. |
ConfigEntityStorageTest::$configFactory | property | core/ |
The config factory service. |
ConfigEntityStorageTest::$configManager | property | core/ |
The configuration manager. |
ConfigEntityStorageTest::$entityQuery | property | core/ |
The entity query. |
ConfigEntityStorageTest::$entityStorage | property | core/ |
The config storage. |
ConfigEntityStorageTest::$entityTypeId | property | core/ |
The type ID of the entity under test. |
ConfigEntityStorageTest::$languageManager | property | core/ |
The language manager. |
ConfigEntityStorageTest::$moduleHandler | property | core/ |
The module handler. |
ConfigEntityStorageTest::$modules | property | core/ |
Modules to enable. |
ConfigEntityStorageTest::$uuidService | property | core/ |
The UUID service. |
ConfigEntityStorageTest::getMockEntity | function | core/ |
Creates an entity with specific methods mocked. |
ConfigEntityStorageTest::setUp | function | core/ |
@covers ::__construct |
ConfigEntityStorageTest::testCreate | function | core/ |
@covers ::create @covers ::doCreate |
ConfigEntityStorageTest::testCreateWithCurrentLanguage | function | core/ |
@covers ::create @covers ::doCreate |
ConfigEntityStorageTest::testCreateWithExplicitLanguage | function | core/ |
@covers ::create @covers ::doCreate |
ConfigEntityStorageTest::testCreateWithPredefinedUuid | function | core/ |
@covers ::create @covers ::doCreate |
ConfigEntityStorageTest::testDelete | function | core/ |
@covers ::delete @covers ::doDelete |
ConfigEntityStorageTest::testDeleteNothing | function | core/ |
@covers ::delete @covers ::doDelete |
ConfigEntityStorageTest::testDeleteRevision | function | core/ |
@covers ::deleteRevision |
ConfigEntityStorageTest::testHasData | function | core/ |
Tests the hasData() method for config entity storage. |
ConfigEntityStorageTest::testLoad | function | core/ |
@covers ::load @covers ::postLoad @covers ::mapFromStorageRecords @covers ::doLoadMultiple |
ConfigEntityStorageTest::testLoadMultipleAll | function | core/ |
@covers ::loadMultiple @covers ::postLoad @covers ::mapFromStorageRecords @covers ::doLoadMultiple |
ConfigEntityStorageTest::testLoadMultipleIds | function | core/ |
@covers ::loadMultiple @covers ::postLoad @covers ::mapFromStorageRecords @covers ::doLoadMultiple |
ConfigEntityStorageTest::testLoadRevision | function | core/ |
@covers ::loadRevision |
ConfigEntityStorageTest::testSaveChangedUuid | function | core/ |
@covers ::save @covers ::doSave |
ConfigEntityStorageTest::testSaveDuplicate | function | core/ |
@covers ::save @covers ::doSave |
ConfigEntityStorageTest::testSaveInsert | function | core/ |
@covers ::save @covers ::doSave |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.