entity_share_cron.routing.yml in Entity Share Cron 8.2
Same filename and directory in other branches
7 string references to YAML keys in entity_share_cron.routing.yml
- EntityShareCronService::__construct in src/
EntityShareCronService.php - Constructor.
- entity_share_cron_cron in ./
entity_share_cron.module - Implements hook_cron().
- entity_share_cron_update_8101 in ./
entity_share_cron.install - Set enabled operations for channels.
- entity_share_cron_update_8201 in ./
entity_share_cron.install - Switch existing configuration from config to state..
- HookCronTest::setUp in tests/
src/ Kernel/ HookCronTest.php
File
entity_share_cron.routing.ymlView source
- entity_share_cron.settings:
- path: 'admin/config/services/entity_share/cron'
- defaults:
- _form: '\Drupal\entity_share_cron\Form\SettingsForm'
- _title: 'Entity Share Cron settings'
- requirements:
- _permission: 'administer entity_share_cron module'