/**
  * Get the default form locale.
  * @return string
  */
 function getDefaultFormLocale()
 {
     if ($this->article) {
         return $this->article->getLocale();
     }
     return parent::getDefaultFormLocale();
 }
Example #2
0
 /**
  * Get the default form locale.
  * @return string
  */
 function getDefaultFormLocale()
 {
     return parent::getDefaultFormLocale();
 }