Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Plugin.php
function Plugin::getId
Overrides
AnnotationInterface::getId
File
core/
lib/
Drupal/
Component/
Annotation/
Plugin.php
, line 94
Class
Plugin
Defines a Plugin annotation object.
Namespace
Drupal\Component\Annotation
Code
public
function
getId
() {
return
$this
->
definition
[
'id'
]; }
RSS feed