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
EntityTestTextItemNormalizerTest::getExpectedCacheTags function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php The expected cache tags for the GET/HEAD response of the test entity.
EntityTestTextItemNormalizerTest::getExpectedNormalizedEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Returns the expected normalization of the entity.
EntityTestTextItemNormalizerTest::getNormalizedPostEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Returns the normalized POST entity.
EntityTestTextItemNormalizerTest::providerTestGetWithFormat function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php
EntityTestTextItemNormalizerTest::setUpAuthorization function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Sets up the necessary authorization.
EntityTestTextItemNormalizerTest::testGetWithFormat function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php Tests GETting an entity with the test text field set to a specific format.
EntityViewBuilder::viewFieldItem function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Builds a renderable array for a single field item.
EntityViewBuilderInterface::viewFieldItem function core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php Builds a renderable array for a single field item.
EntityViewControllerTest::testFieldItemAttributes function core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php Tests field item attributes.
ErrorTest::createBacktraceItem function core/tests/Drupal/Tests/Core/Utility/ErrorTest.php Creates a mock backtrace item.
ExposedFormTest::testExposedSortAndItemsPerPage function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests exposed forms with exposed sort and items per page.
Feed::deleteItems function core/modules/aggregator/src/Entity/Feed.php Deletes all items from a feed.
Feed::refreshItems function core/modules/aggregator/src/Entity/Feed.php Updates the feed items by triggering the import process.
FeedInterface::deleteItems function core/modules/aggregator/src/FeedInterface.php Deletes all items from a feed.
FeedInterface::refreshItems function core/modules/aggregator/src/FeedInterface.php Updates the feed items by triggering the import process.
FeedItemsDeleteForm class core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Provides a deletion confirmation form for items that belong to a feed.
FeedItemsDeleteForm.php file core/modules/aggregator/src/Form/FeedItemsDeleteForm.php
FeedItemsDeleteForm::getCancelUrl function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Returns the route to go to if the user cancels the action.
FeedItemsDeleteForm::getConfirmText function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Returns a caption for the button that confirms the action.
FeedItemsDeleteForm::getQuestion function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Returns the question to ask the user.
FeedItemsDeleteForm::submitForm function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FieldConfigBase::$itemDefinition property core/lib/Drupal/Core/Field/FieldConfigBase.php The data definition of a field item.
FieldConfigBase::createFromItemType function core/lib/Drupal/Core/Field/FieldConfigBase.php Creates a new list data definition for items of the given data type.
FieldConfigBase::getItemDefinition function core/lib/Drupal/Core/Field/FieldConfigBase.php Gets the data definition of an item of the list.
FieldItem class core/lib/Drupal/Core/Field/Plugin/DataType/FieldItem.php Defines the base plugin for deriving data types for field types.
FieldItem.php file core/lib/Drupal/Core/Field/Plugin/DataType/FieldItem.php
FieldItemBase class core/lib/Drupal/Core/Field/FieldItemBase.php An entity field item.
FieldItemBase.php file core/lib/Drupal/Core/Field/FieldItemBase.php
FieldItemBase::calculateDependencies function core/lib/Drupal/Core/Field/FieldItemBase.php Calculates dependencies for field items.
FieldItemBase::calculateStorageDependencies function core/lib/Drupal/Core/Field/FieldItemBase.php Calculates dependencies for field items on the storage level.
FieldItemBase::defaultFieldSettings function core/lib/Drupal/Core/Field/FieldItemBase.php Defines the field-level settings for this plugin.
FieldItemBase::defaultStorageSettings function core/lib/Drupal/Core/Field/FieldItemBase.php Defines the storage-level settings for this plugin.
FieldItemBase::delete function core/lib/Drupal/Core/Field/FieldItemBase.php Defines custom delete behavior for field values.
FieldItemBase::deleteRevision function core/lib/Drupal/Core/Field/FieldItemBase.php Defines custom revision delete behavior for field values.
FieldItemBase::fieldSettingsForm function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a form for the field-level settings.
FieldItemBase::fieldSettingsFromConfigData function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a settings array in the field type's canonical representation.
FieldItemBase::fieldSettingsToConfigData function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a settings array that can be stored as a configuration value.
FieldItemBase::generateSampleValue function core/lib/Drupal/Core/Field/FieldItemBase.php Generates placeholder field values.
FieldItemBase::getEntity function core/lib/Drupal/Core/Field/FieldItemBase.php Gets the entity that field belongs to.
FieldItemBase::getFieldDefinition function core/lib/Drupal/Core/Field/FieldItemBase.php Gets the field definition.
FieldItemBase::getLangcode function core/lib/Drupal/Core/Field/FieldItemBase.php Gets the langcode of the field values held in the object.
FieldItemBase::getSetting function core/lib/Drupal/Core/Field/FieldItemBase.php Returns the value of a field setting.
FieldItemBase::getSettings function core/lib/Drupal/Core/Field/FieldItemBase.php Returns the array of field settings.
FieldItemBase::mainPropertyName function core/lib/Drupal/Core/Field/FieldItemBase.php Returns the name of the main property, if any.
FieldItemBase::onDependencyRemoval function core/lib/Drupal/Core/Field/FieldItemBase.php Informs the plugin that a dependency of the field will be deleted.
FieldItemBase::postSave function core/lib/Drupal/Core/Field/FieldItemBase.php Defines custom post-save behavior for field values.
FieldItemBase::preSave function core/lib/Drupal/Core/Field/FieldItemBase.php Defines custom presave behavior for field values.
FieldItemBase::setValue function core/lib/Drupal/Core/Field/FieldItemBase.php Overrides \Drupal\Core\TypedData\TypedData::setValue().
FieldItemBase::storageSettingsForm function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a form for the storage-level settings.
FieldItemBase::storageSettingsFromConfigData function core/lib/Drupal/Core/Field/FieldItemBase.php Returns a settings array in the field type's canonical representation.

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