You are here

public function EmptyFieldHandler::form in Empty fields 7.2

Provide FAPI elements to configure the empty field rendering.

2 methods override EmptyFieldHandler::form()
EmptyFieldText::form in plugins/empty_fields_handler_text.inc
Implementation of EmptyFieldText::form().
EntityLabelEmptyFieldHandler::form in plugins/empty_fields_handler_label.inc
Implementation of EmptyFieldText::form().

File

plugins/empty_fields_handler.inc, line 35
Contains the base class for empty field handler classes.

Class

EmptyFieldHandler
Abstract base class defining a field_empty_handler.

Code

public function form($context) {
  return array();
}