You are here

public function WebformElementInterface::isContainer in Webform 8.5

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

Checks if the element is a container that can contain elements.

Parameters

array $element: An element.

Return value

bool TRUE if the element is a container that can contain elements.

1 method overrides WebformElementInterface::isContainer()
WebformElementBase::isContainer in src/Plugin/WebformElementBase.php
Checks if the element is a container that can contain elements.

File

src/Plugin/WebformElementInterface.php, line 183

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function isContainer(array $element);