yii\di\Container::getDefinitions PHP Method

getDefinitions() public method

Returns the list of the object definitions or the loaded shared objects.
public getDefinitions ( ) : array
return array the list of the object definitions or the loaded shared objects (type or ID => definition or instance).
    public function getDefinitions()
    {
        return $this->_definitions;
    }