You are here

public function video_s3::get_name in Video 6.4

Same name and namespace in other branches
  1. 6.5 plugins/video_s3/filesystem/video_s3.inc \video_s3::get_name()

Interface Implementations

Overrides filesystem_interface::get_name

See also

sites/all/modules/video/includes/filesystem_interface#get_name()

File

plugins/video_s3/filesystem/video_s3.inc, line 41

Class

video_s3

Code

public function get_name() {
  return $this->name;
}