not_found()

public function not_found(): void

Description

Renders a "Record Not Found" page with a descriptive message and a "Go Back" link. Called internally when a requested record doesn't exist or has been deleted.

Parameters

This method accepts no parameters.

Return Value

TypeDescription
voidOutput rendered via the admin template.

Example Usage