Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
item-list.css file core/themes/starterkit_theme/css/components/item-list.css Visual styles for item list.
item-list.css file core/profiles/demo_umami/themes/umami/css/classy/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/olivero/templates/dataset/item-list.html.twig Theme override for an item list.
item-list.html.twig file core/themes/stable9/templates/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/starterkit_theme/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/stable9/css/system/components/item-list.module.css Styles for item list.
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 install.
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.
ItemsPerPageTest class core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Tests that the views wizard can specify the number of items per page.
ItemsPerPageTest.php file core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
ItemsPerPageTest::$defaultTheme property core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php The theme to install as the default for testing.
ItemsPerPageTest::setUp function core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Sets up the test.
ItemsPerPageTest::testItemsPerPage function core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php Tests the number of items per page.
javascript-1.txt file core/tests/fixtures/files/javascript-1.txt <script>
alert('JavaScript was executed!');
</script>
JavascriptDeprecationTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Tests Javascript deprecation notices.
JavascriptDeprecationTest.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php
JavascriptDeprecationTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php The theme to install as the default for testing.
JavascriptDeprecationTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Modules to install.

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