FieldItemListInterface::__unset

public FieldItemListInterface::__unset($property_name)

Magic method: Unsets a property of the first field item.

See also

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

File

core/lib/Drupal/Core/Field/FieldItemListInterface.php, line 125

Class

FieldItemListInterface
Interface for fields, being lists of field items.

Namespace

Drupal\Core\Field

Code

public function __unset($property_name);
doc_Drupal
2016-10-29 09:12:02
Comments
Leave a Comment

Please login to continue.