PATH:
home
/
sarkas88.com
/
public_html
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
dashboard
/
domain
/
data-provider
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Dashboard\Domain\Data_Provider; /** * The interface to describe the data domain. */ interface Data_Interface { /** * A to array method. * * @return array<string> */ public function to_array(): array; }
[-] parameters.php
[open]
[-] dashboard-repository-interface.php
[open]
[+]
..
[-] data-container.php
[open]
[-] data-interface.php
[open]