You are here

Search.php in YAML Form 8

File

src/Plugin/YamlFormElement/Search.php
View source
<?php

namespace Drupal\yamlform\Plugin\YamlFormElement;


/**
 * Provides a 'search' element.
 *
 * @YamlFormElement(
 *   id = "search",
 *   api = "https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Render!Element!Search.php/class/Search",
 *   label = @Translation("Search"),
 *   category = @Translation("Advanced elements"),
 * )
 */
class Search extends TextBase {

}

Classes

Namesort descending Description
Search Provides a 'search' element.