Search for items

  1. Search 7.x for items
  2. Search 8.9.x for items
  3. Search 10.3.x for items
  4. Search 11.x for items
  5. Other projects
Title Object type File name Summary
AddFormBase::getAddedMediaItems function core/modules/media_library/src/Form/AddFormBase.php Get all added media items from the form state.
AddFormBase::getCurrentMediaItems function core/modules/media_library/src/Form/AddFormBase.php Get all pre-selected and added media items from the form state.
AddFormBase::getPreSelectedMediaItems function core/modules/media_library/src/Form/AddFormBase.php Get all pre-selected media items from the form state.
aggregator.items.importer service core/modules/aggregator/aggregator.services.yml Drupal\aggregator\ItemsImporter
AggregatorFeedBlock::$itemStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for items.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Updates the feed items.
Batch::getAllItems function core/lib/Drupal/Core/Queue/Batch.php Retrieves all remaining items in the queue.
BatchMemory::getAllItems function core/lib/Drupal/Core/Queue/BatchMemory.php Retrieves all remaining items in the queue.
block.block.umami_views_block__promoted_items_block_1.yml file core/profiles/demo_umami/config/install/block.block.umami_views_block__promoted_items_block_1.yml core/profiles/demo_umami/config/install/block.block.umami_views_block__promoted_items_block_1.yml
BookManager::buildItems function core/modules/book/src/BookManager.php Builds the #items property for a book tree's renderable array.
CKEditor5PluginDefinition::getToolbarItems function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets the list of toolbar items this plugin provides.
CKEditor5PluginDefinition::hasToolbarItems function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Whether this plugin has toolbar items.
CKEditor5PluginManager::getToolbarItems function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets a list of all toolbar items.
CKEditor5PluginManagerInterface::getToolbarItems function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets a list of all toolbar items.
CommentedEntity::getItems function core/modules/comment/src/Plugin/views/field/CommentedEntity.php Gets an array of items for the field.
ContentEntityNullStorage::doDeleteFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Deletes entity field values from the storage.
ContentEntityNullStorage::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Deletes field values of an entity revision from the storage.
ContentEntityNullStorage::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Actually loads revision field item values from the storage.
ContentEntityNullStorage::doSaveFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Writes entity field values to the storage.
ContentEntityNullStorage::purgeFieldItems function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Removes field items from storage per entity during purge.
ContentEntityNullStorage::readFieldItemsToPurge function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Reads values to be purged for a single field.
ContentEntityStorageBase::doDeleteFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Deletes entity field values from the storage.
ContentEntityStorageBase::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Deletes field values of an entity revision from the storage.
ContentEntityStorageBase::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Actually loads revision field item values from the storage.
ContentEntityStorageBase::doSaveFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Writes entity field values to the storage.
ContentEntityStorageBase::purgeFieldItems function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Removes field items from storage per entity during purge.
ContentEntityStorageBase::readFieldItemsToPurge function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Reads values to be purged for a single field.
DatabaseQueue::numberOfItems function core/lib/Drupal/Core/Queue/DatabaseQueue.php Retrieves the number of items in the queue.
DefaultProcessor::$itemStorage property core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php The entity storage for items.
Depth::getItems function core/modules/comment/src/Plugin/views/field/Depth.php Gets an array of items for the field.
DisplayPageTest::testPageRouterItems function core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php Checks that the router items are properly registered.
DrupalAspectsOfCKEditor5Plugin::$toolbar_items property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php List of toolbar items the plugin provides.
EntityField::$items property core/modules/views/src/Plugin/views/field/EntityField.php An array to store field renderable arrays for use by renderItems().
EntityField::getItems function core/modules/views/src/Plugin/views/field/EntityField.php Gets an array of items for the field.
EntityField::prepareItemsByDelta function core/modules/views/src/Plugin/views/field/EntityField.php Adapts the $items according to the delta configuration.
EntityField::renderItems function core/modules/views/src/Plugin/views/field/EntityField.php Render all items in this field together.
EntityReferenceItemSubclass class core/modules/media_library/tests/modules/media_library_test/src/Plugin/Field/FieldType/EntityReferenceItemSubclass.php Plugin implementation of the 'entity_reference_subclass' field type.
EntityReferenceItemSubclass.php file core/modules/media_library/tests/modules/media_library_test/src/Plugin/Field/FieldType/EntityReferenceItemSubclass.php
EntityReferenceWidgetTest::$mediaItems property core/modules/media_library/tests/src/FunctionalJavascript/EntityReferenceWidgetTest.php Test media items.
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.

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