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
AddFormBase::buildSelectedItemElement function core/modules/media_library/src/Form/AddFormBase.php Returns a render array for a single pre-selected media item.
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-item.html.twig file core/modules/aggregator/templates/aggregator-item.html.twig Default theme implementation to present a feed item in an aggregator page.
aggregator-item.html.twig file core/themes/seven/templates/classy/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator-item.html.twig file core/themes/classy/templates/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator-item.html.twig file core/themes/stable/templates/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator-item.html.twig file core/themes/claro/templates/classy/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator-item.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator-item.html.twig file core/themes/bartik/templates/classy/content/aggregator-item.html.twig Theme override to present a feed item in an aggregator page.
aggregator.items.importer service core/modules/aggregator/aggregator.services.yml Drupal\aggregator\ItemsImporter
AggregatorDisplayConfigurableTest::testItemDisplayConfigurable function core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php Sets item base fields to configurable display and checks settings are
respected.
AggregatorFeedBlock::$itemStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for items.
AggregatorItem class core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php Drupal aggregator item source from database.
AggregatorItem.php file core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php
AggregatorItem::fields function core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php Returns available fields on the source.
AggregatorItem::getIds function core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php Defines the source fields uniquely identifying a source row.
AggregatorItem::query function core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php
AggregatorItemTest class core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php Tests aggregator item source plugin.
AggregatorItemTest.php file core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php
AggregatorItemTest::$modules property core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php Modules to enable.
AggregatorItemTest::providerSource function core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php The data provider.
AggregatorItemViewsData class core/modules/aggregator/src/AggregatorItemViewsData.php Provides the views data for the aggregator item entity type.
AggregatorItemViewsData.php file core/modules/aggregator/src/AggregatorItemViewsData.php
AggregatorItemViewsData::getViewsData function core/modules/aggregator/src/AggregatorItemViewsData.php Returns views data for the entity type.
AggregatorItemViewsFieldAccessTest class core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php Tests base field access in Views for the aggregator_item entity.
AggregatorItemViewsFieldAccessTest.php file core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php
AggregatorItemViewsFieldAccessTest::$modules property core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php Modules to enable.
AggregatorItemViewsFieldAccessTest::setUp function core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php
AggregatorItemViewsFieldAccessTest::testAggregatorItemFields function core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php Checks access for aggregator_item fields.
AggregatorRefresh::processItem function core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php Works on a single queue item.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::deleteFeedItems function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Confirms an item removal from a feed.
AggregatorTestBase::getDefaultFeedItemCount function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns the count of the randomly created feed array.
AggregatorTestBase::getDefaultFeedItemCount function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns the count of the randomly created feed array.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Updates the feed items.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Updates the feed items.
ApcuBackend::prepareItem function core/lib/Drupal/Core/Cache/ApcuBackend.php Prepares a cached item.
AssertContentTrait::getSelectedItem function core/tests/Drupal/KernelTests/AssertContentTrait.php Get the selected value from a select field.
AutoIncrementingTestItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Defines the 'field_method_invocation_order_test' entity field type.
AutoIncrementingTestItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php
AutoIncrementingTestItem::getIncrementedFieldValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Gets an incremented field value.
AutoIncrementingTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Defines custom presave behavior for field values.
BaseFieldDefinition::createFromItemType function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Creates a new list data definition for items of the given data type.
BaseFieldDefinition::getFieldItemClass function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Helper to retrieve the field item class.
Batch::claimItem function core/lib/Drupal/Core/Queue/Batch.php Overrides \Drupal\Core\Queue\DatabaseQueue::claimItem().
Batch::getAllItems function core/lib/Drupal/Core/Queue/Batch.php Retrieves all remaining items in the queue.
BatchMemory::claimItem function core/lib/Drupal/Core/Queue/BatchMemory.php Overrides \Drupal\Core\Queue\Memory::claimItem().
BatchMemory::getAllItems function core/lib/Drupal/Core/Queue/BatchMemory.php Retrieves all remaining items in the queue.

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