You are here

public function FieldItemListInterface::__isset in Drupal 9

Same name and namespace in other branches
  1. 8 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::__unset()

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

Class

FieldItemListInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Field

Code

public function __isset($property_name);