You are here

public function SchemaNameBase::getPluginId in Schema.org Metatag 7

File

src/SchemaNameBase.php, line 49

Class

SchemaNameBase
All Schema.org tags should extend this class.

Code

public function getPluginId() {
  return $this->info['name'];
}