Search for field_
- Search 7.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| BaseFieldAccessTest::$testViews | property | core/ |
Views used by this test. |
| BaseFieldAccessTest::setUp | function | core/ |
Sets up the test. |
| BaseFieldAccessTest::testProtectedField | function | core/ |
Tests access to protected base fields. |
| BaseFieldDefinition | class | core/ |
A class for defining entity fields. |
| BaseFieldDefinition.php | file | core/ |
|
| BaseFieldDefinition::$indexes | property | core/ |
|
| BaseFieldDefinition::$propertyDefinitions | property | core/ |
An array of field property definitions. |
| BaseFieldDefinition::$schema | property | core/ |
The field schema. |
| BaseFieldDefinition::$type | property | core/ |
The field type. |
| BaseFieldDefinition::addPropertyConstraints | function | core/ |
Adds constraints for a given field item property. |
| BaseFieldDefinition::create | function | core/ |
Creates a new field definition. |
| BaseFieldDefinition::createFromFieldStorageDefinition | function | core/ |
Creates a new field definition based upon a field storage definition. |
| BaseFieldDefinition::createFromItemType | function | core/ |
Creates a new list data definition for items of the given data type. |
| BaseFieldDefinition::getCardinality | function | core/ |
Returns the maximum number of items allowed for the field. |
| BaseFieldDefinition::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
| BaseFieldDefinition::getConfig | function | core/ |
Gets an object that can be saved in configuration. |
| BaseFieldDefinition::getDefaultValue | function | core/ |
Returns the default value for the field in a newly created entity. |
| BaseFieldDefinition::getDefaultValueCallback | function | core/ |
Returns the default value callback for the field. |
| BaseFieldDefinition::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
| BaseFieldDefinition::getDisplayOptions | function | core/ |
Returns the default display options for the field. |
| BaseFieldDefinition::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| BaseFieldDefinition::getInitialValue | function | core/ |
Returns the initial value for the field. |
| BaseFieldDefinition::getInitialValueFromField | function | core/ |
Returns the name of the field that will be used for getting initial values. |
| BaseFieldDefinition::getMainPropertyName | function | core/ |
Returns the name of the main property, if any. |
| BaseFieldDefinition::getName | function | core/ |
Returns the machine name of the field. |
| BaseFieldDefinition::getOptionsProvider | function | core/ |
Gets an options provider for the given field item property. |
| BaseFieldDefinition::getPropertyDefinition | function | core/ |
Gets the definition of a contained property. |
| BaseFieldDefinition::getPropertyDefinitions | function | core/ |
Gets an array of property definitions of contained properties. |
| BaseFieldDefinition::getPropertyNames | function | core/ |
Returns the names of the field's subproperties. |
| BaseFieldDefinition::getProvider | function | core/ |
Returns the name of the provider of this field. |
| BaseFieldDefinition::getSchema | function | core/ |
Returns the field schema. |
| BaseFieldDefinition::getSetting | function | core/ |
Returns the value of a given setting. |
| BaseFieldDefinition::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
| BaseFieldDefinition::getTargetBundle | function | core/ |
Gets the bundle the field is attached to. |
| BaseFieldDefinition::getTargetEntityTypeId | function | core/ |
Returns the ID of the entity type the field is attached to. |
| BaseFieldDefinition::getType | function | core/ |
Returns the field type. |
| BaseFieldDefinition::getUniqueIdentifier | function | core/ |
Returns a unique identifier for the field. |
| BaseFieldDefinition::getUniqueStorageIdentifier | function | core/ |
Returns a unique identifier for the field storage. |
| BaseFieldDefinition::hasCustomStorage | function | core/ |
Returns the storage behavior for this field. |
| BaseFieldDefinition::isBaseField | function | core/ |
Determines whether the field is a base field. |
| BaseFieldDefinition::isDeleted | function | core/ |
Returns whether the field is deleted or not. |
| BaseFieldDefinition::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
| BaseFieldDefinition::isInternal | function | core/ |
Determines whether the data value is internal. |
| BaseFieldDefinition::isMultiple | function | core/ |
Returns whether the field can contain multiple items. |
| BaseFieldDefinition::isRevisionable | function | core/ |
Returns whether the field storage is revisionable. |
| BaseFieldDefinition::isStorageRequired | function | core/ |
Returns whether the field storage is required. |
| BaseFieldDefinition::isTranslatable | function | core/ |
Returns whether the field is translatable. |
| BaseFieldDefinition::setCardinality | function | core/ |
Sets the maximum number of items allowed for the field. |
| BaseFieldDefinition::setCustomStorage | function | core/ |
Sets the storage behavior for this field. |
| BaseFieldDefinition::setDefaultValue | function | core/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.