Package se.conciliate.extensions.publish
Class TextFieldContent
java.lang.Object
se.conciliate.extensions.publish.TextFieldContent
- All Implemented Interfaces:
FieldContent
Field content that shows text.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getContent
(MTLanguage language) Returns the content in a given language.Returns the unique ID of the content type.
-
Constructor Details
-
TextFieldContent
public TextFieldContent()
-
-
Method Details
-
getContentID
Description copied from interface:FieldContent
Returns the unique ID of the content type.- Specified by:
getContentID
in interfaceFieldContent
- Returns:
- The content type ID.
-
getContent
Returns the content in a given language.- Parameters:
language
- The language.- Returns:
- The content in a given language.
- Since:
- 3.3
-