public function OpenlayersPluginBase::getWeight in Openlayers 8.4
Returns the weight of the image effect.
Return value
int|string Either the integer weight of the image effect, or an empty string.
Overrides OpenlayersPluginInterface::getWeight
1 call to OpenlayersPluginBase::getWeight()
- OpenlayersPluginBase::getConfiguration in src/
OpenlayersPluginBase.php - Gets this plugin's configuration.
File
- src/
OpenlayersPluginBase.php, line 125
Class
- OpenlayersPluginBase
- Provides a base class for image effects.
Namespace
Drupal\openlayersCode
public function getWeight() {
return $this->weight;
}