Yoast\WP\SEO\Dashboard\Domain\Data_Provider

Dashboard_Repository_Interface::get_data()publicYoast 1.0

Method to get dashboard related data from a provider.

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

Хуков нет.

Возвращает

Data_Container.

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

$Dashboard_Repository_Interface = new Dashboard_Repository_Interface();
$Dashboard_Repository_Interface->get_data( $parameters ): Data_Container;
$parameters(Parameters) (обязательный)
The parameter to get the dashboard data for.

Код Dashboard_Repository_Interface::get_data() Yoast 25.1

public function get_data( Parameters $parameters ): Data_Container;