You are here

public function YamlFormElementInterface::hasWrapper in YAML Form 8

Checks if the element has a wrapper.

Parameters

array $element: An element.

Return value

bool TRUE if the element has a wrapper.

1 method overrides YamlFormElementInterface::hasWrapper()
YamlFormElementBase::hasWrapper in src/YamlFormElementBase.php
Checks if the element has a wrapper.

File

src/YamlFormElementInterface.php, line 101

Class

YamlFormElementInterface
Defines the interface for form elements.

Namespace

Drupal\yamlform

Code

public function hasWrapper(array $element);