UnTagify implements FilterInterface
Convert format: [{"value":"tag_1"},{"value":"tag_2"}]" into: tag_1,tag_2
Them can use explode function to transform in array.
Tagify can manage the tags separated by commas.
Interfaces, Classes and Traits
- FilterInterface
Table of Contents
- filter() : mixed
- {@inheritdoc}
Methods
filter()
{@inheritdoc}
public
filter(mixed $value) : mixed
Parameters
- $value : mixed