You are here

public function FieldItemListInterface::__isset 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::__isset()

Magic method: Determines whether a property of the first field item is set.

See also

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

1 method overrides FieldItemListInterface::__isset()
FieldItemList::__isset in core/lib/Drupal/Core/Field/FieldItemList.php
Magic method: Determines whether a property of the first field item is set.

File

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

Class

FieldItemListInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Field

Code

public function __isset($property_name);