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