ArrayAdapter::isSupported()

Determines if the adapter is supported.


Return

(bool)


Source

File: vendor/vlucas/phpdotenv/src/Environment/Adapter/ArrayAdapter.php

    public function isSupported()
    {
        return true;
    }