a11y_form_helpers-8.x-1.x-dev/src/Plugin/AutocompleteAttribute/Name.php
src/Plugin/AutocompleteAttribute/Name.php
<?php
namespace Drupal\a11y_form_helpers\Plugin\AutocompleteAttribute;
use Drupal\a11y_form_helpers\Plugin\AutocompleteAttributePluginBase;
/**
* Given name purpose.
*
* @AutocompleteAttribute(
* id = "name",
* label = @Translation("Name"),
* field_types = {
* "string"
* }
* )
*/
class Name extends AutocompleteAttributePluginBase {
}
