You are here

function is_background_image_formatter_display_type in Simple Background image formatter 7

Is the formatter for this module.

1 call to is_background_image_formatter_display_type()
background_image_formatter_field_formatter_view in ./background_image_formatter.module
Implements hook_field_formatter_view().

File

./background_image_formatter.helpers.inc, line 19
Helpers for module.

Code

function is_background_image_formatter_display_type($display) {
  return $display['type'] == 'background_image_formatter';
}