public function entity_views_handler_field_text::options_form in Entity API 7
Provide a options form for this handler.
Overrides views_handler_field::options_form
File
- views/
handlers/ entity_views_handler_field_text.inc, line 78 - Contains the entity_views_handler_field_text class.
Class
- entity_views_handler_field_text
- A handler to display text data.
Code
public function options_form(&$form, &$form_state) {
parent::options_form($form, $form_state);
EntityFieldHandlerHelper::options_form($this, $form, $form_state);
}