interface metadata_interface in Video 7
Same name and namespace in other branches
- 6.4 includes/metadata.inc \metadata_interface
Hierarchy
- interface \metadata_interface
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
metadata_interface:: |
public | function | ||
metadata_interface:: |
public | function | ||
metadata_interface:: |
public | function | ||
metadata_interface:: |
public | function | ||
metadata_interface:: |
public | function |