public function TagSetInterface::hasTagName in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 8.3 src/Entity/TagSetInterface.php \Drupal\xbbcode\Entity\TagSetInterface::hasTagName()
Check if any tag plugin has a particular name.
Parameters
string $name: Tag name.
Return value
bool TRUE if the tag set has assigned this name to a plugin.
1 method overrides TagSetInterface::hasTagName()
- TagSet::hasTagName in src/
Entity/ TagSet.php - Check if any tag plugin has a particular name.
File
- src/
Entity/ TagSetInterface.php, line 44
Class
- TagSetInterface
- Defines the interface for custom tag entities.
Namespace
Drupal\xbbcode\EntityCode
public function hasTagName(string $name) : bool;