Skip to content

Commit

Permalink
EZP-24379: Made AbstractActionDispatcher::configureOptions() abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
lolautruche committed May 29, 2015
1 parent 0a25949 commit 8ad109c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Form/ActionDispatcher/AbstractActionDispatcher.php
Expand Up @@ -51,12 +51,11 @@ public function dispatchFormAction(FormInterface $form, ValueObject $data, $acti

/**
* Configures options to pass to the form action event.
* Might do nothing if there are no options.
*
* @param OptionsResolver $resolver
*/
protected function configureOptions(OptionsResolver $resolver)
{
}
abstract protected function configureOptions(OptionsResolver $resolver);

/**
* Returns base for action event name. It will be used as default action event name.
Expand Down

0 comments on commit 8ad109c

Please sign in to comment.