Search for items

  1. Search 7.x for items
  2. Search 9.5.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
ItemStorageInterface::getItemCount function core/modules/aggregator/src/ItemStorageInterface.php Returns the count of the items in a feed.
ItemStorageInterface::loadAll function core/modules/aggregator/src/ItemStorageInterface.php Loads feed items from all feeds.
ItemStorageInterface::loadByFeed function core/modules/aggregator/src/ItemStorageInterface.php Loads feed items filtered by a feed.
ItemStorageSchema class core/modules/aggregator/src/ItemStorageSchema.php Defines the item schema handler.
ItemStorageSchema.php file core/modules/aggregator/src/ItemStorageSchema.php
ItemStorageSchema::getSharedTableFieldSchema function core/modules/aggregator/src/ItemStorageSchema.php Gets the schema for a single field definition.
label-items.css file core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css This file is used to style fields with class 'label-items' eg: Recipe
category.
LegacyContentEntityStorageBaseTest::testDoLoadMultipleRevisionFieldItems function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Tests doLoadMultipleRevisionsFieldItems triggers an error.
LinkItemSerializationTest class core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php Tests link field serialization.
LinkItemSerializationTest.php file core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php
LinkItemSerializationTest::$modules property core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php Modules to enable.
LinkItemSerializationTest::$serializer property core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php The serializer service.
LinkItemSerializationTest::setUp function core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php Set the default field storage backend for fields created during tests.
LinkItemSerializationTest::testLinkDeserialization function core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php Tests the deserialization.
LinkItemSerializationTest::testLinkSerialization function core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php Tests the serialization.
MediaBulkFormTest::$mediaItems property core/modules/media/tests/src/Functional/MediaBulkFormTest.php The test media items.
MediaDeleteMultipleConfirmForm::$mediaItems property core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php The array of media items to delete, indexed by ID and language.
MediaLibraryTestBase::createMediaItems function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Create media items.
MediaLibraryWidget::addItems function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Updates the field state and flags the form for rebuild.
MediaLibraryWidget::getNewMediaItems function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Gets newly selected media items.
MediaLibraryWidget::validateItems function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Validates that newly selected items can be added to the widget.
Memory::numberOfItems function core/lib/Drupal/Core/Queue/Memory.php Retrieves the number of items in the queue.
MenuLinkTree::buildItems function core/lib/Drupal/Core/Menu/MenuLinkTree.php Builds the #items property for a menu tree's renderable array.
MenuRouterTest::doTestDescriptionMenuItems function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests menu item descriptions.
MenuUiTest::$items property core/modules/menu_ui/tests/src/Functional/MenuUiTest.php An array of test menu links.
MenuUiTest::testExpandAllItems function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Test the "expand all items" feature.
MigrateAggregatorStubTest::testItemStub function core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php Tests creation of aggregator feed items.
MultiItemsFieldHandlerInterface interface core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Defines a field handler which renders multiple items per row.
MultiItemsFieldHandlerInterface.php file core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php
MultiItemsFieldHandlerInterface::getItems function core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Gets an array of items for the field.
MultiItemsFieldHandlerInterface::renderItems function core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Render all items in this field together.
MultiItemsFieldHandlerInterface::render_item function core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Renders a single item of a row.
None::getItemsPerPage function core/modules/views/src/Plugin/views/pager/None.php Get how many items per page this pager will display.
Pager::$totalItems property core/lib/Drupal/Core/Pager/Pager.php The total number of items .
Pager::getTotalItems function core/lib/Drupal/Core/Pager/Pager.php Gets the total number of items.
PagerPluginBase::$total_items property core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
PagerPluginBase::getItemsPerPage function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Get how many items per page this pager will display.
PagerPluginBase::getTotalItems function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Get the total number of items.
PagerPluginBase::itemsPerPageExposed function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
PagerPluginBase::setItemsPerPage function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Set how many items per page this pager will display.
PagerPluginBaseTest::testGetItemsPerPage function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getItemsPerPage() method.
PagerPluginBaseTest::testGetTotalItems function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the getTotalItems() method.
PagerPluginBaseTest::testSetItemsPerPage function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the setItemsPerPage() method.
PagerTest::assertPagerItems function core/modules/system/tests/src/Functional/Pager/PagerTest.php Asserts pager items and links.
PoDatabaseWriter::writeItems function core/modules/locale/src/PoDatabaseWriter.php Writes all or the given amount of items.
PoMemoryWriter::$items property core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Array to hold all PoItem elements.
PoMemoryWriter::writeItems function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Writes all or the given amount of items.
PoStreamWriter::writeItems function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Writes all or the given amount of items.
PoWriterInterface::writeItems function core/lib/Drupal/Component/Gettext/PoWriterInterface.php Writes all or the given amount of items.
PrerenderList::$items property core/modules/views/src/Plugin/views/field/PrerenderList.php Stores all items which are used to render the items.
It should be keyed first by the id of the base table, for example nid.
The second key is the id of the thing which is displayed multiple times
per row, for example the tid.

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