You are here

public function LogFileManagerInterface::getFileName in File Log 8

Same name and namespace in other branches
  1. 2.0.x src/LogFileManagerInterface.php \Drupal\filelog\LogFileManagerInterface::getFileName()

Get the complete filename of the log.

Return value

string The full path (relative or absolute) of the logfile.

2 methods override LogFileManagerInterface::getFileName()
LogFileManager::getFileName in src/LogFileManager.php
Get the complete filename of the log.
LogFileManager::getFileName in src/ProxyClass/LogFileManager.php
Get the complete filename of the log.

File

src/LogFileManagerInterface.php, line 24

Class

LogFileManagerInterface
Interface for the LogFileManager service.

Namespace

Drupal\filelog

Code

public function getFileName() : string;