You are here

public function SchemaEventDoorTime::form in Schema.org Metatag 8

Generate a form element for this meta tag.

Overrides SchemaDateBase::form

File

schema_event/src/Plugin/metatag/Tag/SchemaEventDoorTime.php, line 27

Class

SchemaEventDoorTime
Provides a plugin for the 'doorTime' meta tag.

Namespace

Drupal\schema_event\Plugin\metatag\Tag

Code

public function form(array $element = []) {
  $form = parent::form($element);
  return $form;
}