Search for list

  1. Search 7.x for list
  2. Search 9.5.x for list
  3. Search 8.9.x for list
  4. Search 11.x for list
  5. Other projects
Title Object type File name Summary
FieldItemListInterface::defaultValuesFormValidate function core/lib/Drupal/Core/Field/FieldItemListInterface.php Validates the submitted default value.
FieldItemListInterface::delete function core/lib/Drupal/Core/Field/FieldItemListInterface.php Defines custom delete behavior for field values.
FieldItemListInterface::deleteRevision function core/lib/Drupal/Core/Field/FieldItemListInterface.php Defines custom revision delete behavior for field values.
FieldItemListInterface::equals function core/lib/Drupal/Core/Field/FieldItemListInterface.php Determines equality to another object implementing FieldItemListInterface.
FieldItemListInterface::filterEmptyItems function core/lib/Drupal/Core/Field/FieldItemListInterface.php Filters out empty field items and re-numbers the item deltas.
FieldItemListInterface::generateSampleItems function core/lib/Drupal/Core/Field/FieldItemListInterface.php Populates a specified number of field items with valid sample data.
FieldItemListInterface::getEntity function core/lib/Drupal/Core/Field/FieldItemListInterface.php Gets the entity that field belongs to.
FieldItemListInterface::getFieldDefinition function core/lib/Drupal/Core/Field/FieldItemListInterface.php Gets the field definition.
FieldItemListInterface::getLangcode function core/lib/Drupal/Core/Field/FieldItemListInterface.php Gets the langcode of the field values held in the object.
FieldItemListInterface::getSetting function core/lib/Drupal/Core/Field/FieldItemListInterface.php Returns the value of a given field setting.
FieldItemListInterface::getSettings function core/lib/Drupal/Core/Field/FieldItemListInterface.php Returns the array of field settings.
FieldItemListInterface::hasAffectingChanges function core/lib/Drupal/Core/Field/FieldItemListInterface.php Determines whether the field has relevant changes.
FieldItemListInterface::postSave function core/lib/Drupal/Core/Field/FieldItemListInterface.php Defines custom post-save behavior for field values.
FieldItemListInterface::preSave function core/lib/Drupal/Core/Field/FieldItemListInterface.php Defines custom presave behavior for field values.
FieldItemListInterface::processDefaultValue function core/lib/Drupal/Core/Field/FieldItemListInterface.php Processes the default value before being applied.
FieldItemListInterface::setLangcode function core/lib/Drupal/Core/Field/FieldItemListInterface.php Sets the langcode of the field values held in the object.
FieldItemListInterface::view function core/lib/Drupal/Core/Field/FieldItemListInterface.php Returns a renderable array for the field items.
FieldItemListInterface::__get function core/lib/Drupal/Core/Field/FieldItemListInterface.php Magic method: Gets a property value of to the first field item.
FieldItemListInterface::__isset function core/lib/Drupal/Core/Field/FieldItemListInterface.php Magic method: Determines whether a property of the first field item is set.
FieldItemListInterface::__set function core/lib/Drupal/Core/Field/FieldItemListInterface.php Magic method: Sets a property value of the first field item.
FieldItemListInterface::__unset function core/lib/Drupal/Core/Field/FieldItemListInterface.php Magic method: Unsets a property of the first field item.
FieldItemListTest class core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php @coversDefaultClass \Drupal\Core\Field\FieldItemList[[api-linebreak]]
@group Field
FieldItemListTest.php file core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php
FieldItemListTest::providerTestEquals function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php Data provider for testEquals.
FieldItemListTest::testDefaultValuesForm function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php @covers ::defaultValuesForm[[api-linebreak]]
FieldItemListTest::testDefaultValuesFormSubmit function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php @covers ::defaultValuesFormSubmit[[api-linebreak]]
FieldItemListTest::testDefaultValuesFormValidate function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php @covers ::defaultValuesFormValidate[[api-linebreak]]
FieldItemListTest::testEquals function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php @covers ::equals[[api-linebreak]]
FieldItemListTest::testEqualsEmptyItems function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php @covers ::equals[[api-linebreak]]
FieldItemListTest::testHasAffectingChanges function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php Tests identical behavior of ::hasAffectingChanges with ::equals.
FieldStorageConfigListBuilder class core/modules/field_ui/src/FieldStorageConfigListBuilder.php Defines a class to build a listing of fields.
FieldStorageConfigListBuilder.php file core/modules/field_ui/src/FieldStorageConfigListBuilder.php
FieldStorageConfigListBuilder::$bundles property core/modules/field_ui/src/FieldStorageConfigListBuilder.php An array of entity bundle information.
FieldStorageConfigListBuilder::$entityTypeManager property core/modules/field_ui/src/FieldStorageConfigListBuilder.php The entity type manager.
FieldStorageConfigListBuilder::$fieldTypeManager property core/modules/field_ui/src/FieldStorageConfigListBuilder.php The field type manager.
FieldStorageConfigListBuilder::$fieldTypes property core/modules/field_ui/src/FieldStorageConfigListBuilder.php An array of information about field types.
FieldStorageConfigListBuilder::buildHeader function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Builds the header row for the entity listing.
FieldStorageConfigListBuilder::buildRow function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Builds a row for an entity in the entity listing.
FieldStorageConfigListBuilder::createInstance function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Instantiates a new instance of this entity handler.
FieldStorageConfigListBuilder::render function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Builds the entity listing as renderable array for table.html.twig.
FieldStorageConfigListBuilder::__construct function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Constructs a new FieldStorageConfigListBuilder object.
FieldStorageDefinitionListener class core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to field storage definition CRUD on behalf of the Entity system.
FieldStorageDefinitionListener.php file core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php
FieldStorageDefinitionListener::$deletedFieldsRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The deleted fields repository.
FieldStorageDefinitionListener::$entityFieldManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity field manager.
FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity definition manager.
FieldStorageDefinitionListener::$entityTypeManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity type manager.
FieldStorageDefinitionListener::$eventDispatcher property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The event dispatcher.
FieldStorageDefinitionListener::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the creation of a field storage definition.
FieldStorageDefinitionListener::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the deletion of a field storage definition.

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