Magic getter: Get the property value.
Parameters
$property_name:
The name of the property to get; e.g., 'title' or 'name'.
Return value
\Drupal\Core\TypedData\TypedDataInterface
The property object.
Throws
\InvalidArgumentException
If a not existing property is accessed.
File
- drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php, line 38
- Definition of Drupal\Core\Entity\Field\FieldItemInterface.
Class
- FieldItemInterface
- Interface for entity field items, which are complex data objects
containing the values.
Namespace
Drupal\Core\Entity\Field
Code
public function __get($property_name);