You are here

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

Gets the ad slot.

Return value

string The ad slot. This is the same as the label for the configuration entity.

1 method overrides TagInterface::slot()
Tag::slot in src/Entity/Tag.php
Gets the ad slot.

File

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

Class

TagInterface
An interface for the DFP Ad tag configuration entity.

Namespace

Drupal\dfp\Entity

Code

public function slot();