setAttribute('help', $options['help']); } public function buildView(FormView $view, FormInterface $form, array $options) { $view->set('help', $form->getAttribute('help')); } public function getDefaultOptions() { return array( 'help' => null, ); } public function getExtendedType() { return 'field'; } }