You are here

public function LogLocationInterface::getLocation in farmOS 2.x

Get location assets referenced by a log.

Parameters

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

Return value

array Returns an array of assets.

1 method overrides LogLocationInterface::getLocation()
LogLocation::getLocation in modules/core/location/src/LogLocation.php
Get location assets referenced by a log.

File

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

Class

LogLocationInterface
The interface for log location logic.

Namespace

Drupal\farm_location

Code

public function getLocation(LogInterface $log) : array;