public function FieldInterface::getPropertyDefinition

Gets the definition of a property of the first field item.

See also

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

1 method overrides FieldInterface::getPropertyDefinition()
Field::getPropertyDefinition in drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php
Implements \Drupal\Core\Entity\Field\FieldInterface::getPropertyDefinition().

File

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

Class

FieldInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Entity\Field

Code

public function getPropertyDefinition($name);