Method |
Description |
|
addContentTypeTableColumn ( Bolt\Storage\Database\Schema\Table\ContentType $tableObj, Doctrine\DBAL\Schema\Table $table, string $fieldName, array $values, Manager $fieldManager ) |
Add a single column to the ContentType table. |
|
addContentTypeTableColumns ( Bolt\Storage\Database\Schema\Table\ContentType $tableObj, Doctrine\DBAL\Schema\Table $table, array $fields, Manager $fieldManager ) |
Add the custom columns for the ContentType. |
|
getContentTypeTableColumnType ( array $values ) : string |
Certain field types can have single or JSON array types, figure it out. |
|
getNormalisedContentTypes ( Config $config ) : array |
Return an array of ContentTypes with the table name is the key. |
|