public function LogLocationInterface::setGeometry in farmOS 2.x
Set a log's geometry.
Parameters
\Drupal\log\Entity\LogInterface $log: The Log entity.
string $wkt: The geometry as a WKT string.
1 method overrides LogLocationInterface::setGeometry()
- LogLocation::setGeometry in modules/
core/ location/ src/ LogLocation.php - Set a log's geometry.
File
- modules/
core/ location/ src/ LogLocationInterface.php, line 74
Class
- LogLocationInterface
- The interface for log location logic.
Namespace
Drupal\farm_locationCode
public function setGeometry(LogInterface $log, string $wkt) : void;