Yoast\WP\SEO\Generated
Cached_Container::getSchemaIDsService
Gets the public 'Yoast\WP\SEO\Config\Schema_IDs' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Config\Schema_IDs.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getSchemaIDsService();
Код Cached_Container::getSchemaIDsService() Cached Container::getSchemaIDsService Yoast 28.2
protected function getSchemaIDsService()
{
return $this->services['Yoast\\WP\\SEO\\Config\\Schema_IDs'] = new \Yoast\WP\SEO\Config\Schema_IDs();
}