When does the defineContentAttribute() method return a false?

A Data stored in different table
B Data stored in its own table
C Data is not stored at all
D Data is not obtained

Correct Answer: Data stored in its own table

If your fieldtype is storing data in its own table, and doesn’t have any use for a column within the main content table, you may also set defineContentAttribute() to return false. By default, BaseFieldType sets the column to VARCHAR(255), but you can override that with defineContentAttribute().

Related Questions

A model which regresses return of stock against return of market is classified as
What does the method defineSettings() return?
What does the method Performance.now() return?

Next steps