You are here

public function WebformElementInterface::isMultiline in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::isMultiline()

Checks if the element value could contain multiple lines.

Parameters

array $element: An element.

Return value

bool TRUE if the element value could contain multiple lines.

1 method overrides WebformElementInterface::isMultiline()
WebformElementBase::isMultiline in src/Plugin/WebformElementBase.php
Checks if the element value could contain multiple lines.

File

src/Plugin/WebformElementInterface.php, line 202

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function isMultiline(array $element);