public function FieldInterface::getPropertyDefinitions

Gets an array of property definitions of the first field item.

See also

\Drupal\Core\Entity\Field\FieldItemInterface::getPropertyDefinitions()

1 method overrides FieldInterface::getPropertyDefinitions()

File

drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php, line 82
Contains \Drupal\Core\Entity\Field\FieldInterface.

Class

FieldInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Entity\Field

Code

public function getPropertyDefinitions();