You are here

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

Pivot form element.

Parameters

int $value: The current value for the pivot form.

Return value

array A form array.

1 method overrides PropertyTypeInterface::pivotForm()
PropertyTypeBase::pivotForm in src/Plugin/schema_metatag/PropertyTypeBase.php
Pivot form element.

File

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

Class

PropertyTypeInterface
Defines an interface for property type plugins.

Namespace

Drupal\schema_metatag\Plugin\schema_metatag

Code

public function pivotForm($value);