YoastSEO_Vendor\League\OAuth2\Client\Provider
GenericProvider::getConfigurableOptions() protected Yoast 1.0
Returns all options that can be configured.
{} Это метод класса: GenericProvider{}
Хуков нет.
Возвращает
Массив
. Null. Ничего.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getConfigurableOptions();
Код GenericProvider::getConfigurableOptions() GenericProvider::getConfigurableOptions Yoast 16.1.1
protected function getConfigurableOptions()
{
return \array_merge($this->getRequiredOptions(), ['accessTokenMethod', 'accessTokenResourceOwnerId', 'scopeSeparator', 'responseError', 'responseCode', 'responseResourceOwnerId', 'scopes']);
}