abstract class ViewsHandlerAnnotationBase in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php \Drupal\views\Annotation\ViewsHandlerAnnotationBase
Defines an abstract base class for all views handler annotations.
Hierarchy
- class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterface
- class \Drupal\Component\Annotation\PluginID
- class \Drupal\views\Annotation\ViewsHandlerAnnotationBase
- class \Drupal\Component\Annotation\PluginID
Expanded class hierarchy of ViewsHandlerAnnotationBase
File
- core/
modules/ views/ src/ Annotation/ ViewsHandlerAnnotationBase.php, line 15 - Contains \Drupal\views\Annotation\ViewsHandlerAnnotationBase.
Namespace
Drupal\views\AnnotationView source
abstract class ViewsHandlerAnnotationBase extends PluginID {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationBase:: |
protected | property | The class used for this annotated class. | |
AnnotationBase:: |
public | property | The annotated class ID. | 1 |
AnnotationBase:: |
protected | property | The provider of the annotated class. | |
AnnotationBase:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
AnnotationBase:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
PluginID:: |
public | property | The plugin ID. | |
PluginID:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
|
PluginID:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationBase:: |