public function HeartbeatMessageField::buildOptionsForm in Heartbeat 8
Default options form that provides the label widget that all fields should have.
Overrides FieldPluginBase::buildOptionsForm
File
- src/
Plugin/ views/ field/ HeartbeatMessageField.php, line 47
Class
- HeartbeatMessageField
- A handler to provide a field that is completely custom by the administrator.
Namespace
Drupal\heartbeat\Plugin\views\fieldCode
public function buildOptionsForm(&$form, FormStateInterface $form_state) {
parent::buildOptionsForm($form, $form_state);
}