You are here

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

29 calls to SchemaNameBase::description()
SchemaActionBase::getForm in src/SchemaActionBase.php
Build the form for this meta tag.
SchemaAddressBase::getForm in src/SchemaAddressBase.php
Build the form for this meta tag.
SchemaAnswerBase::getForm in src/SchemaAnswerBase.php
Build the form for this meta tag.
SchemaBrandBase::getForm in src/SchemaBrandBase.php
Build the form for this meta tag.
SchemaContactPointBase::getForm in src/SchemaContactPointBase.php
Build the form for this meta tag.

... See full list

File

src/SchemaNameBase.php, line 63

Class

SchemaNameBase
All Schema.org tags should extend this class.

Code

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