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