video_embed_brightcove.routing.yml in Video Embed Brightcove 8
5 string references to YAML keys in video_embed_brightcove.routing.yml
- Brightcove::getRemoteThumbnailUrl in src/
Plugin/ video_embed_field/ Provider/ Brightcove.php - Brightcove::renderEmbedCode in src/
Plugin/ video_embed_field/ Provider/ Brightcove.php - SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
- SettingsForm::getEditableConfigNames in src/
Form/ SettingsForm.php - Gets the configuration names that will be editable.
- SettingsForm::submitForm in src/
Form/ SettingsForm.php - Form submission handler.
File
video_embed_brightcove.routing.ymlView source
- video_embed_brightcove.settings:
- path: '/admin/config/services/video-embed-brightcove'
- defaults:
- _form: '\Drupal\video_embed_brightcove\Form\SettingsForm'
- _title: 'Video Embed Brightcove settings'
- options:
- _admin_route: TRUE
- requirements:
- _permission: 'administer site configuration'