value)) { // If there is no value, we don't want a tag output. $element = ''; } else { $element = [ '#tag' => 'meta', '#attributes' => [ 'http-equiv' => $this->name, 'content' => $this->value(), ] ]; } return $element; } }