sms_devel.routing.yml in SMS Framework 8
Same filename and directory in other branches
modules/sms_devel/sms_devel.routing.yml
9 string references to YAML keys in sms_devel.routing.yml
- SmsDevelMessageTest::testAutomated in modules/
sms_devel/ tests/ src/ Functional/ SmsDevelMessageTest.php - Tests tagging message as automated.
- SmsDevelMessageTest::testDate in modules/
sms_devel/ tests/ src/ Functional/ SmsDevelMessageTest.php - Tests adding send date.
- SmsDevelMessageTest::testNoFallbackGateway in modules/
sms_devel/ tests/ src/ Functional/ SmsDevelMessageTest.php - Tests error shown if gateway found for message.
- SmsDevelMessageTest::testReceiveGatewayInvalid in modules/
sms_devel/ tests/ src/ Functional/ SmsDevelMessageTest.php - Tests receiving with no selected gateway.
- SmsDevelMessageTest::testReceiveNoSkipQueue in modules/
sms_devel/ tests/ src/ Functional/ SmsDevelMessageTest.php - Tests receiving functionality entering queue.
File
modules/sms_devel/sms_devel.routing.ymlView source
- sms_devel.message:
- path: '/admin/config/development/sms'
- defaults:
- _title: 'Test SMS'
- _form: '\Drupal\sms_devel\Form\SmsDevelMessageForm'
- requirements:
- _permission: 'sms_devel form'