You are here

function iframe_formatter_hidden_helper in Iframe 7

Formatter function for 'hidden' text field formatter.

File

./iframe.module, line 451
Defines an iframe field with all attributes.

Code

function iframe_formatter_hidden_helper($item, $delta) {
  return '';
}