You are here

public function ObjectInterface::setFactoryService in Openlayers 7.3

Set the Factory Service of the object.

Parameters

string $factory_service: The object's factory service.

Return value

ObjectInterface The parent object.

1 method overrides ObjectInterface::setFactoryService()
Base::setFactoryService in src/Types/Base.php
Set the Factory Service of the object.

File

src/Types/ObjectInterface.php, line 316
Interface ObjectInterface.

Class

ObjectInterface
Interface openlayers_object_interface.

Namespace

Drupal\openlayers\Types

Code

public function setFactoryService($factory_service);