Exemplo n.º 1
0
 /**
  * @param array $options
  *
  * @return string
  */
 protected function getHref(array $options)
 {
     if (isset($options['entity']) and !isset($options['url']) and !isset($options['route'])) {
         return $this->hrefFromRoute(['cruddy.index', $options['entity']]);
     }
     return parent::getHref($options);
 }