Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 401] [Versions 311 and 402] [Versions 311 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