RenderElement.php

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

Namespace

Drupal\Core\Render\Annotation

File

core/lib/Drupal/Core/Render/Annotation/RenderElement.php

View source
<?php

namespace Drupal\Core\Render\Annotation;

use Drupal\Component\Annotation\PluginID;

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

}

Classes

Title Deprecated Summary
RenderElement Defines a render element plugin annotation object.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.