| item-list.css |
file |
core/themes/bartik/css/components/item-list.css |
Visual styles for Bartik's item list. |
| item-list.css |
file |
core/themes/bartik/css/classy/components/item-list.css |
Visual styles for item list. |
| item-list.css |
file |
core/themes/classy/css/components/item-list.css |
Visual styles for item list. |
| item-list.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/dataset/item-list.html.twig |
Theme override for an item list. |
| item-list.html.twig |
file |
core/themes/seven/templates/classy/dataset/item-list.html.twig |
Theme override for an item list. |
| item-list.html.twig |
file |
core/themes/claro/templates/classy/dataset/item-list.html.twig |
Theme override for an item list. |
| item-list.html.twig |
file |
core/themes/bartik/templates/classy/dataset/item-list.html.twig |
Theme override for an item list. |
| item-list.html.twig |
file |
core/themes/stable/templates/dataset/item-list.html.twig |
Theme override for an item list. |
| item-list.html.twig |
file |
core/themes/classy/templates/dataset/item-list.html.twig |
Theme override for an item list. |
| item-list.html.twig |
file |
core/modules/system/templates/item-list.html.twig |
Default theme implementation for an item list. |
| item-list.module.css |
file |
core/modules/system/css/components/item-list.module.css |
Styles for item list. |
| item-list.module.css |
file |
core/themes/stable/css/system/components/item-list.module.css |
Styles for item list. |
| Item.php |
file |
core/modules/aggregator/src/Entity/Item.php |
|
| Item.php |
file |
core/lib/Drupal/Core/Render/Element/Item.php |
|
| Item::baseFieldDefinitions |
function |
core/modules/aggregator/src/Entity/Item.php |
Provides base field definitions for an entity type. |
| Item::buildUri |
function |
core/modules/aggregator/src/Entity/Item.php |
Entity URI callback. |
| Item::getAuthor |
function |
core/modules/aggregator/src/Entity/Item.php |
Returns the author of the feed item. |
| Item::getCacheTagsToInvalidate |
function |
core/modules/aggregator/src/Entity/Item.php |
Returns the cache tags that should be used to invalidate caches. |
| Item::getDescription |
function |
core/modules/aggregator/src/Entity/Item.php |
Returns the body of the feed item. |
| Item::getFeedId |
function |
core/modules/aggregator/src/Entity/Item.php |
Returns the feed id of aggregator item. |
| Item::getGuid |
function |
core/modules/aggregator/src/Entity/Item.php |
Returns the unique identifier for the feed item. |
| Item::getInfo |
function |
core/lib/Drupal/Core/Render/Element/Item.php |
Returns the element properties for this element. |
| Item::getLink |
function |
core/modules/aggregator/src/Entity/Item.php |
Returns the link to the feed item. |
| Item::getPostedTime |
function |
core/modules/aggregator/src/Entity/Item.php |
Returns the posted date of the feed item, as a Unix timestamp. |
| Item::getTitle |
function |
core/modules/aggregator/src/Entity/Item.php |
Returns the title of the feed item. |
| Item::label |
function |
core/modules/aggregator/src/Entity/Item.php |
Gets the label of the entity. |
| Item::postSave |
function |
core/modules/aggregator/src/Entity/Item.php |
Acts on a saved entity before the insert or update hook is invoked. |
| Item::setAuthor |
function |
core/modules/aggregator/src/Entity/Item.php |
Sets the author of the feed item. |
| Item::setDescription |
function |
core/modules/aggregator/src/Entity/Item.php |
Sets the body of the feed item. |
| Item::setFeedId |
function |
core/modules/aggregator/src/Entity/Item.php |
Sets the feed id of aggregator item. |
| Item::setGuid |
function |
core/modules/aggregator/src/Entity/Item.php |
Sets the unique identifier for the feed item. |
| 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. |