You are here

public function WebformActions::isRoot in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElement/WebformActions.php \Drupal\webform\Plugin\WebformElement\WebformActions::isRoot()

Checks if the element is a root element.

Return value

bool TRUE if the element is a root element.

Overrides WebformElementBase::isRoot

File

src/Plugin/WebformElement/WebformActions.php, line 63

Class

WebformActions
Provides a 'webform_actions' element.

Namespace

Drupal\webform\Plugin\WebformElement

Code

public function isRoot() {
  return FALSE;
}