You are here

public function scald_file_views_handler_field_filesize::option_definition in Scald File Provider 7

Overrides views_handler_field::option_definition().

Overrides views_handler_field::option_definition

File

includes/scald_file_views_handler_field_filesize.inc, line 16
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 option_definition() {

  // @codingStandardsIgnoreEnd
  $options = parent::option_definition();
  return $options;
}