Exemple #1
0
 /**
  * Set common attributes
  *
  * @param array $attrs Field attributes to prepare
  *
  * @return array
  */
 protected function setCommonAttributes(array $attrs)
 {
     $list = parent::setCommonAttributes($attrs);
     $list['data-placeholder'] = static::t('All shipping statuses');
     return $list;
 }