We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebd299 commit c820291Copy full SHA for c820291
src/Controller/ControllerTrait.php
@@ -83,20 +83,4 @@ public function setViewClasses(array $map): void
83
{
84
$this->viewClasses = $map;
85
}
86
-
87
- /**
88
- * Get the View classes this controller can perform content negotiation with.
89
- *
90
- * Each view class must implement the `getContentType()` hook method
91
- * to participate in negotiation.
92
93
- * This overrides the Controller::viewClasses() of core.
94
95
- * @see Cake\Http\ContentTypeNegotiation
96
- * @return array<string, class-string<\Cake\View\View>>
97
- */
98
- public function viewClasses(): array
99
- {
100
- return $this->viewClasses;
101
- }
102
0 commit comments