Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PluginID.php
function PluginID::getId
Overrides
AnnotationBase::getId
File
core/
lib/
Drupal/
Component/
Annotation/
PluginID.php
, line 35
Class
PluginID
Defines a Plugin annotation object that just contains an ID.
Namespace
Drupal\Component\Annotation
Code
public
function
getId
() {
return
$this
->
value
; }
RSS feed