Cake\Controller\Component::__debugInfo PHP Method

__debugInfo() public method

Returns an array that can be used to describe the internal state of this object.
public __debugInfo ( ) : array
return array
    public function __debugInfo()
    {
        return ['components' => $this->components, 'implementedEvents' => $this->implementedEvents(), '_config' => $this->config()];
    }