public function VotingApiField::isEmpty in Votingapi Widgets 8
Determines whether the data structure is empty.
Return value
bool TRUE if the data structure is empty, FALSE otherwise.
Overrides Map::isEmpty
File
- src/
Plugin/ Field/ FieldType/ VotingApiField.php, line 190
Class
- VotingApiField
- Plugin implementation of the 'voting_api_field' field type.
Namespace
Drupal\votingapi_widgets\Plugin\Field\FieldTypeCode
public function isEmpty() {
return FALSE;
}