메소드 |
설명 |
|
__construct ( array $data = [] ) |
|
|
getDescription ( string $languageCode ) : string |
5.x only
This method returns the name of the content type in the given language. |
|
getDescriptions ( ) : string[] |
5.x only
This method returns the human readable description of the content type
The structure of this field is:
array( 'eng' => '', 'de' => '' );
. |
|
getName ( string $languageCode ) : string |
5.x only
This method returns the name of the content type in the given language. |
|
getNames ( ) : string[] |
5.x only
This method returns the human readable name in all provided languages
of the content type. |
|