You are here

public function LogLocationInterface::hasGeometry in farmOS 2.x

Check if a log has geometry.

Parameters

\Drupal\log\Entity\LogInterface $log: The Log entity.

Return value

bool Returns TRUE if the log has geometry, FALSE otherwise.

1 method overrides LogLocationInterface::hasGeometry()
LogLocation::hasGeometry in modules/core/location/src/LogLocation.php
Check if a log has geometry.

File

modules/core/location/src/LogLocationInterface.php, line 32

Class

LogLocationInterface
The interface for log location logic.

Namespace

Drupal\farm_location

Code

public function hasGeometry(LogInterface $log) : bool;