public function video_filesystem::delete_video in Video 6.5
Delete the video from the file system.
2 methods override video_filesystem::delete_video()
- drupal::delete_video in filesystem/
drupal.inc - Delete the video from the file system.
- video_s3::delete_video in plugins/
video_s3/ filesystem/ video_s3.inc - Delete the video from the file system.
File
- ./
video.lib.inc, line 37 - File containing Video module interfaces and classes
Class
Code
public function delete_video(stdClass $video);