public function OpenlayersPluginInterface::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.
1 method overrides OpenlayersPluginInterface::getWeight()
- OpenlayersPluginBase::getWeight in src/
OpenlayersPluginBase.php - Returns the weight of the image effect.
File
- src/
OpenlayersPluginInterface.php, line 94
Class
- OpenlayersPluginInterface
- Defines the interface for image effects.
Namespace
Drupal\openlayersCode
public function getWeight();