You are here

public function Tag::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.

Overrides TagInterface::shortTag

File

src/Entity/Tag.php, line 189
Contains \Drupal\dfp\Entity\Tag.

Class

Tag
Defines the DFP Ad tag configuration entity class.

Namespace

Drupal\dfp\Entity

Code

public function shortTag() {
  return $this->short_tag;
}