Zendesk\API\Resources\Core\Locales::findAllAgent PHP Method

findAllAgent() public method

This lists the translation locales that have been localized for agents.
public findAllAgent ( array $params = [] ) : stdClass
$params array
return stdClass | null
    public function findAllAgent(array $params = [])
    {
        $this->findAll($params, __FUNCTION__);
    }