Search for items

  1. Search 7.x for items
  2. Search 8.9.x for items
  3. Search 10.3.x for items
  4. Search 11.x for items
  5. Other projects
Title Object type File name Summary
FeedItemsDeleteForm::submitForm function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FieldItemList::filterEmptyItems function core/lib/Drupal/Core/Field/FieldItemList.php Filters out empty field items and re-numbers the item deltas.
FieldItemList::generateSampleItems function core/lib/Drupal/Core/Field/FieldItemList.php Populates a specified number of field items with valid sample data.
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.
FieldItemListTest::testEqualsEmptyItems function core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php @covers ::equals
FieldItemSerializationTest class core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Test field level normalization process.
FieldItemSerializationTest class core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php Test field level normalization process.
FieldItemSerializationTest.php file core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php
FieldItemSerializationTest.php file core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php
FieldItemSerializationTest::$entity property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The test entity.
FieldItemSerializationTest::$entity property core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php The test entity.
FieldItemSerializationTest::$entityClass property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The class name of the test class.
FieldItemSerializationTest::$entityClass property core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php The class name of the test class.
FieldItemSerializationTest::$modules property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php Modules to enable.
FieldItemSerializationTest::$modules property core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php Modules to enable.
FieldItemSerializationTest::$serializer property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The serializer service.
FieldItemSerializationTest::$serializer property core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php The serializer service.
FieldItemSerializationTest::$values property core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php The test values.
FieldItemSerializationTest::$values property core/modules/hal/tests/src/Kernel/serialization/FieldItemSerializationTest.php The test values.
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.
FieldNormalizer::normalizeFieldItems function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php Helper function to normalize field items.
FieldNormalizer::normalizeFieldItems function core/modules/hal/src/Normalizer/FieldNormalizer.php Helper function to normalize field items.
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
FieldTestEntityField::executePrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
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.
HelpSearch::removeItemsFromIndex function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Removes an item or items from the search index.
IntegrationTest::$itemStorage property core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php The entity storage for aggregator items.
ItemsImporter class core/modules/aggregator/src/ItemsImporter.php Defines an importer of aggregator items.
ItemsImporter.php file core/modules/aggregator/src/ItemsImporter.php
ItemsImporter::$config property core/modules/aggregator/src/ItemsImporter.php The aggregator.settings config object.
ItemsImporter::$fetcherManager property core/modules/aggregator/src/ItemsImporter.php The aggregator fetcher manager.
ItemsImporter::$logger property core/modules/aggregator/src/ItemsImporter.php A logger instance.
ItemsImporter::$parserManager property core/modules/aggregator/src/ItemsImporter.php The aggregator parser manager.
ItemsImporter::$processorManager property core/modules/aggregator/src/ItemsImporter.php The aggregator processor manager.
ItemsImporter::delete function core/modules/aggregator/src/ItemsImporter.php Deletes all imported items from a feed.
ItemsImporter::refresh function core/modules/aggregator/src/ItemsImporter.php Updates the feed items by triggering the import process.
ItemsImporter::__construct function core/modules/aggregator/src/ItemsImporter.php Constructs an Importer object.
ItemsImporterInterface interface core/modules/aggregator/src/ItemsImporterInterface.php Provides an interface defining an aggregator items importer.
ItemsImporterInterface.php file core/modules/aggregator/src/ItemsImporterInterface.php
ItemsImporterInterface::delete function core/modules/aggregator/src/ItemsImporterInterface.php Deletes all imported items from a feed.

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