Ejemplo n.º 1
0
 /**
  * Returns the fallback default value of field type when no such default
  * value is provided in the field definition in content types.
  *
  * @return mixed
  */
 public function getEmptyValue()
 {
     return $this->internalFieldType->getEmptyValue();
 }