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().
File
-
vendor/
phpdocumentor/ reflection-common/ src/ Element.php, line 19
Namespace
phpDocumentor\ReflectionView 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. |