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
TextWithSummaryItem::propertyDefinitions function core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php
TextWithSummaryItem::schema function core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php
TextWithSummaryItemTest class core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php Tests using entity fields of the text summary field type.
TextWithSummaryItemTest.php file core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php
TextWithSummaryItemTest::$field property core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php Field entity.
TextWithSummaryItemTest::$fieldStorage property core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php Field storage entity.
TextWithSummaryItemTest::$modules property core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php Modules to enable.
TextWithSummaryItemTest::createField function core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php Creates a text_with_summary field storage and field.
TextWithSummaryItemTest::setUp function core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php
TextWithSummaryItemTest::testCrudAndUpdate function core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php Tests processed properties.
ThumbnailDownloader::processItem function core/modules/media/src/Plugin/QueueWorker/ThumbnailDownloader.php Works on a single queue item.
TimestampItem class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php Defines the 'timestamp' entity field type.
TimestampItem.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php
TimestampItem::generateSampleValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php
TimestampItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php
TimestampItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php
TimestampItemNormalizer class core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php Converts values for TimestampItem to and from common formats.
TimestampItemNormalizer class core/modules/hal/src/Normalizer/TimestampItemNormalizer.php Converts values for TimestampItem to and from common formats for hal.
TimestampItemNormalizer.php file core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizer.php file core/modules/hal/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php The interface or class that this Normalizer supports.
TimestampItemNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizer::constructValue function core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php Build the field item value using the incoming data.
TimestampItemNormalizer::constructValue function core/modules/hal/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizer::normalize function core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizer::normalizedFieldValues function core/modules/hal/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php Tests that TimestampItem (de)normalization uses Timestamp (de)normalization.
TimestampItemNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
TimestampItemNormalizerTest::$item property core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php The test TimestampItem.
TimestampItemNormalizerTest::$normalizer property core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
TimestampItemNormalizerTest::createTimestampItemProphecy function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php Creates a TimestampItem prophecy.
TimestampItemNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
TimestampItemNormalizerTest::testDenormalize function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::denormalize[[api-linebreak]]
TimestampItemNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::normalize[[api-linebreak]]
TimestampItemNormalizerTest::testSupportsDenormalization function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::supportsDenormalization[[api-linebreak]]
TimestampItemNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::supportsNormalization[[api-linebreak]]
TimeStampItemNormalizerTrait trait core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php A trait for TimestampItem normalization functionality.
TimeStampItemNormalizerTrait.php file core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php
TimeStampItemNormalizerTrait::$allowedFormats property core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php Allowed timestamps formats for the denormalizer.
TimeStampItemNormalizerTrait::constructValue function core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php
TimeStampItemNormalizerTrait::processNormalizedValues function core/modules/serialization/src/Normalizer/TimeStampItemNormalizerTrait.php Processes normalized timestamp values to add a formatted date and format.
TimeStampItemNormalizerTraitDeprecatedTest class core/modules/serialization/tests/src/Unit/Normalizer/TimeStampItemNormalizerTraitDeprecatedTest.php Tests that TimeStampItemNormalizerTrait throws a deprecation error.
TimeStampItemNormalizerTraitDeprecatedTest.php file core/modules/serialization/tests/src/Unit/Normalizer/TimeStampItemNormalizerTraitDeprecatedTest.php
TimeStampItemNormalizerTraitDeprecatedTest::testDeprecated function core/modules/serialization/tests/src/Unit/Normalizer/TimeStampItemNormalizerTraitDeprecatedTest.php Tests that TimeStampItemNormalizerTrait throws a deprecation error.
TimeStampItemNormalizerTraitDeprecatedTestClass class core/modules/serialization/tests/serialization_test/src/TimeStampItemNormalizerTraitDeprecatedTestClass.php For testing that TimeStampItemNormalizerTrait throws a deprecation error.
TimeStampItemNormalizerTraitDeprecatedTestClass.php file core/modules/serialization/tests/serialization_test/src/TimeStampItemNormalizerTraitDeprecatedTestClass.php
TimestampItemTest class core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php Tests the timestamp fields.
TimestampItemTest.php file core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php
TimestampItemTest::$field property core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php The field used in this test class.
TimestampItemTest::$fieldStorage property core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php A field storage to use in this test class.

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