Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Elements_Context_Map

Elements_Context_Map_Repository::get_mappublicYoast 1.0

Retrieves the elements-context map.

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

Хуков нет.

Возвращает

Массив<Массив<Строку,. string>> The elements context-map.

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

$Elements_Context_Map_Repository = new Elements_Context_Map_Repository();
$Elements_Context_Map_Repository->get_map(): array;

Код Elements_Context_Map_Repository::get_map() Yoast 27.7

public function get_map(): array {
	$this->map ??= $this->map_loader->load();
	return $this->map;
}