You are here

public function drupal::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

Overrides video_filesystem::onpostconvert

File

filesystem/drupal.inc, line 44
Definition of drupal.

Class

drupal

Code

public function onpostconvert(stdClass $video) {
  return TRUE;
}