Beispiel #1
0
 /**
  * @param BuildableInterface $container
  * @param FormState $context
  * @param array $options
  */
 public function build(BuildableInterface $container, FormState $context, array $options = array())
 {
     // create a legend first
     $container->addHtmlTag('p' . ucfirst($container->getId()), self::POSITION_START)->setTagName('p')->setTranslationKey('{parentId}.description');
     $container->addHtmlTag('lgnd' . ucfirst($container->getId()), self::POSITION_START)->setTagName('legend')->setTranslationKey('{parentId}.legend');
 }