File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/src/editors/domain/integrationsLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: integration-data-provider-interface.php <?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Editors\Domain\Integrations; /** * Describes the interface for integration domain objects which can be enabled or not */ interface Integration_Data_Provider_Interface { /** * If the integration is activated. * * @return bool If the integration is activated. */ public function is_enabled(): bool; /** * Return this object represented by a key value array. * * @return array<string,bool> Returns the name and if the feature is enabled. */ public function to_array(): array; /** * Returns this object represented by a key value structure that is compliant with the script data array. * * @return array<string,bool> Returns the legacy key and if the feature is enabled. */ public function to_legacy_array(): array; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirintegration-data-provider-interface.phpFile878.00 B Rename | Delete | Edit