You are here

Classes, traits, and interfaces in Openlayers 8.4

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AdminForm class Drupal\openlayers\Form src/Form/AdminForm.php Contains the Admin Form for the Openlayers module. 1
AdminTest class Drupal\Tests\openlayers\Functional tests/src/Functional/AdminTest.php Tests that the Openlayers Admin page is reachable.
Attribution class Drupal\openlayers\Plugin\OpenlayersControl src/Plugin/OpenlayersControl/Attribution.php Defines the Attribution control for an Openlayers map.
ControlPluginManager class Drupal\openlayers src/ControlPluginManager.php Manages image effect plugins. 1 2
DragPan class Drupal\openlayers\Plugin\OpenlayersInteraction src/Plugin/OpenlayersInteraction/DragPan.php Defines the Drag Pan interaction for an Openlayers map.
DragRotate class Drupal\openlayers\Plugin\OpenlayersInteraction src/Plugin/OpenlayersInteraction/DragRotate.php Defines the Drag Rotate interaction for an Openlayers map.
Fill class Drupal\openlayers\Plugin\OpenlayersStyle src/Plugin/OpenlayersStyle/Fill.php Defines the Fill style for Openlayers features.
FullScreen class Drupal\openlayers\Plugin\OpenlayersControl src/Plugin/OpenlayersControl/FullScreen.php Defines the Full Screen control for an Openlayers map.
GeoPHPInterface interface Drupal\openlayers\GeoPHP src/GeoPHP/GeoPHPInterface.php Provides a GeoPHPInterface. 1 1
GeoPHPWrapper class Drupal\openlayers\GeoPHP src/GeoPHP/GeoPHPWrapper.php Provides a geoPHP Wrapper class. 2
Icon class Drupal\openlayers\Plugin\OpenlayersStyle src/Plugin/OpenlayersStyle/Icon.php Defines the Icon style for Openlayers features.
InteractionPluginManager class Drupal\openlayers src/InteractionPluginManager.php Manages image effect plugins. 1 2
KeyboardPan class Drupal\openlayers\Plugin\OpenlayersInteraction src/Plugin/OpenlayersInteraction/KeyboardPan.php Defines the Keyboard Pan interaction for an Openlayers map.
KeyboardZoom class Drupal\openlayers\Plugin\OpenlayersInteraction src/Plugin/OpenlayersInteraction/KeyboardZoom.php Defines the Keyboard Zoom interaction for an Openlayers map.
MapControl class Drupal\openlayers src/MapControl.php Contains details of how a control is joined to a map. 2
MapControlDeleteForm class Drupal\openlayers\Form src/Form/MapControlDeleteForm.php Form for deleting a map control.
MapControlEditForm class Drupal\openlayers\Form src/Form/MapControlEditForm.php Provides an edit form for image effects.
MapControlFormBase abstract class Drupal\openlayers\Form src/Form/MapControlFormBase.php Provides a base form for image effects. 1
MapInteraction class Drupal\openlayers src/MapInteraction.php Contains details of how a interaction is joined to a map. 2
MapInteractionDeleteForm class Drupal\openlayers\Form src/Form/MapInteractionDeleteForm.php Form for deleting a map interaction.
MapInteractionEditForm class Drupal\openlayers\Form src/Form/MapInteractionEditForm.php Provides an edit form for image effects.
MapInteractionFormBase abstract class Drupal\openlayers\Form src/Form/MapInteractionFormBase.php Provides a base form for image effects. 1
MapLayer class Drupal\openlayers src/MapLayer.php 2
MapLayerAddForm class Drupal\openlayers\Form src/Form/MapLayerAddForm.php Provides an add form for image effects.
MapLayerDeleteForm class Drupal\openlayers\Form src/Form/MapLayerDeleteForm.php Form for deleting a layer from a map.
MapLayerEditForm class Drupal\openlayers\Form src/Form/MapLayerEditForm.php Provides an edit form for image effects.
MapLayerFormBase abstract class Drupal\openlayers\Form src/Form/MapLayerFormBase.php Provides a base form for image effects. 4
MapSettings class Drupal\openlayers src/MapSettings.php Generates the complete settings for the selected map, together with all the related layers / sources / interactions / etc. 6
MapStyle class Drupal\openlayers src/MapStyle.php Contains details of how a style is joined to a map. 2
MapStyleAddForm class Drupal\openlayers\Form src/Form/MapStyleAddForm.php Provides an add form for image effects.
MapStyleDeleteForm class Drupal\openlayers\Form src/Form/MapStyleDeleteForm.php Form for deleting a map style.
MapStyleEditForm class Drupal\openlayers\Form src/Form/MapStyleEditForm.php Provides an edit form for image effects.
MapStyleFormBase abstract class Drupal\openlayers\Form src/Form/MapStyleFormBase.php Provides a base form for image effects.
MousePosition class Drupal\openlayers\Plugin\OpenlayersControl src/Plugin/OpenlayersControl/MousePosition.php Defines the Mouse Position control for an Openlayers map.
MouseWheelZoom class Drupal\openlayers\Plugin\OpenlayersInteraction src/Plugin/OpenlayersInteraction/MouseWheelZoom.php Defines the Mouse Wheel Zoom interaction for an Openlayers map.
OpenlayersComponentAddForm class Drupal\openlayers\Form src/Form/OpenlayersComponentAddForm.php Class OpenlayersComponentAddForm.
OpenlayersComponentDeleteForm class Drupal\openlayers\Form src/Form/OpenlayersComponentDeleteForm.php Class OpenlayersComponentDeleteForm.
OpenlayersComponentEditForm class Drupal\openlayers\Form src/Form/OpenlayersComponentEditForm.php Class OpenlayersComponentEditForm.
OpenlayersComponentFormBase class Drupal\openlayers\Form src/Form/OpenlayersComponentFormBase.php Class OpenlayersComponentFormBase. 2
OpenlayersComponentListBuilder class Drupal\openlayers\Controller src/Controller/OpenlayersComponentListBuilder.php Provides a listing of Openalyers Component configuration entities.
OpenlayersConfigurablePluginBase abstract class Drupal\openlayers src/OpenlayersConfigurablePluginBase.php Provides a base class for configurable Openlayers plugins. 16 16
OpenlayersConfigurablePluginInterface interface Drupal\openlayers src/OpenlayersConfigurablePluginInterface.php Defines the interface for configurable Openlayers components (styles/controls/interctions). 1 1
OpenlayersControl class Drupal\openlayers\Annotation src/Annotation/OpenlayersControl.php Defines an image effect annotation object.
OpenlayersControl class Drupal\openlayers\Entity src/Entity/OpenlayersControl.php Defines the Openlayers Control entity.
OpenlayersControlAddForm class Drupal\openlayers\Form src/Form/OpenlayersControlAddForm.php Class OpenlayersControlAddForm.
OpenlayersControlDeleteForm class Drupal\openlayers\Form src/Form/OpenlayersControlDeleteForm.php Class OpenlayersControlDeleteForm.
OpenlayersControlEditForm class Drupal\openlayers\Form src/Form/OpenlayersControlEditForm.php Class OpenlayersControlEditForm.
OpenlayersControlFormBase class Drupal\openlayers\Form src/Form/OpenlayersControlFormBase.php Class OpenlayersControlFormBase. 2
OpenlayersControlInterface interface Drupal\openlayers src/OpenlayersControlInterface.php Provides an interface defining an Openlayers Control entity. 1 2
OpenlayersControlListBuilder class Drupal\openlayers\Controller src/Controller/OpenlayersControlListBuilder.php Provides a listing of Openalyers Control configuration entities.

Pages

Other projects