juicebox.routing.yml in Juicebox HTML5 Responsive Image Galleries 8.2
Same filename and directory in other branches
5 string references to YAML keys in juicebox.routing.yml
- JuiceboxDisplayStyle::render in src/
Plugin/ views/ style/ JuiceboxDisplayStyle.php - Render the display in this style.
- JuiceboxFieldFormatter::viewElements in src/
Plugin/ Field/ FieldFormatter/ JuiceboxFieldFormatter.php - Builds a renderable array for a field value.
- JuiceboxFileCase::testFile in tests/
src/ Functional/ JuiceboxFileCase.php - Test the field formatter with a file field and file upload widget.
- JuiceboxSubRequestCase::testSubRequestDependent in tests/
src/ Functional/ JuiceboxSubRequestCase.php - Test gallery embedded in a view row that is dependent on Juicebox cache.
- JuiceboxViewsCase::testViewsAdvanced in tests/
src/ Functional/ JuiceboxViewsCase.php - Test using pre-packaged advanced Juicebox view.
File
juicebox.routing.ymlView source
- juicebox.xml_field:
- path: '/juicebox/xml/field/{entityType}/{entityId}/{fieldName}/{displayName}'
- defaults:
- _controller: '\Drupal\juicebox\Controller\JuiceboxXmlControllerField::xmlController'
- requirements:
- _access: 'TRUE'
-
- juicebox.xml_viewsstyle:
- path: '/juicebox/xml/viewsstyle/{viewName}/{displayName}'
- defaults:
- _controller: '\Drupal\juicebox\Controller\JuiceboxXmlControllerViewsStyle::xmlController'
- requirements:
- _access: 'TRUE'
-
- juicebox.admin_settings:
- path: '/admin/config/media/juicebox'
- defaults:
- _form: '\Drupal\juicebox\Form\SettingsForm'
- _title: 'Juicebox Global Configuration'
- requirements:
- _permission: 'administer site configuration'