You are here

public function FieldItemListInterface::__get in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Field/FieldItemListInterface.php \Drupal\Core\Field\FieldItemListInterface::__get()

Magic method: Gets a property value of to the first field item.

See also

\Drupal\Core\Field\FieldItemInterface::__get()

1 method overrides FieldItemListInterface::__get()
FieldItemList::__get in core/lib/Drupal/Core/Field/FieldItemList.php
Magic method: Gets a property value of to the first field item.

File

core/lib/Drupal/Core/Field/FieldItemListInterface.php, line 107
Contains \Drupal\Core\Field\FieldItemListInterface.

Class

FieldItemListInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Field

Code

public function __get($property_name);