public function SchemaNameBase::label in Schema.org Metatag 7
29 calls to SchemaNameBase::label()
- 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.
File
- src/
SchemaNameBase.php, line 56
Class
- SchemaNameBase
- All Schema.org tags should extend this class.
Code
public function label() {
return $this->info['label'];
}