AppserverIo\Appserver\Core\Api\Node\AppserverNode::getAllowApplicationConfiguration PHP Method

getAllowApplicationConfiguration() public method

Queries whether application configuration for container, server and virtual host is allowed or not.
public getAllowApplicationConfiguration ( ) : boolean
return boolean TRUE if applications can provide additional configuration, else FALSE
    public function getAllowApplicationConfiguration()
    {
        return $this->getParam('allowApplicationConfiguration');
    }