Defines a class that can explode and implode tags.
Hierarchy
- class \Drupal\Component\Utility\Tags
Related topics
- Utility classes and functions
- Overview of utility classes and functions for developers.
File
- core/lib/Drupal/Component/Utility/Tags.php, line 10
Namespace
Drupal\Component\Utility
Members
Name | Modifiers | Type | Description |
---|---|---|---|
Tags::encode | public static | function | Encodes a tag string, taking care of special cases like commas and quotes. |
Tags::explode | public static | function | Explodes a string of tags into an array. |
Tags::implode | public static | function | Implodes an array of tags into a string. |
Please login to continue.