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