public function ObjectInterface::getFactoryService in Openlayers 7.3
Return the Factory Service of the object.
Return value
string|FALSE The factory service otherwise FALSE.
1 method overrides ObjectInterface::getFactoryService()
- Base::getFactoryService in src/
Types/ Base.php - Return the Factory Service of the object.
File
- src/
Types/ ObjectInterface.php, line 324 - Interface ObjectInterface.
Class
- ObjectInterface
- Interface openlayers_object_interface.
Namespace
Drupal\openlayers\TypesCode
public function getFactoryService();