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
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.
DateTimeFieldItemList::defaultValuesFormSubmit function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Processes the submitted default value.
DateTimeFieldItemList::defaultValuesFormValidate function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Validates the submitted default value.
DateTimeFieldItemList::DEFAULT_VALUE_CUSTOM constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Defines the default value as relative.
DateTimeFieldItemList::DEFAULT_VALUE_NOW constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Defines the default value as now.
DateTimeFieldItemList::processDefaultValue function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Processes the default value before being applied.
DateTimeItem class core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Plugin implementation of the 'datetime' field type.
DateTimeItem.php file core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php
DateTimeItem::DATETIME_TYPE_DATE constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Value for the 'datetime_type' setting: store only a date.
DateTimeItem::DATETIME_TYPE_DATETIME constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Value for the 'datetime_type' setting: store a date and time.
DateTimeItem::defaultStorageSettings function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Defines the storage-level settings for this plugin.
DateTimeItem::generateSampleValue function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Generates placeholder field values.
DateTimeItem::isEmpty function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Determines whether the data structure is empty.
DateTimeItem::onChange function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php React to changes to a child property or item.
DateTimeItem::propertyDefinitions function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Defines field item properties.
DateTimeItem::schema function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Returns the schema for the field.
DateTimeItem::storageSettingsForm function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Returns a form for the storage-level settings.
DateTimeItemInterface interface core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php Interface definition for Datetime items.
DateTimeItemInterface.php file core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php
DateTimeItemInterface::DATETIME_STORAGE_FORMAT constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php Defines the format that date and time should be stored in.
DateTimeItemInterface::DATE_STORAGE_FORMAT constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php Defines the format that dates should be stored in.
DateTimeItemInterface::STORAGE_TIMEZONE constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php Defines the timezone that dates should be stored in.
DateTimeItemTest class core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php Tests the new entity API for the date field type.
DateTimeItemTest.php file core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php
DateTimeItemTest::$field property core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php The field used in this test class.
DateTimeItemTest::$fieldStorage property core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php A field storage to use in this test class.
DateTimeItemTest::$modules property core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php Modules to enable.
DateTimeItemTest::dateonlyValidationProvider function core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php Provider for testDatetimeValidation().
DateTimeItemTest::datetimeValidationProvider function core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php Provider for testDatetimeValidation().

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