Search for item

  1. Search 7.x for item
  2. Search 8.9.x for item
  3. Search 10.3.x for item
  4. Search 11.x for item
  5. Search main for item
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Item class core/modules/aggregator/src/Entity/Item.php Defines the aggregator item entity class.
Item class core/lib/Drupal/Core/Render/Element/Item.php Provides a display-only form element with an optional title and description.

All search results

Title Object type File name Summary
FieldItemSerializationTest::providerTestCustomBooleanNormalization function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Data provider.
FieldItemSerializationTest::providerTestCustomBooleanNormalization function core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php Data provider.
FieldItemSerializationTest::setUp function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
FieldItemSerializationTest::setUp function core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php
FieldItemSerializationTest::testCustomBooleanNormalization function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests a format-agnostic normalizer.
FieldItemSerializationTest::testCustomBooleanNormalization function core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php Tests a format-agnostic normalizer.
FieldItemSerializationTest::testFieldDenormalizeWithScalarValue function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests denormalizing using a scalar field value.
FieldItemSerializationTest::testFieldNormalizeDenormalize function core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Tests normalizing and denormalizing an entity with field item normalizer.
FieldItemTest class core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Test field item methods.
FieldItemTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldItemTest::$fieldName property core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldItemTest::assertSavedFieldItemValue function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Checks that the saved field item value matches the expected one.
FieldItemTest::setUp function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
FieldItemTest::testSaveWorkflow function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Tests the field item save workflow.
FieldNormalizer::normalizeFieldItems function core/modules/hal/src/Normalizer/FieldNormalizer.php Helper function to normalize field items.
FieldNormalizer::normalizeFieldItems function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php Helper function to normalize field items.
FieldNormalizerDenormalizeExceptionsTest::testFieldItemNormalizerDenormalizeExceptions function core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsTest.php Tests that the FieldItemNormalizer::denormalize() throws proper exceptions.
FieldPluginBase::RENDER_TEXT_PHASE_SINGLE_ITEM constant core/modules/views/src/Plugin/views/field/FieldPluginBase.php Indicator of the renderText() method for rendering a single item.
FieldResolver::getFieldItemDefinitions function core/modules/jsonapi/src/Context/FieldResolver.php Get all item definitions from a set of resources types by a field name.
FieldStorageConfig::getFieldItemClass function core/modules/field/src/Entity/FieldStorageConfig.php Helper to retrieve the field item class.
FieldTest::providerTestPrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Provides test data for testPrepareItemsByDelta().
FieldTest::testPrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::prepareItemsByDelta[[api-linebreak]]
FieldTestEntityField::executePrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
FieldTestItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines the 'field_test' entity field type.
FieldTestItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php
FieldTestItem::$counter property core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Counts how many times all items of this type are saved.
FieldTestItem::delete function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom delete behavior for field values.
FieldTestItem::mustResave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Checks whether the field item value should be resaved.
FieldTestItem::postSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom post-save behavior for field values.
FieldTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom presave behavior for field values.
FieldTestItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines field item properties.
FieldTestItem::schema function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Returns the schema for the field.
FieldTestItem::__construct function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Constructs a TypedData object given its definition and context.
FieldTranslationSynchronizer::createMergedItem function core/modules/content_translation/src/FieldTranslationSynchronizer.php Creates a merged item.
FieldTranslationSynchronizer::itemHash function core/modules/content_translation/src/FieldTranslationSynchronizer.php Computes a hash code for the specified item.
FieldTranslationSynchronizer::synchronizeItems function core/modules/content_translation/src/FieldTranslationSynchronizer.php Synchronize the items of a single field.
FieldTranslationSynchronizerInterface::synchronizeItems function core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Synchronize the items of a single field.
FieldTypePluginManager::createFieldItem function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Creates a new field item as part of a field item list.
FieldTypePluginManager::createFieldItemList function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Creates a new field item list.
FieldTypePluginManagerInterface::createFieldItem function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Creates a new field item as part of a field item list.
FieldTypePluginManagerInterface::createFieldItemList function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Creates a new field item list.
FileFieldItemList class core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Represents a configurable entity file field.
FileFieldItemList.php file core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php
FileFieldItemList::defaultValuesForm function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Returns a form for the default value input.
FileFieldItemList::delete function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Defines custom delete behavior for field values.
FileFieldItemList::deleteRevision function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Defines custom revision delete behavior for field values.
FileFieldItemList::postSave function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Defines custom post-save behavior for field values.
FileItem class core/modules/file/src/Plugin/Field/FieldType/FileItem.php Plugin implementation of the 'file' field type.
FileItem.php file core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::defaultFieldSettings function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Defines the field-level settings for this plugin.

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