$kirby->contentToken()
Generates a non-guessable token based on model data and a configured salt
$kirby->contentToken(object|null $model, string $value): string
Parameters
Name | Type | Default | Description |
---|---|---|---|
$model | object ornull |
no default value | Object to pass to the salt callback if configured |
$valuerequired | string |
no default value | Model data to include in the generated token |
Return type
string
This method modifies the existing $app
object it is applied to and returns it again.
Parent class
By default, the results depends on the full file system path. If you want to have reliable results independent of the environment, make sure to set content.salt
option.