1 | <?php |
||
31 | class AuditBlockService extends BaseBlockService |
||
32 | { |
||
33 | protected $auditReader; |
||
34 | |||
35 | /** |
||
36 | * @param string $name |
||
37 | * @param \Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templating |
||
38 | * @param \SimpleThings\EntityAudit\AuditReader $auditReader |
||
39 | */ |
||
40 | public function __construct($name, EngineInterface $templating, AuditReader $auditReader) |
||
46 | |||
47 | /** |
||
48 | * {@inheritdoc} |
||
49 | */ |
||
50 | public function execute(BlockContextInterface $blockContext, Response $response = null) |
||
67 | |||
68 | /** |
||
69 | * {@inheritdoc} |
||
70 | */ |
||
71 | public function validateBlock(ErrorElement $errorElement, BlockInterface $block) |
||
75 | |||
76 | /** |
||
77 | * {@inheritdoc} |
||
78 | */ |
||
79 | public function buildEditForm(FormMapper $formMapper, BlockInterface $block) |
||
83 | |||
84 | /** |
||
85 | * {@inheritdoc} |
||
86 | */ |
||
87 | public function getName() |
||
91 | |||
92 | /** |
||
93 | * {@inheritdoc} |
||
94 | */ |
||
95 | public function setDefaultSettings(OptionsResolverInterface $resolver) |
||
102 | } |
||
103 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.