Search for item

  1. Search 7.x for item
  2. Search 9.5.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
ContentEntityNullStorage::readFieldItemsToPurge function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Reads values to be purged for a single field.
ContentEntityStorageBase::doDeleteFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Deletes entity field values from the storage.
ContentEntityStorageBase::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Deletes field values of an entity revision from the storage.
ContentEntityStorageBase::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Actually loads revision field item values from the storage.
ContentEntityStorageBase::doLoadRevisionFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Actually loads revision field item values from the storage.
ContentEntityStorageBase::doSaveFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Writes entity field values to the storage.
ContentEntityStorageBase::purgeFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Removes field items from storage per entity during purge.
ContentEntityStorageBase::readFieldItemsToPurge function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Reads values to be purged for a single field.
core.entity_view_display.aggregator_item.aggregator_item.summary.yml file core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml
core.entity_view_mode.aggregator_item.summary.yml file core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml
CreatedItem class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php Defines the 'created' entity field type.
CreatedItem.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php
CreatedItem::applyDefaultValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php Applies the default value.
CronQueueTestBrokenQueue::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php Works on a single queue item.
CronQueueTestException::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php Works on a single queue item.
CronQueueTestRequeueException::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php Works on a single queue item.
d6_aggregator_item.yml file core/modules/aggregator/migrations/d6_aggregator_item.yml core/modules/aggregator/migrations/d6_aggregator_item.yml
d7_aggregator_item.yml file core/modules/aggregator/migrations/d7_aggregator_item.yml core/modules/aggregator/migrations/d7_aggregator_item.yml
DatabaseBackend::prepareItem function core/lib/Drupal/Core/Cache/DatabaseBackend.php Prepares a cached item.
DatabaseQueue::claimItem function core/lib/Drupal/Core/Queue/DatabaseQueue.php Claims an item in the queue for processing.
DatabaseQueue::createItem function core/lib/Drupal/Core/Queue/DatabaseQueue.php Adds a queue item and store it directly to the queue.
DatabaseQueue::deleteItem function core/lib/Drupal/Core/Queue/DatabaseQueue.php Deletes a finished item from the queue.
DatabaseQueue::doCreateItem function core/lib/Drupal/Core/Queue/DatabaseQueue.php Adds a queue item and store it directly to the queue.
DatabaseQueue::numberOfItems function core/lib/Drupal/Core/Queue/DatabaseQueue.php Retrieves the number of items in the queue.
DatabaseQueue::releaseItem function core/lib/Drupal/Core/Queue/DatabaseQueue.php Releases an item that the worker could not process.
DateRangeFieldItemList class core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php Represents a configurable entity daterange field.
DateRangeFieldItemList.php file core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php
DateRangeFieldItemList::defaultValuesForm function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php Returns a form for the default value input.
DateRangeFieldItemList::defaultValuesFormSubmit function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php Processes the submitted default value.
DateRangeFieldItemList::defaultValuesFormValidate function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php Validates the submitted default value.
DateRangeFieldItemList::processDefaultValue function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php Processes the default value before being applied.
DateRangeItem class core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php Plugin implementation of the 'daterange' field type.
DateRangeItem.php file core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php
DateRangeItem::DATETIME_TYPE_ALLDAY constant core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php Value for the 'datetime_type' setting: store a date and time.
DateRangeItem::generateSampleValue function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php Generates placeholder field values.
DateRangeItem::isEmpty function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php Determines whether the data structure is empty.
DateRangeItem::onChange function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php React to changes to a child property or item.
DateRangeItem::propertyDefinitions function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php Defines field item properties.
DateRangeItem::schema function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php Returns the schema for the field.
DateRangeItem::storageSettingsForm function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php Returns a form for the storage-level settings.
DateRangeItemTest class core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php Test datetime range field type via API.
DateRangeItemTest.php file core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php
DateRangeItemTest::$field property core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php The field used in this test class.
DateRangeItemTest::$fieldStorage property core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php A field storage to use in this test class.
DateRangeItemTest::$modules property core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php Modules to enable.
DateRangeItemTest::setUp function core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php Set the default field storage backend for fields created during tests.
DateRangeItemTest::testDateOnly function core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php Tests the field configured for date-only.
DateTimeFieldItemList class core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Represents a configurable entity datetime field.
DateTimeFieldItemList.php file core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
DateTimeFieldItemList::defaultValuesForm function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Returns a form for the default value input.

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