public function FieldableEntityInterface::getFields in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/FieldableEntityInterface.php \Drupal\Core\Entity\FieldableEntityInterface::getFields()
Gets an array of all field item lists.
Parameters
bool $include_computed: If set to TRUE, computed fields are included. Defaults to TRUE.
Return value
\Drupal\Core\Field\FieldItemListInterface[] An array of field item lists implementing, keyed by field name.
1 method overrides FieldableEntityInterface::getFields()
- ContentEntityBase::getFields in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Gets an array of all field item lists.
File
- core/
lib/ Drupal/ Core/ Entity/ FieldableEntityInterface.php, line 186 - Contains \Drupal\Core\Entity\FieldableEntityInterface.
Class
- FieldableEntityInterface
- Interface for entities having fields.
Namespace
Drupal\Core\EntityCode
public function getFields($include_computed = TRUE);