public function Tag::slug in Doubleclick for Publishers (DFP) 8
Gets the slug.
Return value
string The slug.
Overrides TagInterface::slug
File
- src/
Entity/ Tag.php, line 175 - Contains \Drupal\dfp\Entity\Tag.
Class
- Tag
- Defines the DFP Ad tag configuration entity class.
Namespace
Drupal\dfp\EntityCode
public function slug() {
return $this->slug;
}