You are here

public function WebformElementInterface::isEmptyExcluded in Webform 8.5

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

Checks if an empty element is excluded.

Parameters

array $element: An element.

array $options: An array of options.

Return value

bool TRUE if an empty element is excluded.

1 method overrides WebformElementInterface::isEmptyExcluded()
WebformElementBase::isEmptyExcluded in src/Plugin/WebformElementBase.php
Checks if an empty element is excluded.

File

src/Plugin/WebformElementInterface.php, line 618

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function isEmptyExcluded(array $element, array $options);