REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 975 B
Close
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/wpforms-lite/src/Integrations/Divi/Interfaces/FormsResolverInterface.php
Text
Base64
<?php namespace WPForms\Integrations\Divi\Interfaces; use WP_Post; /** * Interface FormsResolverInterface. * * Defines methods for resolving and managing WPForms forms in Divi integration. * * @since 1.9.9 */ interface FormsResolverInterface { /** * Get all available forms. * * @since 1.9.9 * * @return array Array of WP_Post objects representing forms. */ public function get_forms(): array; /** * Add a form to the option array. * * @since 1.9.9 * * @param array $options Existing options array. * @param WP_Post $form Form WP_Post object to add. * * @return array Updated options array with the form added. */ public function add_form_in_options( array $options, WP_Post $form ): array; /** * Get form options for all available forms. * * Retrieves all forms and formats them as an option array. * * @since 1.9.9 * * @return array Array of form options. */ public function get_form_options(): array; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
FormsResolverInterface.php
975 B
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LocalizedDataInterface.php
576 B
lrw-r--r--
2026-06-03 14:57:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).