We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
frontendController
1 parent 6fbac6c commit 2566424Copy full SHA for 2566424
src/Screen/Screen.php
@@ -501,7 +501,13 @@ public function backWith(array $data): RedirectResponse
501
}
502
503
/**
504
- * Name frontend controller in screen.
+ * Returns the name of the base Stimulus controller for the frontend.
505
+ *
506
+ * This method is used to determine the base Stimulus controller that will be
507
+ * utilized on the frontend of the application. The controller manages the
508
+ * behavior of UI elements, interacting with other components via Hotwire.
509
510
+ * @return string The name of the base controller.
511
*/
512
public function frontendController(): string
513
{
0 commit comments