function 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\FieldCode
public function __isset($property_name);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.