FieldableEntityInterface::getFieldDefinitions

public FieldableEntityInterface::getFieldDefinitions()

Gets an array of field definitions of all contained fields.

Return value

\Drupal\Core\Field\FieldDefinitionInterface[] An array of field definitions, keyed by field name.

See also

\Drupal\Core\Entity\EntityManagerInterface::getFieldDefinitions()

File

core/lib/Drupal/Core/Entity/FieldableEntityInterface.php, line 126

Class

FieldableEntityInterface
Interface for entities having fields.

Namespace

Drupal\Core\Entity

Code

1
public function getFieldDefinitions();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.