tweetbutton.routing.yml in Tweet Button 8
6 string references to YAML keys in tweetbutton.routing.yml
- TweetbuttonFollowBlock::defaultConfiguration in lib/
Drupal/ tweetbutton/ Plugin/ Block/ TweetbuttonFollowBlock.php - Overrides \Drupal\block\BlockBase::defaultConfiguration().
- TweetbuttonItem::settingsForm in lib/
Drupal/ tweetbutton/ Plugin/ Field/ FieldType/ TweetbuttonItem.php - TweetbuttonSettingsForm::buildForm in lib/
Drupal/ tweetbutton/ Form/ TweetbuttonSettingsForm.php - Form constructor.
- TweetbuttonTweetBlock::defaultConfiguration in lib/
Drupal/ tweetbutton/ Plugin/ Block/ TweetbuttonTweetBlock.php - Overrides \Drupal\block\BlockBase::defaultConfiguration().
- tweetbutton_menu in ./
tweetbutton.module - Implementation of hook_menu()
File
tweetbutton.routing.ymlView source
- tweetbutton.settings:
- path: '/admin/config/services/tweetbutton'
- defaults:
- _form: '\Drupal\tweetbutton\Form\TweetbuttonSettingsForm'
- _title: 'Tweet Button'
- requirements:
- _permission: 'administer tweetbutton'