interface video_plugin in Video 6.5
@file File containing Video module interfaces and classes
Hierarchy
- interface \video_plugin
Expanded class hierarchy of video_plugin
All classes that implement video_plugin
File
- ./
video.lib.inc, line 7 - File containing Video module interfaces and classes
View source
interface video_plugin {
public function get_value();
public function get_name();
public function get_help();
public function admin_settings(&$form_state);
public function admin_settings_validate($form, &$form_state);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
video_plugin:: |
public | function | 4 | |
video_plugin:: |
public | function | 4 | |
video_plugin:: |
public | function | 4 | |
video_plugin:: |
public | function | 4 | |
video_plugin:: |
public | function | 4 |