Search for init
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldableEntityDefinitionUpdateTest::assertBackupTables | function | core/ |
Asserts that the backup tables have been kept after a successful update. |
| FieldableEntityDefinitionUpdateTest::assertBundleFieldSchema | function | core/ |
Asserts that the bundle field schema is correct. |
| FieldableEntityDefinitionUpdateTest::assertEntityData | function | core/ |
Asserts test entity data after a fieldable entity type update. |
| FieldableEntityDefinitionUpdateTest::assertEntityTypeSchema | function | core/ |
Asserts revisionable and/or translatable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable | function | core/ |
Asserts that an entity type is neither revisionable nor translatable. |
| FieldableEntityDefinitionUpdateTest::assertRevisionable | function | core/ |
Asserts the revisionable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable | function | core/ |
Asserts the revisionable / translatable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::assertTranslatable | function | core/ |
Asserts the translatable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::insertData | function | core/ |
Generates test entities for the 'entity_test_update' entity type. |
| FieldableEntityDefinitionUpdateTest::setUp | function | core/ |
|
| FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesErrorHandling | function | core/ |
Tests that a failed entity schema update preserves the existing data. |
| FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables | function | core/ |
Tests the removal of the backup tables after a successful update. |
| FieldableEntityInterface::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| FieldableEntityInterface::bundleFieldDefinitions | function | core/ |
Provides field definitions for a specific bundle. |
| FieldableEntityInterface::getFieldDefinition | function | core/ |
Gets the definition of a contained field. |
| FieldableEntityInterface::getFieldDefinitions | function | core/ |
Gets an array of field definitions of all contained fields. |
| FieldableEntityNormalizerTrait::getEntityTypeDefinition | function | core/ |
Gets the entity type definition. |
| FieldAPIHandlerTrait::$fieldDefinition | property | core/ |
The field definition. |
| FieldAPIHandlerTrait::$fieldStorageDefinition | property | core/ |
The field storage definition. |
| FieldAPIHandlerTrait::getFieldDefinition | function | core/ |
Gets the field definition. |
| FieldAPIHandlerTrait::getFieldStorageDefinition | function | core/ |
Gets the field storage configuration. |
| FieldBlock::$fieldDefinition | property | core/ |
The field definition. |
| FieldBlock::getFieldDefinition | function | core/ |
Gets the field definition. |
| FieldBlockDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| FieldConfig::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| FieldConfigBase::$itemDefinition | property | core/ |
The data definition of a field item. |
| FieldConfigBase::getItemDefinition | function | core/ |
Gets the data definition of an item of the list. |
| FieldCrudTest::$fieldDefinition | property | core/ |
The field entity definition. |
| FieldCrudTest::$fieldStorageDefinition | property | core/ |
The field entity definition. |
| FieldDateTest::schemaDefinition | function | core/ |
Returns the schema definition. |
| FieldDefinition | class | core/ |
A class for defining entity field definitions. |
| FieldDefinition.php | file | core/ |
|
| FieldDefinition::$fieldStorageDefinition | property | core/ |
The associated field storage definition. |
| FieldDefinition::createFromFieldStorageDefinition | function | core/ |
Creates a new field definition. |
| FieldDefinition::getConfig | function | core/ |
Gets an object that can be saved in configuration. |
| FieldDefinition::getDefaultValue | function | core/ |
Returns the default value for the field in a newly created entity. |
| FieldDefinition::getDefaultValueCallback | function | core/ |
Returns the default value callback for the field. |
| FieldDefinition::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
| FieldDefinition::getDisplayOptions | function | core/ |
Returns the default display options for the field. |
| FieldDefinition::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| FieldDefinition::getName | function | core/ |
Returns the machine name of the field. |
| FieldDefinition::getSetting | function | core/ |
Returns the value of a given setting. |
| FieldDefinition::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
| FieldDefinition::getTargetBundle | function | core/ |
Gets the bundle the field is attached to. |
| FieldDefinition::getTargetEntityTypeId | function | core/ |
Returns the ID of the entity type the field is attached to. |
| FieldDefinition::getType | function | core/ |
Returns the field type. |
| FieldDefinition::getUniqueIdentifier | function | core/ |
Returns a unique identifier for the field. |
| FieldDefinition::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
| FieldDefinition::isTranslatable | function | core/ |
Returns whether the field is translatable. |
| FieldDefinition::setDefaultValue | function | core/ |
Set a default value for the field. |
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.