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
LinkItemUrlValidationTest::$modules property core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php Modules to enable.
LinkItemUrlValidationTest::getTestLinks function core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php Builds an array of links to test.
LinkItemUrlValidationTest::testExternalLinkValidation function core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php Tests link validation.
ListDataDefinition::$itemDefinition property core/lib/Drupal/Core/TypedData/ListDataDefinition.php The data definition of a list item.
ListDataDefinition::createFromItemType function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Creates a new list data definition for items of the given data type.
ListDataDefinition::getItemDefinition function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Gets the data definition of an item of the list.
ListDataDefinition::setItemDefinition function core/lib/Drupal/Core/TypedData/ListDataDefinition.php Sets the item definition.
ListDataDefinitionInterface::createFromItemType function core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php Creates a new list data definition for items of the given data type.
ListDataDefinitionInterface::getItemDefinition function core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php Gets the data definition of an item of the list.
ListFloatItem class core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php Plugin implementation of the 'list_float' field type.
ListFloatItem.php file core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php
ListFloatItem::allowedValuesDescription function core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php Provides the field type specific allowed values form element #description.
ListFloatItem::castAllowedValue function core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php Converts a value to the correct type.
ListFloatItem::extractAllowedValues function core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php Extracts the allowed values array from the allowed_values element.
ListFloatItem::propertyDefinitions function core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php Defines field item properties.
ListFloatItem::schema function core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php Returns the schema for the field.
ListFloatItem::simplifyAllowedValues function core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php Simplifies allowed values to a key-value array from the structured array.
ListFloatItem::validateAllowedValue function core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php Checks whether a candidate allowed value is valid.
ListIntegerItem class core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php Plugin implementation of the 'list_integer' field type.
ListIntegerItem.php file core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php
ListIntegerItem::allowedValuesDescription function core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php Provides the field type specific allowed values form element #description.
ListIntegerItem::castAllowedValue function core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php Converts a value to the correct type.
ListIntegerItem::propertyDefinitions function core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php Defines field item properties.
ListIntegerItem::schema function core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php Returns the schema for the field.
ListIntegerItem::validateAllowedValue function core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php Checks whether a candidate allowed value is valid.
ListInterface::appendItem function core/lib/Drupal/Core/TypedData/ListInterface.php Appends a new item to the list.
ListInterface::getItemDefinition function core/lib/Drupal/Core/TypedData/ListInterface.php Gets the definition of a contained item.
ListInterface::removeItem function core/lib/Drupal/Core/TypedData/ListInterface.php Removes the item at the specified position.
ListItemBase class core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Plugin base class inherited by the options field types.
ListItemBase.php file core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php
ListItemBase::allowedValuesDescription function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Provides the field type specific allowed values form element #description.
ListItemBase::allowedValuesString function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Generates a string representation of an array of 'allowed values'.
ListItemBase::castAllowedValue function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Converts a value to the correct type.
ListItemBase::defaultStorageSettings function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Defines the storage-level settings for this plugin.
ListItemBase::extractAllowedValues function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Extracts the allowed values array from the allowed_values element.
ListItemBase::generateSampleValue function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Generates placeholder field values.
ListItemBase::getPossibleOptions function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns an array of possible values with labels for display.
ListItemBase::getPossibleValues function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns an array of possible values.
ListItemBase::getSettableOptions function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns an array of settable values with labels for display.
ListItemBase::getSettableValues function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns an array of settable values.
ListItemBase::isEmpty function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Determines whether the data structure is empty.
ListItemBase::simplifyAllowedValues function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Simplifies allowed values to a key-value array from the structured array.
ListItemBase::storageSettingsForm function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns a form for the storage-level settings.
ListItemBase::storageSettingsFromConfigData function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns a settings array in the field type's canonical representation.
ListItemBase::storageSettingsToConfigData function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns a settings array that can be stored as a configuration value.
ListItemBase::structureAllowedValues function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Creates a structured array of allowed values from a key-value array.
ListItemBase::validateAllowedValue function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Checks whether a candidate allowed value is valid.
ListItemBase::validateAllowedValues function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php #element_validate callback for options field allowed values.
ListStringItem class core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php Plugin implementation of the 'list_string' field type.
ListStringItem.php file core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php

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