Search for definition
- Search 7.x for definition
- Search 9.5.x for definition
- Search 10.3.x for definition
- Search 11.x for definition
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
FieldDefinition::setDefaultValueCallback | function | core/ |
Set the default value callback for the field. |
FieldDefinition::setDisplayConfigurable | function | core/ |
Sets whether the display for the field can be configured. |
FieldDefinition::setDisplayOptions | function | core/ |
Sets the display options for the field in forms or rendered entities. |
FieldDefinition::setFieldStorageDefinition | function | core/ |
Set the field storage definition. |
FieldDefinition::setSetting | function | core/ |
Sets a definition setting. |
FieldDefinition::setSettings | function | core/ |
Sets the array of settings, as required by the used class. |
FieldDefinition::setTargetBundle | function | core/ |
Set the target bundle. |
FieldDefinition::setTranslatable | function | core/ |
Sets whether the field is translatable. |
FieldDefinitionIntegrityTest | class | core/ |
Tests the integrity of field API plugin definitions. |
FieldDefinitionIntegrityTest.php | file | core/ |
|
FieldDefinitionIntegrityTest::$modules | property | core/ |
|
FieldDefinitionIntegrityTest::checkDisplayOption | function | core/ |
Helper method that tries to load plugin definitions. |
FieldDefinitionIntegrityTest::modulesWithSubdirectory | function | core/ |
Find modules with a specified subdirectory. |
FieldDefinitionIntegrityTest::testFieldPluginDefinitionAvailability | function | core/ |
Tests to load field plugin definitions used in core's existing entities. |
FieldDefinitionIntegrityTest::testFieldPluginDefinitionIntegrity | function | core/ |
Tests the integrity of field plugin definitions. |
FieldDefinitionInterface | interface | core/ |
Defines an interface for entity field definitions. |
FieldDefinitionInterface.php | file | core/ |
|
FieldDefinitionInterface::getConfig | function | core/ |
Gets an object that can be saved in configuration. |
FieldDefinitionInterface::getDefaultValue | function | core/ |
Returns the default value for the field in a newly created entity. |
FieldDefinitionInterface::getDefaultValueCallback | function | core/ |
Returns the default value callback for the field. |
FieldDefinitionInterface::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
FieldDefinitionInterface::getDisplayOptions | function | core/ |
Returns the default display options for the field. |
FieldDefinitionInterface::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
FieldDefinitionInterface::getName | function | core/ |
Returns the machine name of the field. |
FieldDefinitionInterface::getTargetBundle | function | core/ |
Gets the bundle the field is attached to. |
FieldDefinitionInterface::getTargetEntityTypeId | function | core/ |
Returns the ID of the entity type the field is attached to. |
FieldDefinitionInterface::getType | function | core/ |
Returns the field type. |
FieldDefinitionInterface::getUniqueIdentifier | function | core/ |
Returns a unique identifier for the field. |
FieldDefinitionInterface::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
FieldDefinitionInterface::isRequired | function | core/ |
Returns whether the field can be empty. |
FieldDefinitionInterface::isTranslatable | function | core/ |
Returns whether the field is translatable. |
FieldDefinitionListener | class | core/ |
Reacts to field definition CRUD on behalf of the Entity system. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.