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

Breadcrumb

  1. Drupal Core 11.1.x

Element.php

Same filename in this branch
  1. 11.1.x vendor/lullabot/php-webdriver/lib/WebDriver/Element.php
  2. 11.1.x vendor/behat/mink/src/Element/Element.php
  3. 11.1.x core/lib/Drupal/Core/Config/Schema/Element.php
  4. 11.1.x core/lib/Drupal/Core/Render/Element.php
  5. 11.1.x core/modules/editor/src/Element.php

Namespace

phpDocumentor\Reflection

File

vendor/phpdocumentor/reflection-common/src/Element.php

View source
<?php

declare (strict_types=1);

/**
 * phpDocumentor
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @link      http://phpdoc.org
 */
namespace phpDocumentor\Reflection;


/**
 * Interface for Api Elements
 */
interface Element {
    
    /**
     * Returns the Fqsen of the element.
     */
    public function getFqsen() : Fqsen;
    
    /**
     * Returns the name of the element.
     */
    public function getName() : string;

}

Interfaces

Title Deprecated Summary
Element Interface for Api Elements

API Navigation

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