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