You are here

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

Gets the slug.

Return value

string The slug.

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

File

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

Class

TagInterface
An interface for the DFP Ad tag configuration entity.

Namespace

Drupal\dfp\Entity

Code

public function slug();