Ejemplo n.º 1
0
 /**
  *  {@inheritdoc}
  */
 public function getBundle(Crawler $crawler)
 {
     $bundle = $crawler->getAttribute('data-component');
     return $bundle;
 }