Yoast\WP\SEO\Generated

Cached_Container::getConflictingPluginsService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Config\Conflicting_Plugins' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Config\Conflicting_Plugins.

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

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

Код Cached_Container::getConflictingPluginsService() Yoast 22.3

protected function getConflictingPluginsService()
{
    return $this->services['Yoast\\WP\\SEO\\Config\\Conflicting_Plugins'] = new \Yoast\WP\SEO\Config\Conflicting_Plugins();
}