public FieldItemListInterface::getFieldDefinition()
Gets the field definition.
Return value
\Drupal\Core\Field\FieldDefinitionInterface The field definition.
File
- core/lib/Drupal/Core/Field/FieldItemListInterface.php, line 60
Class
- FieldItemListInterface
- Interface for fields, being lists of field items.
Namespace
Drupal\Core\Field
Code
public function getFieldDefinition();
Please login to continue.