Search for init

  1. Search 7.x for init
  2. Search 9.5.x for init
  3. Search 8.9.x for init
  4. Search 10.3.x for init
  5. Other projects
Title Object type File name Summary
EntityDefinitionUpdateTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Modules to install.
EntityDefinitionUpdateTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating and deleting a base field if entities exist.
EntityDefinitionUpdateTest::testBaseFieldCreateUpdateDeleteWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating, updating, and deleting a base field if no entities exist.
EntityDefinitionUpdateTest::testBaseFieldEntityKeyUpdateWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a base field when it has existing data.
EntityDefinitionUpdateTest::testBaseFieldUpdateWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a base field when it has existing data.
EntityDefinitionUpdateTest::testBaseFieldWithoutLabelCreateUpdateDelete function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating, updating, and deleting a base field with no label set.
EntityDefinitionUpdateTest::testBundleFieldCreateDeleteWithExistingEntities function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating and deleting a bundle field if entities exist.
EntityDefinitionUpdateTest::testBundleFieldCreateUpdateDeleteWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating, updating, and deleting a bundle field if no entities exist.
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests deleting a bundle field when it has existing data.
EntityDefinitionUpdateTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a bundle field when the entity type schema has changed.
EntityDefinitionUpdateTest::testBundleFieldUpdateWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a bundle field when it has existing data.
EntityDefinitionUpdateTest::testCreateFieldAndIndexOnSharedTable function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Ensures that a new field and index on a shared table are created.
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Ensures that a new entity level index is created when data exists.
EntityDefinitionUpdateTest::testDefinitionEvents function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests entity type and field storage definition events.
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating and deleting a multi-field index when there are no existing entities.
EntityDefinitionUpdateTest::testEntityIndexCreateWithData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating a multi-field index when there are existing entities.
EntityDefinitionUpdateTest::testEntityTypeUpdateWithEntityStorageChange function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating entity schema when there are entity storage changes.
EntityDefinitionUpdateTest::testEntityTypeUpdateWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating entity schema when there are no existing entities.
EntityDefinitionUpdateTest::testGetEntityTypes function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php @covers ::getEntityTypes
EntityDefinitionUpdateTest::testInitialValue function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests adding a base field with initial values.
EntityDefinitionUpdateTest::testInitialValueFromFieldErrorHandling function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests the error handling when using initial values from another field.
EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests installing an additional base field while installing an entity type.
EntityDefinitionUpdateTest::testInstallFieldableEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating a fieldable entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testLongNameFieldIndexes function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Check that field schema is correctly handled with long-named fields.
EntityDefinitionUpdateTest::testNewEntityType function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests that new entity type definitions are correctly handled.
EntityDefinitionUpdateTest::testNoUpdates function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests when no definition update is needed.
EntityDefinitionUpdateTest::testSingleActionCalls function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests applying single updates.
EntityDefinitionUpdateTest::testUninstallEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests uninstalling an entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUninstallRevisionableEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests uninstalling a revisionable entity type that doesn't exist in code.
EntityDefinitionUpdateTest::testUpdateEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating an entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a fieldable entity type that doesn't exist in code anymore.
EntityDeleteActionDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDeriver::getDerivativeDefinition function core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php Gets the definition of a derivative plugin.
EntityDeriver::getDerivativeDefinition function core/modules/rest/src/Plugin/Deriver/EntityDeriver.php Gets the definition of a derivative plugin.
EntityDeriver::getDerivativeDefinitions function core/modules/rest/src/Plugin/Deriver/EntityDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDisplayBase::$fieldDefinitions property core/lib/Drupal/Core/Entity/EntityDisplayBase.php A list of field definitions eligible for configuration in this display.
EntityDisplayBase::$initialized property core/lib/Drupal/Core/Entity/EntityDisplayBase.php A boolean indicating whether or not this display has been initialized.
EntityDisplayBase::getFieldDefinition function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the field definition of a field.
EntityDisplayBase::getFieldDefinitions function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the definitions of the fields that are candidate for display.
EntityDisplayBase::init function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Initializes the display.
EntityDisplayFormBase::getFieldDefinitions function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Collects the definitions of fields whose display is configurable.
EntityDisplayModeFormBase::init function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Initialize the form state and the entity before the first form build.
EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig function core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php Tests the behavior of an extra field component with initial invalid values.
EntityField::getFieldStorageDefinition function core/modules/views/src/Plugin/views/field/EntityField.php Gets the field storage definition.
EntityField::init function core/modules/views/src/Plugin/views/field/EntityField.php Initialize the plugin.
EntityFieldDefinitionTrait trait core/modules/migrate/src/EntityFieldDefinitionTrait.php The entity field definition trait.
EntityFieldDefinitionTrait.php file core/modules/migrate/src/EntityFieldDefinitionTrait.php
EntityFieldDefinitionTrait::getDefinitionFromEntity function core/modules/migrate/src/EntityFieldDefinitionTrait.php Gets the field definition from a specific entity base field.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.