You are here

public function WebformElementInterface::getInfo in Webform 6.x

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

Retrieves the default properties for the defined element type.

Return value

array An associative array describing the element types being defined.

See also

\Drupal\Core\Render\ElementInfoManagerInterface::getInfo

1 method overrides WebformElementInterface::getInfo()
WebformElementBase::getInfo in src/Plugin/WebformElementBase.php
Retrieves the default properties for the defined element type.

File

src/Plugin/WebformElementInterface.php, line 290

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getInfo();