TYPE_BLOCKS
TYPE_BLOCKS
CMS Section
There can be different types of section. 4 exists in the CMS module:
blocks
content
empty
external
Sections implement the following Interface / Trait:
Charcoal\Object
namespace (in charcoal-base
)
Hierarchical
Routable
Charcoal\Cms
namespace
Metatag
Searchable
parseAsMultiple(mixed $value, string|\Charcoal\Cms\PropertyInterface $separator = ',') : array
Parse the property value as a "multiple" value type.
mixed | $value | The value being converted to an array. |
string|\Charcoal\Cms\PropertyInterface | $separator | The boundary string. |