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
StringItemBase::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItemBase.php
StringLongItem class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringLongItem.php Defines the 'string_long' field type.
StringLongItem.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringLongItem.php
StringLongItem::generateSampleValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringLongItem.php
StringLongItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringLongItem.php
StyleSerializerTest::testSiteMaintenance function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Verifies site maintenance mode functionality.
SystemManager::$menuItems property core/modules/system/src/SystemManager.php A static cache of menu items.
system_post_update_add_expand_all_items_key_in_system_menu_block function core/modules/system/system.post_update.php Initialize 'expand_all_items' values to system_menu_block.
system_post_update_language_item_callback function core/modules/system/system.post_update.php Force cache clear for language item callback.
TaxonomyIndexTid::render_item function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php
TelephoneItem class core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Plugin implementation of the 'telephone' field type.
TelephoneItem.php file core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php
TelephoneItem::generateSampleValue function core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Generates placeholder field values.
TelephoneItem::getConstraints function core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Gets a list of validation constraints.
TelephoneItem::isEmpty function core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Determines whether the data structure is empty.
TelephoneItem::propertyDefinitions function core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Defines field item properties.
TelephoneItem::schema function core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php Returns the schema for the field.
TelephoneItemTest class core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Tests the new entity API for the telephone field type.
TelephoneItemTest.php file core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php
TelephoneItemTest::$modules property core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Modules to enable.
TelephoneItemTest::setUp function core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Set the default field storage backend for fields created during tests.
TelephoneItemTest::testTestItem function core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Tests using entity fields of the telephone field type.
template_preprocess_aggregator_item function core/modules/aggregator/aggregator.theme.inc Prepares variables for aggregator item templates.
template_preprocess_item_list function core/includes/theme.inc Prepares variables for item list templates.
template_preprocess_media_library_item function core/modules/media_library/media_library.module Prepares variables for a selected media item.
TermName::getItems function core/modules/taxonomy/src/Plugin/views/field/TermName.php
TestBaseTest::providerRandomItems function core/modules/simpletest/tests/src/Unit/TestBaseTest.php Provides data for testRandomString() and others.
TestContentEntityStorageBase::doLoadMultipleRevisionsFieldItems function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Actually loads revision field item values from the storage.
TestItem class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Defines the 'test_field' entity field item.
TestItem.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php
TestItem::defaultFieldSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Defines the field-level settings for this plugin.
TestItem::defaultStorageSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Defines the storage-level settings for this plugin.
TestItem::delete function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Defines custom delete behavior for field values.
TestItem::fieldSettingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a form for the field-level settings.
TestItem::fieldSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::fieldSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
TestItem::getConstraints function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Gets a list of validation constraints.
TestItem::isEmpty function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Determines whether the data structure is empty.
TestItem::propertyDefinitions function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Defines field item properties.
TestItem::schema function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns the schema for the field.
TestItem::storageSettingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a form for the storage-level settings.
TestItem::storageSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::storageSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
TestItemTest class core/modules/field/tests/src/Kernel/TestItemTest.php Tests the new entity API for the test field type.
TestItemTest.php file core/modules/field/tests/src/Kernel/TestItemTest.php
TestItemTest::$fieldName property core/modules/field/tests/src/Kernel/TestItemTest.php The name of the field to use in this test.
TestItemTest::$modules property core/modules/field/tests/src/Kernel/TestItemTest.php Modules to enable.
TestItemTest::setUp function core/modules/field/tests/src/Kernel/TestItemTest.php Set the default field storage backend for fields created during tests.
TestItemTest::testTestItem function core/modules/field/tests/src/Kernel/TestItemTest.php Tests using entity fields of the field field type.
TestItemWithDependencies class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithDependencies.php Defines the 'test_field_with_dependencies' entity field item.

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