You are here

public function TagInterface::hasBlock in Doubleclick for Publishers (DFP) 8

Determines whether the tag provides a block plugin.

Return value

bool TRUE if the tag provides a block plugin, FALSE if not.

See also

\Drupal\dfp\Plugin\Derivative\TagBlock

1 method overrides TagInterface::hasBlock()
Tag::hasBlock in src/Entity/Tag.php
Determines whether the tag provides a block plugin.

File

src/Entity/TagInterface.php, line 64
Contains \Drupal\dfp\Entity\TagInterface.

Class

TagInterface
An interface for the DFP Ad tag configuration entity.

Namespace

Drupal\dfp\Entity

Code

public function hasBlock();