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. Other projects
Title Object type File name Summary
CompositeConstraintBase::coversFields function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php An array of entity fields which should be passed to the validator.
CompositeFormElementTrait trait core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php Provides a trait for radios, checkboxes, and similar composite form elements.
CompositeFormElementTrait.php file core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php
CompositeFormElementTrait::preRenderCompositeFormElement function core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php Adds form element theming to an element if its title or description is set.
ComputedFieldTest class core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php Provides some integration tests for the Field handler.
ComputedFieldTest.php file core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php
ComputedFieldTest::$modules property core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php Modules to enable.
ComputedFieldTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php Views to be enabled.
ComputedFieldTest::setUp function core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php
ComputedFieldTest::testComputedFieldHandler function core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php Tests the computed field handler.
ComputedFileUrl class core/modules/file/src/ComputedFileUrl.php Computed file URL property class.
ComputedFileUrl.php file core/modules/file/src/ComputedFileUrl.php
ComputedFileUrl::$url property core/modules/file/src/ComputedFileUrl.php Computed root-relative file URL.
ComputedFileUrl::getValue function core/modules/file/src/ComputedFileUrl.php Gets the data value.
ComputedFileUrl::setValue function core/modules/file/src/ComputedFileUrl.php Sets the data value.
ComputedFileUrlTest class core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @coversDefaultClass \Drupal\file\ComputedFileUrl[[api-linebreak]]
ComputedFileUrlTest.php file core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php
ComputedFileUrlTest::$testUrl property core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php The test URL to use.
ComputedFileUrlTest::testGetValue function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @covers ::getValue[[api-linebreak]]
ComputedFileUrlTest::testSetValue function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @covers ::setValue[[api-linebreak]]
ComputedFileUrlTest::testSetValueNoNotify function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @covers ::setValue[[api-linebreak]]
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.
ComputedString class core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php A computed property for test strings.
ComputedString.php file core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php
ComputedString::getCacheContexts function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php The cache contexts associated with this object.
ComputedString::getCacheMaxAge function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php The maximum age for which this object may be cached.
ComputedString::getCacheTags function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php The cache tags associated with this object.
ComputedString::getCastedValue function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php
ComputedString::getValue function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php Gets the data value.
ComputedTestCacheableString class core/modules/system/tests/modules/entity_test/src/Plugin/DataType/ComputedTestCacheableString.php The string data type with cacheability metadata.
ComputedTestCacheableString.php file core/modules/system/tests/modules/entity_test/src/Plugin/DataType/ComputedTestCacheableString.php

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