Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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[[api-linebreak]] |
| EntityDefinitionUpdateTest::testInitialValue | function | core/ |
Tests adding a base field with initial values. |
| EntityDefinitionUpdateTest::testInitialValueFromField | function | core/ |
Tests adding a base field with initial values inherited from another field. |
| EntityDefinitionUpdateTest::testInitialValueFromFieldErrorHandling | function | core/ |
Tests the error handling when using initial values from another field. |
| EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation | function | core/ |
Tests installing an additional base field while installing an entity type. |
| EntityDefinitionUpdateTest::testInstallFieldableEntityTypeWithoutInCodeDefinition | function | core/ |
Tests creating a fieldable entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateTest::testLongNameFieldIndexes | function | core/ |
Check that field schema is correctly handled with long-named fields. |
| EntityDefinitionUpdateTest::testNewEntityType | function | core/ |
Tests that new entity type definitions are correctly handled. |
| EntityDefinitionUpdateTest::testNoUpdates | function | core/ |
Tests when no definition update is needed. |
| EntityDefinitionUpdateTest::testSingleActionCalls | function | core/ |
Tests applying single updates. |
| EntityDefinitionUpdateTest::testUninstallEntityTypeWithoutInCodeDefinition | function | core/ |
Tests uninstalling an entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateTest::testUpdateEntityTypeWithoutInCodeDefinition | function | core/ |
Tests updating an entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition | function | core/ |
Tests updating a fieldable entity type that doesn't exist in code anymore. |
| EntityDeleteActionDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| EntityDeleteActionDeriver::isApplicable | function | core/ |
Indicates whether the deriver can be used for the provided entity type. |
| EntityDeleteForm::getConfigNamesToDelete | function | core/ |
Returns config names to delete for the deletion confirmation form. |
| EntityDeleteFormTrait::getDeletionMessage | function | core/ |
Gets the message to display to the user after deleting the entity. |
| EntityDeleteFormTrait::getQuestion | function | core/ |
|
| EntityDeleteFormTrait::logDeletionMessage | function | core/ |
Logs a message about the deleted entity. |
| EntityDeleteFormTrait::submitForm | function | core/ |
|
| EntityDeleteMultipleAccessCheck | class | core/ |
Checks if the current user has delete access to the items of the tempstore. |
| EntityDeleteMultipleAccessCheck.php | file | core/ |
|
| EntityDeleteMultipleAccessCheck::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityDeleteMultipleAccessCheck::$requestStack | property | core/ |
Request stack service. |
| EntityDeleteMultipleAccessCheck::$tempStore | property | core/ |
The tempstore service. |
| EntityDeleteMultipleAccessCheck::access | function | core/ |
Checks if the user has delete access for at least one item of the store. |
| EntityDeleteMultipleAccessCheck::__construct | function | core/ |
Constructs a new EntityDeleteMultipleAccessCheck. |
| EntityDenormalizerBase | class | core/ |
Converts the Drupal entity object to a JSON:API array structure. |
| EntityDenormalizerBase.php | file | core/ |
|
| EntityDenormalizerBase::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityDenormalizerBase::$fieldManager | property | core/ |
The entity field manager. |
| EntityDenormalizerBase::$pluginManager | property | core/ |
The field plugin manager. |
| EntityDenormalizerBase::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
| EntityDenormalizerBase::denormalize | function | core/ |
|
| EntityDenormalizerBase::normalize | function | core/ |
|
| EntityDenormalizerBase::prepareInput | function | core/ |
Prepares the input data to create the entity. |
Pagination
- Previous page
- Page 377
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.