function FieldItemBase::mainPropertyName

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Field/FieldItemBase.php \Drupal\Core\Field\FieldItemBase::mainPropertyName()
  2. 8.9.x core/lib/Drupal/Core/Field/FieldItemBase.php \Drupal\Core\Field\FieldItemBase::mainPropertyName()
  3. 10 core/lib/Drupal/Core/Field/FieldItemBase.php \Drupal\Core\Field\FieldItemBase::mainPropertyName()

Overrides FieldItemInterface::mainPropertyName

8 methods override FieldItemBase::mainPropertyName()
CommentItem::mainPropertyName in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Returns the name of the main property, if any.
DeprecatedReferenceItem::mainPropertyName in core/modules/jsonapi/tests/modules/jsonapi_test_reference_types/src/Plugin/Field/FieldType/DeprecatedReferenceItem.php
Returns the name of the main property, if any.
LayoutSectionItem::mainPropertyName in core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
Returns the name of the main property, if any.
LinkItem::mainPropertyName in core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
Returns the name of the main property, if any.
MapItem::mainPropertyName in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php
Returns the name of the main property, if any.

... See full list

File

core/lib/Drupal/Core/Field/FieldItemBase.php, line 53

Class

FieldItemBase
An entity field item.

Namespace

Drupal\Core\Field

Code

public static function mainPropertyName() {
    return 'value';
}

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