function LayoutSectionItem::mainPropertyName
Same name in other branches
- 9 core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php \Drupal\layout_builder\Plugin\Field\FieldType\LayoutSectionItem::mainPropertyName()
- 10 core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php \Drupal\layout_builder\Plugin\Field\FieldType\LayoutSectionItem::mainPropertyName()
- 11.x core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php \Drupal\layout_builder\Plugin\Field\FieldType\LayoutSectionItem::mainPropertyName()
Overrides FieldItemBase::mainPropertyName
File
-
core/
modules/ layout_builder/ src/ Plugin/ Field/ FieldType/ LayoutSectionItem.php, line 58
Class
- LayoutSectionItem
- Plugin implementation of the 'layout_section' field type.
Namespace
Drupal\layout_builder\Plugin\Field\FieldTypeCode
public static function mainPropertyName() {
return 'section';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.