File ManagerCurrent Directory: wp-content/plugins/elementor/core/editor/config-providersLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 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