Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Element.php

interface Element

Interface for Api Elements

Hierarchy

  • interface \phpDocumentor\Reflection\Element

Expanded class hierarchy of Element

All classes that implement Element

18 string references to 'Element'
ckeditor5.data_types.yml in core/modules/ckeditor5/config/schema/ckeditor5.data_types.yml
core/modules/ckeditor5/config/schema/ckeditor5.data_types.yml
ckeditor5_filter_format_edit_form_submit in core/modules/ckeditor5/ckeditor5.module
Form submission handler for filter format forms.
ConfigTranslationHooks::theme in core/modules/config_translation/src/Hook/ConfigTranslationHooks.php
Implements hook_theme().
ElementInfoManager::__construct in core/lib/Drupal/Core/Render/ElementInfoManager.php
Constructs an ElementInfoManager object.
FieldUiHooks::theme in core/modules/field_ui/src/Hook/FieldUiHooks.php
Implements hook_theme().

... See full list

File

vendor/phpdocumentor/reflection-common/src/Element.php, line 19

Namespace

phpDocumentor\Reflection
View source
interface Element {
    
    /**
     * Returns the Fqsen of the element.
     */
    public function getFqsen() : Fqsen;
    
    /**
     * Returns the name of the element.
     */
    public function getName() : string;

}

Members

Title Sort descending Modifiers Object type Summary
Element::getFqsen public function Returns the Fqsen of the element.
Element::getName public function Returns the name of the element.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal