You are here

public function entity_views_handler_field_numeric::options_form in Entity API 7

Provide a options form for this handler.

Overrides views_handler_field_numeric::options_form

File

views/handlers/entity_views_handler_field_numeric.inc, line 78
Contains the entity_views_handler_field_numeric class.

Class

entity_views_handler_field_numeric
Render a field as a numeric value.

Code

public function options_form(&$form, &$form_state) {
  parent::options_form($form, $form_state);
  EntityFieldHandlerHelper::options_form($this, $form, $form_state);
}