onlyEmptyInstance() public méthode

Indicates if the field definition of this type can be added to a ContentType with Content instances.
public onlyEmptyInstance ( ) : boolean
Résultat boolean
Exemple #1
0
 /**
  * Indicates if the field definition of this type can be added to a ContentType with Content instances.
  *
  * @return bool
  */
 public function onlyEmptyInstance()
 {
     return $this->internalFieldType->onlyEmptyInstance();
 }