You are here

public function TagSetInterface::hasTagName in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 4.0.x 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\Entity

Code

public function hasTagName($name) : bool;