youtubechannel.routing.yml in YoutubeChannel 8.3
Same filename and directory in other branches
3 string references to YAML keys in youtubechannel.routing.yml
- YoutubechannelSettingsForm::buildForm in src/
YoutubechannelSettingsForm.php - Form constructor.
- YoutubechannelSettingsForm::getEditableConfigNames in src/
YoutubechannelSettingsForm.php - Gets the configuration names that will be editable.
- youtubechannelvideo in ./
youtubechannel.module - Function to get video from youtube channel.
File
youtubechannel.routing.ymlView source
- youtubechannel.settings:
- path: '/admin/config/services/youtubechannel'
- defaults:
- _form: '\Drupal\youtubechannel\YoutubechannelSettingsForm'
- _title: 'Youtubechannel Settings'
- requirements:
- _permission: 'administer site configuration'