Yoast\WP\SEO\Generated

Cached_Container::getRemovedIds()publicYoast 1.0

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Cached_Container = new Cached_Container();
$Cached_Container->getRemovedIds();

Код Cached_Container::getRemovedIds() Yoast 22.3

public function getRemovedIds()
{
    return [
        'Psr\\Container\\ContainerInterface' => true,
        'YoastSEO_Vendor\\Symfony\\Component\\DependencyInjection\\ContainerInterface' => true,
        'YoastSEO_Vendor\\YoastSEO_Vendor\\Symfony\\Component\\DependencyInjection\\ContainerInterface' => true,
        'Yoast\\WP\\SEO\\Analytics\\Domain\\Missing_Indexable_Bucket' => true,
        'Yoast\\WP\\SEO\\Analytics\\Domain\\Missing_Indexable_Count' => true,
        'Yoast\\WP\\SEO\\Analytics\\Domain\\To_Be_Cleaned_Indexable_Bucket' => true,
        'Yoast\\WP\\SEO\\Analytics\\Domain\\To_Be_Cleaned_Indexable_Count' => true,
        'Yoast\\WP\\SEO\\Content_Type_Visibility\\Application\\Content_Type_Visibility_Dismiss_Notifications' => true,
        'Yoast\\WP\\SEO\\Introductions\\Application\\Ai_Generate_Titles_And_Descriptions_Introduction_Upsell' => true,
        'Yoast\\WP\\SEO\\Introductions\\Application\\Introductions_Collector' => true,
        'Yoast\\WP\\SEO\\Introductions\\Domain\\Introduction_Interface' => true,
        'Yoast\\WP\\SEO\\Introductions\\Domain\\Introduction_Item' => true,
        'Yoast\\WP\\SEO\\Introductions\\Domain\\Introductions_Bucket' => true,
        'Yoast\\WP\\SEO\\Introductions\\Domain\\Invalid_User_Id_Exception' => true,
        'Yoast\\WP\\SEO\\Introductions\\Infrastructure\\Introductions_Seen_Repository' => true,
        'Yoast\\WP\\SEO\\Presenters\\Robots_Txt_Presenter' => true,
        'Yoast\\WP\\SEO\\Promotions\\Application\\Promotion_Manager_Interface' => true,
        'Yoast\\WP\\SEO\\Promotions\\Domain\\Black_Friday_Checklist_Promotion' => true,
        'Yoast\\WP\\SEO\\Promotions\\Domain\\Black_Friday_Promotion' => true,
        'Yoast\\WP\\SEO\\Promotions\\Domain\\Time_Interval' => true,
    ];
}