Свойство | Тип | Описание | |
---|---|---|---|
$descriptions | string[] | Holds the collection of descriptions with languageCode keys. | |
$fieldSettings | array | Holds collection of settings for the field definition supported by the field type. | |
$names | string[] | Holds the collection of names with languageCode keys. | |
$validatorConfiguration | mixed | Holds validator configuration of this field definition supported by the field type. |
Метод | Описание | |
---|---|---|
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 ( ) : mixed | This method returns the validator configuration of this field definition supported by the field type. |
public getDescription ( string $languageCode ) : string | ||
$languageCode | string | |
Результат | string | the description for the given language or null if none exists. |
array( 'eng' => '', 'de' => '' );
public getDescriptions ( ) : string[] | ||
Результат | string[] |
public getFieldSettings ( ) : array | ||
Результат | array |
array( 'eng' => '', 'de' => '' );
public getNames ( ) : string[] | ||
Результат | string[] |
public getValidatorConfiguration ( ) : mixed | ||
Результат | mixed |
protected string[] $descriptions | ||
Результат | string[] |
protected array $fieldSettings | ||
Результат | array |
protected string[] $names | ||
Результат | string[] |
protected mixed $validatorConfiguration | ||
Результат | mixed |