$site->contentFile()
Returns the absolute path to the content file
$site->contentFile(string $languageCode = null, bool $force = false): string
Parameters
| Name | Type | Default | 
|---|---|---|
| $languageCode | string | 
                null | 
        
              
| $force | bool | 
                false | 
        
              
Return type
string
Exceptions
| Type | Description | 
|---|---|
Kirby\Exception\InvalidArgumentException | 
        If the language for the given code does not exist | 
Parent class
  Kirby\Cms\Site    inherited from Kirby\Cms\ModelWithContent