views_megarow.routing.yml in Views Megarow 8
1 string reference to YAML keys in views_megarow.routing.yml
- ViewsMegarowLinkEdit::render in src/
Plugin/ views/ field/ ViewsMegarowLinkEdit.php - Renders the field.
File
views_megarow.routing.ymlView source
- views_megarow.config:
- path: '/admin/config/user-interface/views-megarow'
- defaults:
- _form: '\Drupal\views_megarow\Form\ViewsMegarowConfig'
- _title: 'Views Megarow configuration'
- requirements:
- _permission: 'access content'
-
- views_megarow.render_route:
- path: '/views_megarow/quickedit'
- defaults:
- _controller: '\Drupal\views_megarow\Controller\ViewsMegarowQuickEditController::content'
- requirements:
- _permission: 'access content'
-
- views_megarow.edit:
- path: '/views_megarow/edit/{entity_type}/{entity}/{js}'
- # path: '/admin/structure/views/{js}/handler/{view}/{display_id}/{type}/{id}'
- defaults:
- _controller: '\Drupal\views_megarow\Controller\ViewsMegarowEditController::form'
- requirements:
- _format: 'html'
- _custom_access: '\Drupal\views_megarow\Controller\ViewsMegarowEditController::access'
- js: 'nojs|ajax'
- options:
- _admin_route: TRUE
- parameters:
- entity:
- type: 'entity:{entity_type}'
-
- #views_megarow.editjson:
- # path: '/views_megarow/edit/{entity_type}/{entity}'
- # defaults:
- # _controller: '\Drupal\views_megarow\Controller\ViewsMegarowEditController::jsonCallback'
- # requirements:
- # _format: 'json'
- # _custom_access: '\Drupal\views_megarow\Controller\ViewsMegarowEditController::access'
- # options:
- # _admin_route: TRUE
- # parameters:
- # entity:
- # type: 'entity:{entity_type}'