class FieldAutoplayControls in Lightgallery 8
Field autoplay controls.
Hierarchy
- class \Drupal\lightgallery\Field\FieldBase implements FieldInterface
- class \Drupal\lightgallery\Field\FieldAutoplayControls
 
 
Expanded class hierarchy of FieldAutoplayControls
1 file declares its use of FieldAutoplayControls
- LightgalleryManager.php in src/
Manager/ LightgalleryManager.php  
File
- src/
Field/ FieldAutoplayControls.php, line 10  
Namespace
Drupal\lightgallery\FieldView source
class FieldAutoplayControls extends FieldBase {
  /**
   * {@inheritdoc}
   */
  protected function setName() {
    return 'autoplay_controls';
  }
  /**
   * {@inheritdoc}
   */
  protected function setTitle() {
    return 'Autoplay controls';
  }
  /**
   * {@inheritdoc}
   */
  protected function setType() {
    return FieldTypesEnum::CHECKBOX;
  }
  /**
   * {@inheritdoc}
   */
  protected function setDescription() {
    return 'Show/hide autoplay controls.';
  }
  /**
   * {@inheritdoc}
   */
  protected function setGroup() {
    return new GroupLightgalleryAutoplay();
  }
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            FieldAutoplayControls:: | 
                  protected | function | 
            Sets description. Overrides FieldBase:: | 
                  |
| 
            FieldAutoplayControls:: | 
                  protected | function | 
            Sets group. Overrides FieldBase:: | 
                  |
| 
            FieldAutoplayControls:: | 
                  protected | function | 
            Sets name. Overrides FieldBase:: | 
                  |
| 
            FieldAutoplayControls:: | 
                  protected | function | 
            Sets title. Overrides FieldBase:: | 
                  |
| 
            FieldAutoplayControls:: | 
                  protected | function | 
            Sets type. Overrides FieldBase:: | 
                  |
| 
            FieldBase:: | 
                  protected | property | ||
| 
            FieldBase:: | 
                  protected | property | ||
| 
            FieldBase:: | 
                  protected | property | ||
| 
            FieldBase:: | 
                  protected | property | ||
| 
            FieldBase:: | 
                  protected | property | ||
| 
            FieldBase:: | 
                  protected | property | ||
| 
            FieldBase:: | 
                  protected | property | ||
| 
            FieldBase:: | 
                  protected | property | ||
| 
            FieldBase:: | 
                  public | function | 
            Returns where the field has to be rendered in field formatter settings. Overrides FieldInterface:: | 
                  3 | 
| 
            FieldBase:: | 
                  public | function | 
            Returns where the field has to be rendered in view settings. Overrides FieldInterface:: | 
                  3 | 
| 
            FieldBase:: | 
                  public | function | 
            Returns field default value. Overrides FieldInterface:: | 
                  |
| 
            FieldBase:: | 
                  public | function | 
            Returns field description. Overrides FieldInterface:: | 
                  |
| 
            FieldBase:: | 
                  public | function | 
            Returns field group (parent). Overrides FieldInterface:: | 
                  |
| 
            FieldBase:: | 
                  public | function | 
            Returns field name. Overrides FieldInterface:: | 
                  |
| 
            FieldBase:: | 
                  public | function | 
            Returns field options callback. Overrides FieldInterface:: | 
                  |
| 
            FieldBase:: | 
                  public | function | 
            Returns field title. Overrides FieldInterface:: | 
                  |
| 
            FieldBase:: | 
                  public | function | 
            Returns field type. Overrides FieldInterface:: | 
                  |
| 
            FieldBase:: | 
                  public | function | 
            Returns if field is required. Overrides FieldInterface:: | 
                  |
| 
            FieldBase:: | 
                  protected | function | Sets default value. | 14 | 
| 
            FieldBase:: | 
                  protected | function | Sets required flag. | 2 | 
| 
            FieldBase:: | 
                  protected | function | Sets options. | 10 | 
| 
            FieldBase:: | 
                  public | function |