Yoast\WP\SEO\Generated

Cached_Container::getConflictingPluginsServiceService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Services\Importing\Conflicting_Plugins_Service' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Services\Importing\Conflicting_Plugins_Service.

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

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

Код Cached_Container::getConflictingPluginsServiceService() Yoast 22.4

protected function getConflictingPluginsServiceService()
{
    return $this->services['Yoast\\WP\\SEO\\Services\\Importing\\Conflicting_Plugins_Service'] = new \Yoast\WP\SEO\Services\Importing\Conflicting_Plugins_Service();
}