isSingular() public méthode

Indicates if the field definition of this type can appear only once in the same ContentType.
public isSingular ( ) : boolean
Résultat boolean
Exemple #1
0
 /**
  * Indicates if the field definition of this type can appear only once in the same ContentType.
  *
  * @return bool
  */
 public function isSingular()
 {
     return $this->internalFieldType->isSingular();
 }