You are here

abstract public function EmptyFieldHandler::react in Empty fields 7.2

Provide a reaction. Set the content of the field.

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

File

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

Class

EmptyFieldHandler
Abstract base class defining a field_empty_handler.

Code

public abstract function react($context);