You are here

interface metadata_interface in Video 6.4

Same name and namespace in other branches
  1. 7 includes/metadata.inc \metadata_interface

Hierarchy

Expanded class hierarchy of metadata_interface

All classes that implement metadata_interface

File

includes/metadata.inc, line 107

View source
interface metadata_interface {
  public function get_name();
  public function get_help();
  public function process($video);
  public function admin_settings();
  public function admin_settings_validate($form, &$form_state);

}

Members