function MultiValueTestItem::isEmpty
Same name in other branches
- 9 core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php \Drupal\entity_test_update\Plugin\Field\FieldType\MultiValueTestItem::isEmpty()
- 8.9.x core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php \Drupal\entity_test_update\Plugin\Field\FieldType\MultiValueTestItem::isEmpty()
- 10 core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php \Drupal\entity_test_update\Plugin\Field\FieldType\MultiValueTestItem::isEmpty()
Overrides Map::isEmpty
File
-
core/
modules/ system/ tests/ modules/ entity_test_update/ src/ Plugin/ Field/ FieldType/ MultiValueTestItem.php, line 57
Class
- MultiValueTestItem
- Defines the 'multi_value_test' field type.
Namespace
Drupal\entity_test_update\Plugin\Field\FieldTypeCode
public function isEmpty() {
$item = $this->getValue();
return empty($item['value1']) && empty($item['value2']);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.