Same filename in this branch
  1. 10 core/lib/Drupal/Core/Render/Annotation/FormElement.php
  2. 10 core/lib/Drupal/Core/Render/Element/FormElement.php
  3. 10 core/lib/Drupal/Core/Render/Attribute/FormElement.php
Same filename and directory in other branches
  1. 8.9.x core/lib/Drupal/Core/Render/Annotation/FormElement.php
  2. 9 core/lib/Drupal/Core/Render/Annotation/FormElement.php

Namespace

Drupal\Core\Render\Annotation

File

core/lib/Drupal/Core/Render/Annotation/FormElement.php
View source
<?php

namespace Drupal\Core\Render\Annotation;


/**
 * Defines a form element plugin annotation object.
 *
 * See \Drupal\Core\Render\Element\FormElementInterface for more information
 * about form element plugins.
 *
 * Plugin Namespace: Element
 *
 * For a working example, see \Drupal\Core\Render\Element\Textfield.
 *
 * @see \Drupal\Core\Render\ElementInfoManager
 * @see \Drupal\Core\Render\Element\FormElementInterface
 * @see \Drupal\Core\Render\Element\FormElement
 * @see \Drupal\Core\Render\Annotation\RenderElement
 * @see plugin_api
 *
 * @ingroup theme_render
 *
 * @Annotation
 */
class FormElement extends RenderElement {

}

Classes

Namesort descending Description
FormElement Defines a form element plugin annotation object.