| claro_preprocess_media_library_item__widget |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_media_library_item__widget(). |
| CommentedEntity::getItems |
function |
core/modules/comment/src/Plugin/views/field/CommentedEntity.php |
Gets an array of items for the field. |
| CommentFieldItemList |
class |
core/modules/comment/src/CommentFieldItemList.php |
Defines an item list class for comment fields. |
| CommentFieldItemList.php |
file |
core/modules/comment/src/CommentFieldItemList.php |
|
| CommentFieldItemList::access |
function |
core/modules/comment/src/CommentFieldItemList.php |
Checks data value access. |
| CommentFieldItemList::get |
function |
core/modules/comment/src/CommentFieldItemList.php |
Returns the item at the specified position in this list. |
| CommentFieldItemList::offsetExists |
function |
core/modules/comment/src/CommentFieldItemList.php |
#[\ReturnTypeWillChange] |
| CommentItem |
class |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Plugin implementation of the 'comment' field type. |
| CommentItem.php |
file |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| CommentItem::defaultFieldSettings |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Defines the field-level settings for this plugin. |
| CommentItem::defaultStorageSettings |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Defines the storage-level settings for this plugin. |
| CommentItem::fieldSettingsForm |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Returns a form for the field-level settings. |
| CommentItem::generateSampleValue |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Generates placeholder field values. |
| CommentItem::isEmpty |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Determines whether the data structure is empty. |
| CommentItem::mainPropertyName |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Returns the name of the main property, if any. |
| CommentItem::propertyDefinitions |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Defines field item properties. |
| CommentItem::schema |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Returns the schema for the field. |
| CommentItem::storageSettingsForm |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Returns a form for the storage-level settings. |
| CommentItemInterface |
interface |
core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php |
Interface definition for Comment items. |
| CommentItemInterface.php |
file |
core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php |
|
| CommentItemInterface::CLOSED |
constant |
core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php |
Comments for this entity are closed. |
| CommentItemInterface::FORM_BELOW |
constant |
core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php |
Comment form should be shown below post or list of comments. |
| CommentItemInterface::FORM_SEPARATE_PAGE |
constant |
core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php |
Comment form should be displayed on a separate page. |
| CommentItemInterface::HIDDEN |
constant |
core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php |
Comments for this entity are hidden. |
| CommentItemInterface::OPEN |
constant |
core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php |
Comments for this entity are open. |
| CommentItemTest |
class |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
Tests the new entity API for the comment field type. |
| CommentItemTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
|
| CommentItemTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
Modules to enable. |
| CommentItemTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
Set the default field storage backend for fields created during tests. |
| CommentItemTest::testCommentAuthorName |
function |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
Tests comment author name. |
| CommentItemTest::testCommentItem |
function |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
Tests using entity fields of the comment field type. |
| 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 |
|