You are here

public function WebformElementInterface::getDefaultProperties in Webform 8.5

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

Get default properties.

Return value

array An associative array containing default element properties.

1 method overrides WebformElementInterface::getDefaultProperties()
WebformElementBase::getDefaultProperties in src/Plugin/WebformElementBase.php
Get default properties.

File

src/Plugin/WebformElementInterface.php, line 35

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getDefaultProperties();