Пример #1
0
 /**
  * Checks if this field is visible in single edit/new mode.
  * @return bool 
  */
 public function isVisibleSingle()
 {
     if ($this->configurationHelper->fieldExists($this->fieldName) && $this->configurationHelper->isTypeIgnore($this->fieldName)) {
         return false;
     }
     return true;
 }