You are here

public function ObjectInterface::getClassPath in Openlayers 7.3

Returns the path to the class file.

Return value

string The path to the file containing the class definition.

1 method overrides ObjectInterface::getClassPath()
Base::getClassPath in src/Types/Base.php
Returns the path to the class file.

File

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

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function getClassPath();