Submit
Path:
~
/
home
/
getwphos
/
www
/
kingpanel
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
dashboard
/
domain
/
data-provider
/
File Content:
dashboard-repository-interface.php
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Dashboard\Domain\Data_Provider; /** * Interface describing the way to get data for a specific data provider. */ interface Dashboard_Repository_Interface { /** * Method to get dashboard related data from a provider. * * @param Parameters $parameters The parameter to get the dashboard data for. * * @return Data_Container */ public function get_data( Parameters $parameters ): Data_Container; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
dashboard-repository-interface.php
540 bytes
0644
data-container.php
1062 bytes
0644
data-interface.php
344 bytes
0644
parameters.php
2532 bytes
0644
N4ST4R_ID | Naxtarrr