Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

Main class for plugin 'media_youtube'

Copyright: 2016 Marina Glancy
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 191 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

media_youtube_plugin:: (7 methods):
  list_supported_urls()
  embed_external()
  get_start_time()
  get_regex()
  get_regex_playlist()
  get_embeddable_markers()
  get_rank()


Class: media_youtube_plugin  - X-Ref

Player that creates youtube embedding.

list_supported_urls(array $urls, array $options = array()   X-Ref
Stores whether the playlist regex was matched last time when
{@link list_supported_urls()} was called


embed_external(moodle_url $url, $name, $width, $height, $options)   X-Ref
No description

get_start_time($url)   X-Ref
Check for start time parameter.  Note that it's in hours/mins/secs in the URL,
but the embedded player takes only a number of seconds as the "start" parameter.

param: moodle_url $url URL of video to be embedded.
return: int Number of seconds video should start at.

get_regex()   X-Ref
Returns regular expression used to match URLs for single youtube video

return: string PHP regular expression e.g. '~^https?://example.org/~'

get_regex_playlist()   X-Ref
Returns regular expression used to match URLs for youtube playlist

return: string PHP regular expression e.g. '~^https?://example.org/~'

get_embeddable_markers()   X-Ref
No description

get_rank()   X-Ref
Default rank

return: int