mini\Controller\AbstractController::methodToViewName() Method

private

Signature

private function methodToViewName(string $method): string

Parameters

Name Type Default Description
$method string required Documentation missing

Returns

string

Documentation

Convert controller method name to view name

Source

src/Controller/AbstractController.php:331-357