You are here

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

File

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

Class

drupal

Code

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