You are here

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

File

src/View/TagView.php, line 217
Contains \Drupal\dfp\View\TagView.

Class

TagView
A value object to combine a DFP tag with global settings for display.

Namespace

Drupal\dfp\View

Code

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