Search for list
Title | Object type | File name | Summary |
---|---|---|---|
FieldDefinitionListener::$entityTypeManager | property | core/ |
The entity type manager. |
FieldDefinitionListener::$keyValueFactory | property | core/ |
The key-value factory. |
FieldDefinitionListener::onFieldDefinitionCreate | function | core/ |
Reacts to the creation of a field. |
FieldDefinitionListener::onFieldDefinitionDelete | function | core/ |
Reacts to the deletion of a field. |
FieldDefinitionListener::onFieldDefinitionUpdate | function | core/ |
Reacts to the update of a field. |
FieldDefinitionListener::__construct | function | core/ |
Constructs a new FieldDefinitionListener. |
FieldDefinitionListenerInterface | interface | core/ |
Defines an interface for reacting to field creation, deletion, and updates. |
FieldDefinitionListenerInterface.php | file | core/ |
|
FieldDefinitionListenerInterface::onFieldDefinitionCreate | function | core/ |
Reacts to the creation of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionDelete | function | core/ |
Reacts to the deletion of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionUpdate | function | core/ |
Reacts to the update of a field. |
FieldDefinitionListenerTest | class | core/ |
Tests Drupal\Core\Field\FieldDefinitionListener. |
FieldDefinitionListenerTest.php | file | core/ |
|
FieldDefinitionListenerTest::$cacheBackend | property | core/ |
The cache backend. |
FieldDefinitionListenerTest::$entityFieldManager | property | core/ |
The entity field manager. |
FieldDefinitionListenerTest::$entityTypeManager | property | core/ |
The entity type manager. |
FieldDefinitionListenerTest::$fieldDefinitionListener | property | core/ |
The field definition listener under test. |
FieldDefinitionListenerTest::$keyValueFactory | property | core/ |
The key-value factory. |
FieldDefinitionListenerTest::setUp | function | core/ |
|
FieldDefinitionListenerTest::setUpEntityTypeManager | function | core/ |
Sets up the entity type manager to be tested. |
FieldDefinitionListenerTest::testOnFieldDefinitionCreateExistingField | function | core/ |
Tests on field definition create existing field. |
FieldDefinitionListenerTest::testOnFieldDefinitionCreateNewField | function | core/ |
Tests on field definition create new field. |
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles | function | core/ |
Tests on field definition delete multiple bundles. |
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles | function | core/ |
Tests on field definition delete single bundles. |
FieldDefinitionListenerTest::testOnFieldDefinitionUpdate | function | core/ |
Tests on field definition update. |
FieldItemList | class | core/ |
Represents an entity field; that is, a list of field item objects. |
FieldItemList.php | file | core/ |
|
FieldItemList::$langcode | property | core/ |
The langcode of the field values held in the object. |
FieldItemList::$list | property | core/ |
Numerically indexed array of field items. |
FieldItemList::access | function | core/ |
Checks data value access. |
FieldItemList::applyDefaultValue | function | core/ |
Applies the default value. |
FieldItemList::createItem | function | core/ |
Helper for creating a list item object. |
FieldItemList::defaultAccess | function | core/ |
Contains the default access logic of this field. |
FieldItemList::defaultValuesForm | function | core/ |
Returns a form for the default value input. |
FieldItemList::defaultValuesFormSubmit | function | core/ |
Processes the submitted default value. |
FieldItemList::defaultValuesFormValidate | function | core/ |
Validates the submitted default value. |
FieldItemList::defaultValueWidget | function | core/ |
Returns the widget object used in default value form. |
FieldItemList::delegateMethod | function | core/ |
Calls a method on each FieldItem. |
FieldItemList::delete | function | core/ |
Defines custom delete behavior for field values. |
FieldItemList::deleteRevision | function | core/ |
Defines custom revision delete behavior for field values. |
FieldItemList::equals | function | core/ |
Determines equality to another object implementing FieldItemListInterface. |
FieldItemList::filterEmptyItems | function | core/ |
Filters out empty field items and re-numbers the item deltas. |
FieldItemList::generateSampleItems | function | core/ |
Populates a specified number of field items with valid sample data. |
FieldItemList::getConstraints | function | core/ |
Gets a list of validation constraints. |
FieldItemList::getEntity | function | core/ |
Gets the entity that field belongs to. |
FieldItemList::getFieldDefinition | function | core/ |
Gets the field definition. |
FieldItemList::getLangcode | function | core/ |
Gets the langcode of the field values held in the object. |
FieldItemList::getSetting | function | core/ |
Returns the value of a given field setting. |
FieldItemList::getSettings | function | core/ |
Returns the array of field settings. |
FieldItemList::hasAffectingChanges | function | core/ |
Determines whether the field has relevant changes. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.