Example #1
0
 public function getFieldConfigs()
 {
     if (!$this->fieldConfigs) {
         $this->fieldConfigs = $this->category->getTermFieldConfigs();
     }
     return $this->fieldConfigs;
 }