Search for definition
- Search 7.x for definition
- Search 9.5.x for definition
- Search 8.9.x for definition
- Search 10.3.x for definition
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityDefinitionUpdateManagerInterface::getChangeSummary | function | core/ |
Gets a human readable summary of the detected changes. |
EntityDefinitionUpdateManagerInterface::getEntityType | function | core/ |
Returns an entity type definition ready to be manipulated. |
EntityDefinitionUpdateManagerInterface::getEntityTypes | function | core/ |
Returns all the entity type definitions, ready to be manipulated. |
EntityDefinitionUpdateManagerInterface::getFieldStorageDefinition | function | core/ |
Returns a field storage definition ready to be manipulated. |
EntityDefinitionUpdateManagerInterface::installEntityType | function | core/ |
Installs a new entity type definition. |
EntityDefinitionUpdateManagerInterface::installFieldableEntityType | function | core/ |
Installs a new fieldable entity type definition. |
EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition | function | core/ |
Installs a new field storage definition. |
EntityDefinitionUpdateManagerInterface::needsUpdates | function | core/ |
Checks if there are any definition updates that need to be applied. |
EntityDefinitionUpdateManagerInterface::uninstallEntityType | function | core/ |
Uninstalls an entity type definition. |
EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition | function | core/ |
Uninstalls a field storage definition. |
EntityDefinitionUpdateManagerInterface::updateEntityType | function | core/ |
Applies any change performed to the passed entity type definition. |
EntityDefinitionUpdateManagerInterface::updateFieldableEntityType | function | core/ |
Applies any change performed to a fieldable entity type definition. |
EntityDefinitionUpdateManagerInterface::updateFieldStorageDefinition | function | core/ |
Applies any change performed to the passed field storage definition. |
EntityDefinitionUpdateProviderTest | class | core/ |
Tests EntityDefinitionUpdateManager functionality. |
EntityDefinitionUpdateProviderTest.php | file | core/ |
|
EntityDefinitionUpdateProviderTest::$database | property | core/ |
The database connection. |
EntityDefinitionUpdateProviderTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
EntityDefinitionUpdateProviderTest::$entityFieldManager | property | core/ |
The entity field manager. |
EntityDefinitionUpdateProviderTest::$modules | property | core/ |
Modules to install. |
EntityDefinitionUpdateProviderTest::baseFieldDeleteWithExistingDataTestCases | function | core/ |
Test cases for ::testBaseFieldDeleteWithExistingData. |
EntityDefinitionUpdateProviderTest::initialValueFromFieldTestCases | function | core/ |
Test cases for ::testInitialValueFromField. |
EntityDefinitionUpdateProviderTest::setUp | function | core/ |
|
EntityDefinitionUpdateProviderTest::testBaseFieldDeleteWithExistingData | function | core/ |
Tests deleting a base field when it has existing data. |
EntityDefinitionUpdateProviderTest::testInitialValueFromField | function | core/ |
Tests adding a base field with initial values inherited from another field. |
EntityDefinitionUpdateTest | class | core/ |
Tests EntityDefinitionUpdateManager functionality. |
EntityDefinitionUpdateTest.php | file | core/ |
|
EntityDefinitionUpdateTest::$database | property | core/ |
The database connection. |
EntityDefinitionUpdateTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
EntityDefinitionUpdateTest::$entityFieldManager | property | core/ |
The entity field manager. |
EntityDefinitionUpdateTest::$modules | property | core/ |
Modules to install. |
EntityDefinitionUpdateTest::setUp | function | core/ |
|
EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities | function | core/ |
Tests creating and deleting a base field if entities exist. |
EntityDefinitionUpdateTest::testBaseFieldCreateUpdateDeleteWithoutData | function | core/ |
Tests creating, updating, and deleting a base field if no entities exist. |
EntityDefinitionUpdateTest::testBaseFieldEntityKeyUpdateWithExistingData | function | core/ |
Tests updating a base field when it has existing data. |
EntityDefinitionUpdateTest::testBaseFieldUpdateWithExistingData | function | core/ |
Tests updating a base field when it has existing data. |
EntityDefinitionUpdateTest::testBaseFieldWithoutLabelCreateUpdateDelete | function | core/ |
Tests creating, updating, and deleting a base field with no label set. |
EntityDefinitionUpdateTest::testBundleFieldCreateDeleteWithExistingEntities | function | core/ |
Tests creating and deleting a bundle field if entities exist. |
EntityDefinitionUpdateTest::testBundleFieldCreateUpdateDeleteWithoutData | function | core/ |
Tests creating, updating, and deleting a bundle field if no entities exist. |
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData | function | core/ |
Tests deleting a bundle field when it has existing data. |
EntityDefinitionUpdateTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate | function | core/ |
Tests updating a bundle field when the entity type schema has changed. |
EntityDefinitionUpdateTest::testBundleFieldUpdateWithExistingData | function | core/ |
Tests updating a bundle field when it has existing data. |
EntityDefinitionUpdateTest::testCreateFieldAndIndexOnSharedTable | function | core/ |
Ensures that a new field and index on a shared table are created. |
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData | function | core/ |
Ensures that a new entity level index is created when data exists. |
EntityDefinitionUpdateTest::testDefinitionEvents | function | core/ |
Tests entity type and field storage definition events. |
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData | function | core/ |
Tests creating and deleting a multi-field index when there are no existing entities. |
EntityDefinitionUpdateTest::testEntityIndexCreateWithData | function | core/ |
Tests creating a multi-field index when there are existing entities. |
EntityDefinitionUpdateTest::testEntityTypeUpdateWithEntityStorageChange | function | core/ |
Tests updating entity schema when there are entity storage changes. |
EntityDefinitionUpdateTest::testEntityTypeUpdateWithoutData | function | core/ |
Tests updating entity schema when there are no existing entities. |
EntityDefinitionUpdateTest::testGetEntityTypes | function | core/ |
@covers ::getEntityTypes |
EntityDefinitionUpdateTest::testInitialValue | function | core/ |
Tests adding a base field with initial values. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.