Search for list

  1. Search 7.x for list
  2. Search 9.5.x for list
  3. Search 8.9.x for list
  4. Search 11.x for list
  5. Other projects
Title Object type File name Summary
ComputedItemListTrait trait core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php Provides common functionality for computed item lists.
ComputedItemListTrait.php file core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::$valueComputed property core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php Whether the values have already been computed or not.
ComputedItemListTrait::appendItem function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::applyDefaultValue function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::computeValue function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php Computes the values for an item list.
ComputedItemListTrait::count function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php #[\ReturnTypeWillChange]
ComputedItemListTrait::ensureComputedValue function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php Ensures that values are only computed once.
ComputedItemListTrait::get function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::getIterator function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php #[\ReturnTypeWillChange]
ComputedItemListTrait::getString function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::getValue function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::isEmpty function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::offsetExists function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php #[\ReturnTypeWillChange]
ComputedItemListTrait::removeItem function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::set function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::setValue function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedReferenceTestFieldItemList class core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php A computed entity reference field item list.
ComputedReferenceTestFieldItemList.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php
ComputedReferenceTestFieldItemList::computeValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php Compute the list property from state.
ComputedTestBundleFieldItemList class core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php A computed field item list for a bundle field.
ComputedTestBundleFieldItemList.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php
ComputedTestBundleFieldItemList::computeValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php Compute the list property from state.
ComputedTestCacheableIntegerItemList class core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableIntegerItemList.php Item list class for computed cacheable string field.
ComputedTestCacheableIntegerItemList.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableIntegerItemList.php
ComputedTestCacheableIntegerItemList::computeValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableIntegerItemList.php
ComputedTestCacheableStringItemList class core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableStringItemList.php Item list class for computed cacheable string field.
ComputedTestCacheableStringItemList.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableStringItemList.php
ComputedTestCacheableStringItemList::computeValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestCacheableStringItemList.php
ComputedTestFieldItemList class core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestFieldItemList.php A computed field item list.
ComputedTestFieldItemList.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestFieldItemList.php
ComputedTestFieldItemList::computeValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestFieldItemList.php Compute the list property from state.
ConfigDependencyDeleteFormTrait::addDependencyListsToForm function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Adds form elements to list affected configuration entities.
ConfigDraggableListBuilderTest class core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php Tests draggable list builder.
ConfigDraggableListBuilderTest.php file core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php
ConfigDraggableListBuilderTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php The theme to install as the default for testing.
ConfigDraggableListBuilderTest::$modules property core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php Modules to install.
ConfigDraggableListBuilderTest::testDraggableList function core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php Tests draggable lists.
ConfigEntityListBuilder class core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php Defines the default class to build a listing of configuration entities.
ConfigEntityListBuilder.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php
ConfigEntityListBuilder::$storage property core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php The config entity storage class.
ConfigEntityListBuilder::getDefaultOperations function core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php
ConfigEntityListBuilder::getStorage function core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php Gets the config entity storage.
ConfigEntityListBuilder::load function core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php
ConfigEntityListMultilingualTest class core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php Tests the listing of configuration entities in a multilingual scenario.
ConfigEntityListMultilingualTest.php file core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php
ConfigEntityListMultilingualTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php The theme to install as the default for testing.
ConfigEntityListMultilingualTest::$modules property core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php Modules to install.
ConfigEntityListMultilingualTest::setUp function core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php
ConfigEntityListMultilingualTest::testListUI function core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php Tests the listing UI with different language scenarios.

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