You are here

public property EntityformType::$settings in Entityform 8.2

Same name and namespace in other branches
  1. 8.3 src/Entity/EntityformType.php \Drupal\entityform\Entity\EntityformType::settings

Module-specific settings for this entityform type, keyed by module name.

@todo Pluginify.

Type: array

File

lib/Drupal/entityform/Entity/EntityformType.php, line 99
Contains \Drupal\entityform\Entity\EntityformType.

Class

EntityformType
Defines the Entityform type configuration entity.

Namespace

Drupal\entityform\Entity

Code

public $settings = array();