Search for items

  1. Search 7.x for items
  2. Search 9.5.x for items
  3. Search 8.9.x for items
  4. Search 10.3.x for items
  5. Search 11.x for items
  6. Other projects
Title Object type File name Summary
QueryTest::$allItems property core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php An array of stdClasses.
QueryTest::setAllItems function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php Sets the allItems property.
QueueInterface::numberOfItems function core/lib/Drupal/Core/Queue/QueueInterface.php Retrieves the number of items in the queue.
RefinableCalculatedPermissions::mergeItems function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php Merges two items of identical scope and identifier.
RefinableCalculatedPermissions::removeItems function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php Removes all of the calculated permission items, regardless of scope.
RefinableCalculatedPermissions::removeItemsByScope function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php Removes all of the calculated permission items for the given scope.
RefinableCalculatedPermissionsInterface::removeItems function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes all of the calculated permission items, regardless of scope.
RefinableCalculatedPermissionsInterface::removeItemsByScope function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes all of the calculated permission items for the given scope.
RefinableCalculatedPermissionsTest::testRemoveItems function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of all calculated permissions items.
RefinableCalculatedPermissionsTest::testRemoveItemsByScope function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of calculated permissions items by scope.
RevisionableContentEntityBaseTest::assertItemsTableCount function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Asserts the amount of items on entity related tables.
SearchHelpSearch::removeItemsFromIndex function core/modules/search/modules/search_help/src/Plugin/Search/SearchHelpSearch.php Removes an item or items from the search index.
SecurityAdvisoriesFetcherTest::setFeedItems function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Sets the feed items to be returned for the test.
SmartDefaultSettings::addToolbarItemsToMatchHtmlElementsInFormat function core/modules/ckeditor5/src/SmartDefaultSettings.php Adds CKEditor 5 toolbar items to match the format's HTML elements.
SqlBase::itemsPerPageExposed function core/modules/views/src/Plugin/views/pager/SqlBase.php Returns whether the items per page is exposed.
SqlContentEntityStorage::doDeleteFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes entity field values from the storage.
SqlContentEntityStorage::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes field values of an entity revision from the storage.
SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Actually loads revision field item values from the storage.
SqlContentEntityStorage::doSaveFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Writes entity field values to the storage.
SqlContentEntityStorage::purgeFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Removes field items from storage per entity during purge.
SqlContentEntityStorage::readFieldItemsToPurge function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reads values to be purged for a single field.
StageFixtureManipulator::clearQueuedManipulationItems function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Clears all queued manipulation items.
StageFixtureManipulator::getQueuedManipulationItems function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Gets all queued manipulation items.
SystemAdminMenuBlockAccessCheck::hasAccessToChildMenuItems function core/modules/system/src/Access/SystemAdminMenuBlockAccessCheck.php Check that the given route has access to child routes.
SystemMenuBlockTest::getActiveTrailItems function core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php Helper method to get the IDs of the menu items in the active trail.
TermName::getItems function core/modules/taxonomy/src/Plugin/views/field/TermName.php Gets an array of items for the field.
TextItemSillyNormalizer class core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php A test TextItem normalizer to test denormalization.
TextItemSillyNormalizer.php file core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php
TextItemSillyNormalizer::constructValue function core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php Build the field item value using the incoming data.
TextItemSillyNormalizer::getSupportedTypes function core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php
TextItemSillyNormalizer::normalize function core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php Normalizes data into a set of arrays/scalars.
TokenReplaceTest::testTokenReplacementWithSpecificNumberOfItems function core/modules/views/tests/src/Kernel/TokenReplaceTest.php Tests token replacement of [view:total-rows] when pager is disabled.
TopBarItemManager::getRenderedTopBarItemsByRegion function core/modules/navigation/src/TopBarItemManager.php Gets the top bar items prepared as render array.
TopBarItemManagerInterface::getRenderedTopBarItemsByRegion function core/modules/navigation/src/TopBarItemManagerInterface.php Gets the top bar items prepared as render array.
TransactionManagerBase::$voidedItems property core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php A list of voided stack items.
TransactionManagerBase::dumpStackItemsAsString function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Produces a string representation of the stack items.
TransactionTest::testTransactionManagerFailureOnPendingStackItems function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests TransactionManager failure.
UpdateProcessor::numberOfQueueItems function core/modules/update/src/UpdateProcessor.php Retrieves the number of items in the update fetch queue.
UpdateProcessorInterface::numberOfQueueItems function core/modules/update/src/UpdateProcessorInterface.php Retrieves the number of items in the update fetch queue.
UserAccessControlHandlerTest::$items property core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php The mocked test field items.
UserStorage::doSaveFieldItems function core/modules/user/src/UserStorage.php Writes entity field values to the storage.
ValidReferenceConstraintValidatorTest::testPreExistingItemsValidation function core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php Tests the validation of pre-existing items in an entity reference field.
ViewExecutable::$items_per_page property core/modules/views/src/ViewExecutable.php The number of items per page.
ViewExecutable::getItemsPerPage function core/modules/views/src/ViewExecutable.php Gets the items per page from the pager.
ViewExecutable::setItemsPerPage function core/modules/views/src/ViewExecutable.php Sets the items per page on the pager.
ViewExecutableTest::testSetItemsPerPageBeforePreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests set items per page before pre render.
ViewExecutableTest::testSetItemsPerPageDuringPreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests set items per page during pre render.
views-block-items-per-page.php file core/modules/views/tests/fixtures/update/views-block-items-per-page.php
views.view.promoted_items.yml file core/profiles/demo_umami/config/install/views.view.promoted_items.yml core/profiles/demo_umami/config/install/views.view.promoted_items.yml
views.view.test_exposed_form_sort_items_per_page.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_sort_items_per_page.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_sort_items_per_page.yml

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