You are here

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

30 calls to SchemaNameBase::value()
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 77

Class

SchemaNameBase
All Schema.org tags should extend this class.

Code

public function value() {
  return !empty($this->data['value']) ? $this->data['value'] : '';
}