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