Search for init

  1. Search 7.x for init
  2. Search 9.5.x for init
  3. Search 10.3.x for init
  4. Search 11.x for init
  5. Other projects
Title Object type File name Summary
FieldableEntityDefinitionUpdateTest::$lastInstalledSchemaRepository property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The last installed schema repository service.
FieldableEntityDefinitionUpdateTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Modules to enable.
FieldableEntityDefinitionUpdateTest::$testEntities property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php An array of entities are created during the test.
FieldableEntityDefinitionUpdateTest::assertBackupTables function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts that the backup tables have been kept after a successful update.
FieldableEntityDefinitionUpdateTest::assertBundleFieldSchema function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts that the bundle field schema is correct.
FieldableEntityDefinitionUpdateTest::assertEntityData function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts test entity data after a fieldable entity type update.
FieldableEntityDefinitionUpdateTest::assertEntityTypeSchema function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts revisionable and/or translatable characteristics of an entity type.
FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts that an entity type is neither revisionable nor translatable.
FieldableEntityDefinitionUpdateTest::assertRevisionable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts the revisionable characteristics of an entity type.
FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts the revisionable / translatable characteristics of an entity type.
FieldableEntityDefinitionUpdateTest::assertTranslatable function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts the translatable characteristics of an entity type.
FieldableEntityDefinitionUpdateTest::insertData function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Generates test entities for the 'entity_test_update' entity type.
FieldableEntityDefinitionUpdateTest::providerTestFieldableEntityTypeUpdates function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Data provider for testFieldableEntityTypeUpdates().
FieldableEntityDefinitionUpdateTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdates function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php @covers ::updateFieldableEntityType[[api-linebreak]]
@dataProvider providerTestFieldableEntityTypeUpdates
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesErrorHandling function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Tests that a failed entity schema update preserves the existing data.
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Tests the removal of the backup tables after a successful update.
FieldableEntityInterface::baseFieldDefinitions function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Provides base field definitions for an entity type.
FieldableEntityInterface::bundleFieldDefinitions function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Provides field definitions for a specific bundle.
FieldableEntityInterface::getFieldDefinition function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets the definition of a contained field.
FieldableEntityInterface::getFieldDefinitions function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets an array of field definitions of all contained fields.
FieldableEntityNormalizerTrait::getEntityTypeDefinition function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Gets the entity type definition.
FieldAPIHandlerTrait::$fieldDefinition property core/modules/views/src/FieldAPIHandlerTrait.php The field definition.
FieldAPIHandlerTrait::$fieldStorageDefinition property core/modules/views/src/FieldAPIHandlerTrait.php The field storage definition.
FieldAPIHandlerTrait::getFieldDefinition function core/modules/views/src/FieldAPIHandlerTrait.php Gets the field definition.
FieldAPIHandlerTrait::getFieldStorageDefinition function core/modules/views/src/FieldAPIHandlerTrait.php Gets the field storage configuration.
FieldBlock::$fieldDefinition property core/modules/layout_builder/src/Plugin/Block/FieldBlock.php The field definition.
FieldBlock::getFieldDefinition function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Gets the field definition.
FieldBlockDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php
FieldConfig::getFieldStorageDefinition function core/modules/field/src/Entity/FieldConfig.php
FieldConfigBase::$itemDefinition property core/lib/Drupal/Core/Field/FieldConfigBase.php The data definition of a field item.
FieldConfigBase::getItemDefinition function core/lib/Drupal/Core/Field/FieldConfigBase.php
FieldCrudTest::$fieldDefinition property core/modules/field/tests/src/Kernel/FieldCrudTest.php The field entity definition.
FieldCrudTest::$fieldStorageDefinition property core/modules/field/tests/src/Kernel/FieldCrudTest.php The field entity definition.
FieldDateTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php
FieldDefinition class core/lib/Drupal/Core/Field/FieldDefinition.php A class for defining entity field definitions.
FieldDefinition.php file core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::$fieldStorageDefinition property core/lib/Drupal/Core/Field/FieldDefinition.php The associated field storage definition.
FieldDefinition::createFromFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Creates a new field definition.
FieldDefinition::getConfig function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::getDefaultValue function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::getDefaultValueCallback function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::getDefaultValueLiteral function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::getDisplayOptions function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::getName function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::getSetting function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::getSettings function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::getTargetBundle function core/lib/Drupal/Core/Field/FieldDefinition.php
FieldDefinition::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinition.php

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