Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
ItemInterface::setPostedTime function core/modules/aggregator/src/ItemInterface.php Sets the posted date of the feed item, as a Unix timestamp.
ItemInterface::setTitle function core/modules/aggregator/src/ItemInterface.php Sets the title of the feed item.
ItemJsonAnonTest class core/modules/aggregator/tests/src/Functional/Rest/ItemJsonAnonTest.php @group rest
@group legacy
ItemJsonAnonTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemJsonAnonTest.php
ItemJsonAnonTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonAnonTest.php The theme to install as the default for testing.
ItemJsonAnonTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonAnonTest.php The format to use in this test.
ItemJsonAnonTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonAnonTest.php The MIME type that corresponds to $format.
ItemJsonBasicAuthTest class core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php @group rest
@group legacy
ItemJsonBasicAuthTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php
ItemJsonBasicAuthTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php The authentication mechanism to use in this test.
ItemJsonBasicAuthTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php The theme to install as the default for testing.
ItemJsonBasicAuthTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php The format to use in this test.
ItemJsonBasicAuthTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php The MIME type that corresponds to $format.
ItemJsonBasicAuthTest::$modules property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonBasicAuthTest.php Modules to install.
ItemJsonCookieTest class core/modules/aggregator/tests/src/Functional/Rest/ItemJsonCookieTest.php @group rest
@group legacy
ItemJsonCookieTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemJsonCookieTest.php
ItemJsonCookieTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonCookieTest.php The authentication mechanism to use in this test.
ItemJsonCookieTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonCookieTest.php The theme to install as the default for testing.
ItemJsonCookieTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonCookieTest.php The format to use in this test.
ItemJsonCookieTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemJsonCookieTest.php The MIME type that corresponds to $format.
ItemLayoutFieldBlockTest class core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php Field blocks tests for the override layout.
ItemLayoutFieldBlockTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php
ItemLayoutFieldBlockTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php The theme to install as the default for testing.
ItemLayoutFieldBlockTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php Modules to enable.
ItemLayoutFieldBlockTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php
ItemLayoutFieldBlockTest::testAddAjaxBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php Tests configuring a field block for a user field.
ItemList class core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php A generic list class.
ItemList.php file core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
ItemList::$list property core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Numerically indexed array of items.
ItemList::appendItem function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Appends a new item to the list.
ItemList::count function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php #[\ReturnTypeWillChange]
ItemList::createItem function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Helper for creating a list item object.
ItemList::filter function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Filters the items in the list using a custom callback.
ItemList::first function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Returns the first item in this list.
ItemList::get function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Returns the item at the specified position in this list.
ItemList::getItemDefinition function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Gets the definition of a contained item.
ItemList::getIterator function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php #[\ReturnTypeWillChange]
ItemList::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Returns a string representation of the data.
ItemList::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Gets the data value.
ItemList::isEmpty function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Determines whether the list contains any non-empty items.
ItemList::offsetExists function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php #[\ReturnTypeWillChange]
ItemList::offsetGet function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php #[\ReturnTypeWillChange]
ItemList::offsetSet function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php #[\ReturnTypeWillChange]
ItemList::offsetUnset function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php #[\ReturnTypeWillChange]
ItemList::onChange function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php React to changes to a child property or item.
ItemList::rekey function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Renumbers the items in the list.
ItemList::removeItem function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Removes the item at the specified position.
ItemList::set function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Sets the value of the item at a given position in the list.
ItemList::setValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Overrides \Drupal\Core\TypedData\TypedData::setValue().
ItemList::__clone function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Magic method: Implements a deep clone.

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