You are here

public function TagView::id in Doubleclick for Publishers (DFP) 8

Gets the DFP ad tag identifier.

Return value

string The DFP ad tag identifier.

File

src/View/TagView.php, line 227
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 id() {
  return $this->tag
    ->id();
}