You are here

public function WebformElementInterface::isComposite in Webform 8.5

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

Checks if the element is a composite element.

Return value

bool TRUE if the element is a composite element.

1 method overrides WebformElementInterface::isComposite()
WebformElementBase::isComposite in src/Plugin/WebformElementBase.php
Checks if the element is a composite element.

File

src/Plugin/WebformElementInterface.php, line 210

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function isComposite();