function FieldItemList::createItem

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Field/FieldItemList.php \Drupal\Core\Field\FieldItemList::createItem()
  2. 8.9.x core/lib/Drupal/Core/Field/FieldItemList.php \Drupal\Core\Field\FieldItemList::createItem()
  3. 10 core/lib/Drupal/Core/Field/FieldItemList.php \Drupal\Core\Field\FieldItemList::createItem()

Overrides ItemList::createItem

7 calls to FieldItemList::createItem()
ComputedReferenceTestFieldItemList::computeValue in core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php
Compute the list property from state.
ComputedTestBundleFieldItemList::computeValue in core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php
Compute the list property from state.
ComputedTestCacheableIntegerItemList::computeValue in core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableIntegerItemList.php
ComputedTestCacheableStringItemList::computeValue in core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableStringItemList.php
Computes the values for an item list.
ComputedTestFieldItemList::computeValue in core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestFieldItemList.php
Compute the list property from state.

... See full list

File

core/lib/Drupal/Core/Field/FieldItemList.php, line 40

Class

FieldItemList
Represents an entity field; that is, a list of field item objects.

Namespace

Drupal\Core\Field

Code

protected function createItem($offset = 0, $value = NULL) {
    return \Drupal::service('plugin.manager.field.field_type')->createFieldItem($this, $offset, $value);
}

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