Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • EventListener
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • Application
  • ApplicationYAMLMapper
  • BoundingBox
  • Element
  • InstanceConfiguration
  • InstanceConfigurationOptions
  • MapbenderBundle
  • ProxyService
  • Size
  • SQLSearchEngine
  • StateHandler
  • Template
  • Utils

Interfaces

  • InstanceLayerIn
  • SearchEngine
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class MapbenderBundle

The base bundle class for all Mapbender3 bundles.

Mapbender3 bundles are special in a way as they expose lists of their elements, layers and templates for the central Mapbender3 service, which aggregates these for use in the manager backend.

FOM\ManagerBundle\Component\ManagerBundle
Extended by Mapbender\CoreBundle\Component\MapbenderBundle

Direct known subclasses

Mapbender\CoreBundle\MapbenderCoreBundle, Mapbender\DrupalIntegrationBundle\MapbenderDrupalIntegrationBundle, Mapbender\KmlBundle\MapbenderKmlBundle, Mapbender\ManagerBundle\MapbenderManagerBundle, Mapbender\PrintBundle\MapbenderPrintBundle, Mapbender\WmcBundle\MapbenderWmcBundle, Mapbender\WmsBundle\MapbenderWmsBundle, Mapbender\WmtsBundle\MapbenderWmtsBundle
Namespace: Mapbender\CoreBundle\Component
Author: Christian Wygoda
Located at Mapbender/CoreBundle/Component/MapbenderBundle.php
Methods summary
public array
# getElements( )

Return list of element classes provided by this bundle. Each entry in the array is a fully qualified class name.

Return list of element classes provided by this bundle. Each entry in the array is a fully qualified class name.

Returns

array
Array of element class names
public array
# getLayers( )

Return list of layer classes provided by this bundle. Each entry in the array is a fully qualified class name.

Return list of layer classes provided by this bundle. Each entry in the array is a fully qualified class name.

Returns

array
Array of layer class names
public array()
# getTemplates( )

Return list of template classes provided by this bundle. Each entry in the array is a fully qualified class name.

Return list of template classes provided by this bundle. Each entry in the array is a fully qualified class name.

Returns

array()
Array of template class names
public
# getManagerControllers( )

Inheritdoc

public
# getRepositoryManagers( )

Source factories provide information about source importers/parsers/transformers

Source factories provide information about source importers/parsers/transformers

Mapbender3 API documenation API documentation generated by ApiGen 2.8.0