Skip to content

Kirby 3.5.7.1

$page->dragTextFromCallback()

Returns the drag text from a custom callback if the callback is defined in the config

$page->dragTextFromCallback(string $type, mixed $args = null): string|null

Parameters

Name Type Default Description
$type * string markdown or kirbytext
$args mixed null

Return type

string|null

Parent class

Kirby\Cms\Page inherited from Kirby\Cms\ModelWithContent