phantomjs_capture.routing.yml in PhantomJS Capture 8
4 string references to YAML keys in phantomjs_capture.routing.yml
- PhantomJSCaptureHelper::__construct in src/
PhantomJSCaptureHelper.php - PhantomJSCaptureHelper constructor.
- PhantomJSCaptureSettingsForm::buildForm in src/
Form/ PhantomJSCaptureSettingsForm.php - Form constructor.
- PhantomJSCaptureSettingsForm::getEditableConfigNames in src/
Form/ PhantomJSCaptureSettingsForm.php - Gets the configuration names that will be editable.
- PhantomJSCaptureTestForm::submitForm in src/
Form/ PhantomJSCaptureTestForm.php - Form submission handler.
File
phantomjs_capture.routing.ymlView source
- phantomjs_capture.settings:
- path: '/admin/config/services/phantomjs'
- defaults:
- _form: 'Drupal\phantomjs_capture\Form\PhantomJSCaptureSettingsForm'
- _title: 'PhantomJS Capture'
- requirements:
- _permission: 'administer phantomjs capture'
-
- phantomjs_capture.test:
- path: '/admin/config/services/phantomjs/test'
- defaults:
- _form: 'Drupal\phantomjs_capture\Form\PhantomJSCaptureTestForm'
- _title: 'PhantomJS Capture Test'
- requirements:
- _permission: 'administer phantomjs capture'
-
- phantomjs_capture.info:
- path: '/admin/config/services/phantomjs/info'
- defaults:
- _controller: 'Drupal\phantomjs_capture\Controller\PhantomJSCaptureInfoController::index'
- _title: 'PhantomJS Version Info'
- requirements:
- _permission: 'administer phantomjs capture'