YamlFormImageFile.php in YAML Form 8
Same filename in this branch
Namespace
Drupal\yamlform\ElementFile
src/Element/YamlFormImageFile.phpView source
<?php
namespace Drupal\yamlform\Element;
/**
* Provides a form element for an 'image_file' element.
*
* @FormElement("yamlform_image_file")
*/
class YamlFormImageFile extends YamlFormManagedFileBase {
/**
* {@inheritdoc}
*/
protected static $accept = 'image/*';
}
Classes
Name | Description |
---|---|
YamlFormImageFile | Provides a form element for an 'image_file' element. |