public static function OpenLayersStyles::getInfo in Openlayers 7.2
Same name and namespace in other branches
- 6.2 tests/openlayers.test \OpenLayersStyles::getInfo()
File
- tests/
openlayers.test, line 178 - Main OpenLayers Test file
Class
- OpenLayersStyles
- Test OpenLayers styles.
Code
public static function getInfo() {
return array(
'name' => 'OpenLayers Styles',
'description' => 'Tests the OpenLayers Styles system.',
'group' => 'OpenLayers',
);
}