📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 17:07:12
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
dashboard
/
domain
/
data-provider
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/wordpress-seo/src/dashboard/domain/data-provider
🔄 Refresh
✏️
Editing: dashboard-repository-interface.php
Writable
<?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; }
💾 Save Changes
❌ Cancel