Beispiel #1
0
 public function getFieldsInfoFromTemplate(Crawler $crawler, $bundle)
 {
     $collections = Parent::getFieldsInfoFromTemplate($crawler, $bundle);
     foreach ($collections as $index => $collection) {
         $collections[$index] = $this->addFieldTabTitle($index, $collection, $bundle);
     }
     return $collections;
 }