You are here

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

28 calls to SchemaNameBase::multiple()
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 70

Class

SchemaNameBase
All Schema.org tags should extend this class.

Code

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