Yoast\WP\SEO\Generated

Cached_Container::getRedirectsPageIntegrationService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Admin\Redirects_Page_Integration' shared autowired service.

Метод класса: Cached_Container{}

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Admin\Redirects_Page_Integration.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getRedirectsPageIntegrationService();

Код Cached_Container::getRedirectsPageIntegrationService() Yoast 22.4

protected function getRedirectsPageIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Redirects_Page_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Redirects_Page_Integration();
}