Search for item

  1. Search 7.x for item
  2. Search 8.9.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
ItemHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonBasicAuthTest.php The theme to install as the default for testing.
ItemHalJsonBasicAuthTest::$format property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonBasicAuthTest.php The format to use in this test.
ItemHalJsonBasicAuthTest::$mimeType property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ItemHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonBasicAuthTest.php Modules to install.
ItemHalJsonCookieTest class core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonCookieTest.php @group hal
@group legacy
ItemHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonCookieTest.php
ItemHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonCookieTest.php The authentication mechanism to use in this test.
ItemHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonCookieTest.php The theme to install as the default for testing.
ItemHalJsonCookieTest::$format property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonCookieTest.php The format to use in this test.
ItemHalJsonCookieTest::$mimeType property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonCookieTest.php The MIME type that corresponds to $format.
ItemHalJsonCookieTest::$modules property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonCookieTest.php Modules to install.
ItemHalJsonTestBase class core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php ResourceTestBase for Item entity.
ItemHalJsonTestBase.php file core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php
ItemHalJsonTestBase::$format property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php The format to use in this test.
ItemHalJsonTestBase::$mimeType property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php The MIME type that corresponds to $format.
ItemHalJsonTestBase::$modules property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php Modules to install.
ItemHalJsonTestBase::getExpectedCacheContexts function core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
ItemHalJsonTestBase::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php Returns the expected normalization of the entity.
ItemHalJsonTestBase::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonTestBase.php Returns the normalized POST entity.
ItemInterface interface core/modules/aggregator/src/ItemInterface.php Provides an interface defining an aggregator item entity.
ItemInterface.php file core/modules/aggregator/src/ItemInterface.php
ItemInterface::getAuthor function core/modules/aggregator/src/ItemInterface.php Returns the author of the feed item.
ItemInterface::getDescription function core/modules/aggregator/src/ItemInterface.php Returns the body of the feed item.
ItemInterface::getFeedId function core/modules/aggregator/src/ItemInterface.php Returns the feed id of aggregator item.
ItemInterface::getGuid function core/modules/aggregator/src/ItemInterface.php Returns the unique identifier for the feed item.
ItemInterface::getLink function core/modules/aggregator/src/ItemInterface.php Returns the link to the feed item.
ItemInterface::getPostedTime function core/modules/aggregator/src/ItemInterface.php Returns the posted date of the feed item, as a Unix timestamp.
ItemInterface::getTitle function core/modules/aggregator/src/ItemInterface.php Returns the title of the feed item.
ItemInterface::setAuthor function core/modules/aggregator/src/ItemInterface.php Sets the author of the feed item.
ItemInterface::setDescription function core/modules/aggregator/src/ItemInterface.php Sets the body of the feed item.
ItemInterface::setFeedId function core/modules/aggregator/src/ItemInterface.php Sets the feed id of aggregator item.
ItemInterface::setGuid function core/modules/aggregator/src/ItemInterface.php Sets the unique identifier for the feed item.
ItemInterface::setLink function core/modules/aggregator/src/ItemInterface.php Sets the link to the feed item.
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.

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