class FullcalendarOption in FullCalendar 8
Same name and namespace in other branches
- 8.5 src/Annotation/FullcalendarOption.php \Drupal\fullcalendar\Annotation\FullcalendarOption
- 8.2 src/Annotation/FullcalendarOption.php \Drupal\fullcalendar\Annotation\FullcalendarOption
- 8.3 src/Annotation/FullcalendarOption.php \Drupal\fullcalendar\Annotation\FullcalendarOption
- 8.4 src/Annotation/FullcalendarOption.php \Drupal\fullcalendar\Annotation\FullcalendarOption
Defines a Fullcalendar option annotation object.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\fullcalendar\Annotation\FullcalendarOption
Expanded class hierarchy of FullcalendarOption
2 classes are annotated with FullcalendarOption
- FullCalendar in src/
Plugin/ fullcalendar/ type/ FullCalendar.php - @todo.
- FullcalendarOptions in fullcalendar_options/
src/ Plugin/ fullcalendar/ type/ FullcalendarOptions.php - @todo.
File
- src/
Annotation/ FullcalendarOption.php, line 12
Namespace
Drupal\fullcalendar\AnnotationView source
class FullcalendarOption extends Plugin {
public $id;
public $js = FALSE;
public $css = FALSE;
public $weight = 0;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FullcalendarOption:: |
public | property | ||
FullcalendarOption:: |
public | property | ||
FullcalendarOption:: |
public | property | ||
FullcalendarOption:: |
public | property | ||
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 |