You are here

public static function MachineName::exists in YAML Form 8

Exists callback for machine name that always returns TRUE.

Return value

bool Always returns TRUE.

File

src/Plugin/YamlFormElement/MachineName.php, line 46

Class

MachineName
Provides a 'machine_name' element.

Namespace

Drupal\yamlform\Plugin\YamlFormElement

Code

public static function exists() {
  return FALSE;
}