Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Fix SonataBlockBundle support
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Feb 11, 2016
1 parent 3654427 commit ee0ce30
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Acme/DemoBundle/Block/UnitBlockService.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,6 @@ public function setDefaultSettings(OptionsResolverInterface $resolver)
));
}

/**
* {@inheritdoc}
*/
public function buildEditForm(FormMapper $form, BlockInterface $block)
{
throw new \RuntimeException('Not used at the moment, editing using a frontend or backend UI could be changed here');
}

/**
* {@inheritdoc}
*/
public function validateBlock(ErrorElement $errorElement, BlockInterface $block)
{
throw new \RuntimeException('Not used at the moment, validation for editing using a frontend or backend UI could be changed here');
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit ee0ce30

Please sign in to comment.