Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $this->myPathCondition->submitConfigurationForm($form, $form_state);
  2.  
  3. public function submitConfigurationForm(array &$form, array &$form_state) {
  4. $this->configuration['pages'] = $form_state['values']['pages'];
  5. parent::submitConfigurationForm($form, $form_state);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement