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
Item::setTitle function core/modules/aggregator/src/Entity/Item.php Sets the title of the feed item.
ItemCacheTagsTest class core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php Tests the Item entity's cache tags.
ItemCacheTagsTest.php file core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php
ItemCacheTagsTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php The theme to install as the default for testing.
ItemCacheTagsTest::$modules property core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php Modules to enable.
ItemCacheTagsTest::createEntity function core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php Creates the entity to be tested.
ItemCacheTagsTest::setUp function core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php
ItemCacheTagsTest::testEntityCreation function core/modules/aggregator/tests/src/Functional/ItemCacheTagsTest.php Tests that when creating a feed item, the feed tag is invalidated.
ItemHalJsonAnonTest class core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonAnonTest.php @group hal
@group legacy
ItemHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonAnonTest.php
ItemHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonAnonTest.php The theme to install as the default for testing.
ItemHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonAnonTest.php The format to use in this test.
ItemHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonAnonTest.php The MIME type that corresponds to $format.
ItemHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonAnonTest.php Modules to install.
ItemHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonBasicAuthTest.php @group hal
@group legacy
ItemHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonBasicAuthTest.php
ItemHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/aggregator/ItemHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
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.

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