You are here

public function Base::getCollection in Openlayers 7.3

Return the Collection object linked to the object.

Return value

Collection

Overrides ObjectInterface::getCollection

File

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

Class

Base
Class Base.

Namespace

Drupal\openlayers\Types

Code

public function getCollection() {
  return $this->collection;
}