You are here

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

Determines whether to display the tag as a short tag.

Return value

bool TRUE to display the tag as a short tag, FALSE if not.

1 method overrides TagInterface::shortTag()
Tag::shortTag in src/Entity/Tag.php
Determines whether to display the tag as a short tag.

File

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

Class

TagInterface
An interface for the DFP Ad tag configuration entity.

Namespace

Drupal\dfp\Entity

Code

public function shortTag();