You are here

public static function QuickMap::getType in Openlayers 7.2

Returns the short type name of the content plugin, e.g. 'block', 'node', 'prerendered'.

Overrides QuickContentRenderable::getType

File

plugins/quicktabs/QuickMap.inc, line 9

Class

QuickMap
Class for tab content of type "map" - this is for rendering a map as tab content.

Code

public static function getType() {
  return 'map';
}