Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Item::setLink function core/modules/aggregator/src/Entity/Item.php Sets the link to the feed item.
Item::setPostedTime function core/modules/aggregator/src/Entity/Item.php Sets the posted date of the feed item, as a Unix timestamp.
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/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php @group hal
ItemHalJsonAnonTest.php file core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php
ItemHalJsonAnonTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php The theme to install as the default for testing.
ItemHalJsonAnonTest::$format property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php The format to use in this test.
ItemHalJsonAnonTest::$mimeType property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php The MIME type that corresponds to $format.
ItemHalJsonAnonTest::$modules property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonAnonTest.php Modules to install.
ItemHalJsonBasicAuthTest class core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php @group hal
ItemHalJsonBasicAuthTest.php file core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php
ItemHalJsonBasicAuthTest::$auth property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
ItemHalJsonBasicAuthTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php The theme to install as the default for testing.
ItemHalJsonBasicAuthTest::$format property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php The format to use in this test.
ItemHalJsonBasicAuthTest::$mimeType property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ItemHalJsonBasicAuthTest::$modules property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonBasicAuthTest.php Modules to install.
ItemHalJsonCookieTest class core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php @group hal
ItemHalJsonCookieTest.php file core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php
ItemHalJsonCookieTest::$auth property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php The authentication mechanism to use in this test.
ItemHalJsonCookieTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php The theme to install as the default for testing.
ItemHalJsonCookieTest::$format property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php The format to use in this test.
ItemHalJsonCookieTest::$mimeType property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php The MIME type that corresponds to $format.
ItemHalJsonCookieTest::$modules property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonCookieTest.php Modules to install.
ItemHalJsonTestBase class core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php ResourceTestBase for Item entity.
ItemHalJsonTestBase class core/modules/hal/tests/src/Functional/EntityResource/Item/ItemHalJsonTestBase.php
ItemHalJsonTestBase.php file core/modules/hal/tests/src/Functional/EntityResource/Item/ItemHalJsonTestBase.php
ItemHalJsonTestBase.php file core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php
ItemHalJsonTestBase::$format property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php The format to use in this test.
ItemHalJsonTestBase::$mimeType property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php The MIME type that corresponds to $format.
ItemHalJsonTestBase::$modules property core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php Modules to install.
ItemHalJsonTestBase::getExpectedCacheContexts function core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
ItemHalJsonTestBase::getExpectedNormalizedEntity function core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php Returns the expected normalization of the entity.
ItemHalJsonTestBase::getNormalizedPostEntity function core/modules/aggregator/tests/src/Functional/Hal/ItemHalJsonTestBase.php Returns the normalized POST entity.
ItemInterface::getDescription function core/modules/aggregator/src/ItemInterface.php Returns the body of 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::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

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