You are here

function leaflet_markercluster_get_library_path in Leaflet Markercluster 7

2 calls to leaflet_markercluster_get_library_path()
leaflet_markercluster_library in ./leaflet_markercluster.module
Implements hook_library().
leaflet_markercluster_requirements in ./leaflet_markercluster.module
Implements hook_requirements().

File

./leaflet_markercluster.module, line 102

Code

function leaflet_markercluster_get_library_path() {
  $path = libraries_get_path('leaflet_markercluster');
  return $path ? "{$path}/dist" : FALSE;
}