You are here

public function Base::getConfiguration in Openlayers 7.3

Return the object configuration.

Return value

array

Overrides ObjectInterface::getConfiguration

6 calls to Base::getConfiguration()
Base::getDescription in src/Types/Base.php
Return the description of the object.
Base::getExport in src/Types/Base.php
Return an object, CTools Exportable.
Base::getFactoryService in src/Types/Base.php
Return the Factory Service of the object.
Base::getMachineName in src/Types/Base.php
Return the unique machine name of the object.
Base::getName in src/Types/Base.php
Return the human name of the object.

... See full list

File

src/Types/Base.php, line 93
Class Object.

Class

Base
Class Base.

Namespace

Drupal\openlayers\Types

Code

public function getConfiguration() {
  return $this->configuration;
}