You are here

public function PropertyTypeInterface::formElement in Schema.org Metatag 8.2

A property form element.

This will actually be rendered only by properties that have no more sub-properties.

Parameters

array $input_values: The array of input values used by form().

Return value

array A form array.

1 method overrides PropertyTypeInterface::formElement()
PropertyTypeBase::formElement in src/Plugin/schema_metatag/PropertyTypeBase.php
A property form element.

File

src/Plugin/schema_metatag/PropertyTypeInterface.php, line 153

Class

PropertyTypeInterface
Defines an interface for property type plugins.

Namespace

Drupal\schema_metatag\Plugin\schema_metatag

Code

public function formElement(array $input_values);