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.
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\EntityCode
public function slot();