Skip to content
Snippets Groups Projects
Commit 20274db5 authored by spokje's avatar spokje
Browse files

Nope

parent 952b84d3
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,10 @@ public function fieldSettingsForm(array $form, FormStateInterface $form_state) { ...@@ -64,7 +64,10 @@ public function fieldSettingsForm(array $form, FormStateInterface $form_state) {
* {@inheritdoc} * {@inheritdoc}
*/ */
public function isEmpty() { public function isEmpty() {
return empty($this->value) && (string) $this->value !== '0'; if (empty($this->value) && (string) $this->value !== '0') {
return TRUE;
}
return FALSE;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment