class DevelDumper in Devel 8.3
Same name and namespace in other branches
- 8 src/Annotation/DevelDumper.php \Drupal\devel\Annotation\DevelDumper
- 8.2 src/Annotation/DevelDumper.php \Drupal\devel\Annotation\DevelDumper
- 4.x src/Annotation/DevelDumper.php \Drupal\devel\Annotation\DevelDumper
Defines a DevelDumper annotation object.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\devel\Annotation\DevelDumper
Expanded class hierarchy of DevelDumper
See also
\Drupal\devel\DevelDumperPluginManager
\Drupal\devel\DevelDumperInterface
1 file declares its use of DevelDumper
5 classes are annotated with DevelDumper
- AvailableTestDumper in tests/
modules/ devel_dumper_test/ src/ Plugin/ Devel/ Dumper/ AvailableTestDumper.php - Provides a AvailableTestDumper plugin.
- DoctrineDebug in src/
Plugin/ Devel/ Dumper/ DoctrineDebug.php - Provides a DoctrineDebug dumper plugin.
- Kint in src/
Plugin/ Devel/ Dumper/ Kint.php - Provides a Kint dumper plugin.
- NotAvailableTestDumper in tests/
modules/ devel_dumper_test/ src/ Plugin/ Devel/ Dumper/ NotAvailableTestDumper.php - Provides a NotAvailableTestDumper plugin.
- VarDumper in src/
Plugin/ Devel/ Dumper/ VarDumper.php - Provides a Symfony VarDumper dumper plugin.
File
- src/
Annotation/ DevelDumper.php, line 17
Namespace
Drupal\devel\AnnotationView source
class DevelDumper extends Plugin {
/**
* The human-readable name of the DevelDumper type.
*
* @ingroup plugin_translatable
*
* @var \Drupal\Core\Annotation\Translation
*/
public $label;
/**
* A short description of the DevelDumper type.
*
* @ingroup plugin_translatable
*
* @var \Drupal\Core\Annotation\Translation
*/
public $description;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DevelDumper:: |
public | property | A short description of the DevelDumper type. | |
DevelDumper:: |
public | property | The human-readable name of the DevelDumper type. | |
Plugin:: |
protected | property | The plugin definition read from the class annotation. | 1 |
Plugin:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
5 |
Plugin:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function | Constructs a Plugin object. | 2 |