You are here

public function ObjectInterface::getType in Openlayers 7.3

The type of this object.

Return value

string|FALSE The object type or FALSE on failure.

1 method overrides ObjectInterface::getType()
Base::getType in src/Types/Base.php
The type of this object.

File

src/Types/ObjectInterface.php, line 33
Interface ObjectInterface.

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function getType();