You are here

public function scald_file_views_handler_field_filesize::options_form in Scald File Provider 7

Overrides views_handler_field::options_form().

@codingStandardsIgnoreStart

Overrides views_handler_field::options_form

File

includes/scald_file_views_handler_field_filesize.inc, line 28
Provides a field showing the filesize of the file in the atom.

Class

scald_file_views_handler_field_filesize
Scald_file_views_handler_field_filesize class.

Code

public function options_form(&$form, &$form_state) {

  // @codingStandardsIgnoreEnd
  parent::options_form($form, $form_state);
}