Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1.     /* Back Button */
  2.     $form['actions']['previous'] = array(
  3.         '#type' => 'link',
  4.         '#title' => 'Previous',
  5.         '#url' => Url::fromRoute('CompanyForm'),
  6.     );
  7.  
  8.     /* Validate and Submit Form */
  9.     $form['actions']['submit'] = array(
  10.         '#type' => 'submit',
  11.         '#value' => 'Submit',
  12.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement