Skip to content

Kirby 5.0.4

$modelCommit->before()

Runs the before hook and modifies the arguments

$modelCommit->before(array $arguments): array

Parameters

Name Type Default
$argumentsrequired array no default value

Return type

array

This method modifies the existing $modelcommit object it is applied to and returns it again.

Parent class

Kirby\Cms\ModelCommit