You are here

public function EmptyFieldHandler::alterOutput in Empty fields 7.2

Provide a method to alter the output of the plugin.

File

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

Class

EmptyFieldHandler
Abstract base class defining a field_empty_handler.

Code

public function alterOutput(&$output, $context) {
}