Guest User

Untitled

a guest
Dec 7th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. my_module.action:
  2. path: '/status/{action}/{id}'
  3. defaults:
  4. _form: 'Drupalmy_moduleFormMyForm'
  5. requirements:
  6. _permission: 'access content'
  7.  
  8. public function buildForm(array $form, FormStateInterface $form_state, $action = null, $id = null) {}
Add Comment
Please, Sign In to add comment