File ManagerCurrent Directory: wp-content/plugins/elementor/core/editor/config-providersLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: config-provider-interface.php <?php namespace Elementor\Core\Editor\Config_Providers; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } interface Config_Provider_Interface { /** * Return a list of the scripts to register. * * @return array */ public function get_script_configs(); /** * Return a list of the scripts handles to enqueue (loaders for the apps). * * @return string[] handle names */ public function get_script_handles_to_enqueue(); /** * Return the settings objects that will be printed with the scripts. * * @return array */ public function get_client_env(); /** * Return a list of the styles to register. * * @return array */ public function get_style_configs(); /** * Return a list of the style handles to enqueue (loaders for the apps). * * @return string[] handle names */ public function get_style_handles_to_enqueue(); /** * Return the path to the template body file. * * @return string */ public function get_template_body_file_path(); /** * Return a list of Marionette templates to register. * * @return string[] */ public function get_additional_template_paths(); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirconfig-provider-factory.phpFile766.00 B Rename | Delete | Editconfig-provider-interface.phpFile1.13 KB Rename | Delete | Editeditor-common-client-env.phpFile6.76 KB Rename | Delete | Editeditor-common-configs.phpFile4.83 KB Rename | Delete | Editeditor-v1-config-provider.phpFile2.14 KB Rename | Delete | Editeditor-v2-config-provider.phpFile3.60 KB Rename | Delete | Edit