Свойство | Type | Description | |
---|---|---|---|
$descriptions | string[] | Contains the human readable description of the field. | |
$fieldSettings | array | Contains settings for the field definition supported by the field type. | |
$names | string[] | Contains the human readable name of this field in all provided languages of the content type. | |
$validators | Contains the validators of this field definition supported by the field type#. |
Méthode | Description | |
---|---|---|
__construct ( array $data = [] ) | ||
getDescription ( string $languageCode ) : string | This method returns the name of the field in the given language. | |
getDescriptions ( ) : string[] | This method returns the human readable description of the field. | |
getFieldSettings ( ) : array | This method returns settings for the field definition supported by the field type. | |
getName ( string $languageCode ) : string | This method returns the name of the field in the given language. | |
getNames ( ) : string[] | This method returns the human readable name of this field in all provided languages of the content type. | |
getValidatorConfiguration ( ) : |
This method returns the validators of this field definition supported by the field type. |
public getDescription ( string $languageCode ) : string | ||
$languageCode | string | |
Résultat | string | the description for the given language or null if none exists. |
array( 'eng' => '', 'de' => '' );
public getDescriptions ( ) : string[] | ||
Résultat | string[] |
public getFieldSettings ( ) : array | ||
Résultat | array |
array( 'eng' => '', 'de' => '' );
public getNames ( ) : string[] | ||
Résultat | string[] |
public getValidatorConfiguration ( ) : |
||
Résultat |
protected string[] $descriptions | ||
Résultat | string[] |
protected array $fieldSettings | ||
Résultat | array |
protected string[] $names | ||
Résultat | string[] |