As on CakePHP 3.x, $this->view
working properly in controller.
After migration to the CakePHP 4.x version, it doesn't seems to work. Can't find any documentation under CakeBook 4.x.
Is there any syntax changes in CakePHP 4.x for $this->view
or it's deprecated in newer version ??