public function video_filesystem::onpostconvert in Video 6.5
Return value
bool FALSE if an error occured while doing the operation, TRUE when no operation was needed or on success
2 methods override video_filesystem::onpostconvert()
- drupal::onpostconvert in filesystem/
drupal.inc - video_s3::onpostconvert in plugins/
video_s3/ filesystem/ video_s3.inc
File
- ./
video.lib.inc, line 32 - File containing Video module interfaces and classes
Class
Code
public function onpostconvert(stdClass $video);