GravityKit\GravityMigrate\Abilities\Ability — The shape every GravityMigrate ability declares itself in.
GravityKit\GravityMigrate\Abilities\Bootstrap — Registers the gravitymigrate product and every ability under it.
GravityKit\GravityMigrate\Abilities\Bundles\CancelJob — Stops the background export or import that is running.
GravityKit\GravityMigrate\Abilities\Bundles\ExportBundle — Starts writing this site's Gravity Forms data to a portable bundle.
GravityKit\GravityMigrate\Abilities\Bundles\ImportBundle — Reads a bundle into this site: forms, entries, Views, the pages that embed them.
GravityKit\GravityMigrate\Abilities\Bundles\InspectBundle — What a bundle carries, without importing it.
GravityKit\GravityMigrate\Abilities\Bundles\ListBundles — The bundles this site has written, so a finished export can be found again.
GravityKit\GravityMigrate\Abilities\Bundles\ResetState — Clears this site's migration state so a new migration can start.
GravityKit\GravityMigrate\Abilities\Discovery\AnalyzeMigration — What a migration would do to these forms, writing nothing.
GravityKit\GravityMigrate\Abilities\Discovery\GetStatus — Whether a migration is running on this site, how far along, and what is in the way.
GravityKit\GravityMigrate\Abilities\Discovery\ListForms — The forms one migration would read, with the ids the other tools take.
GravityKit\GravityMigrate\Abilities\Discovery\ListPlatforms — What this site can move forms to and from, and why it cannot use the rest.
GravityKit\GravityMigrate\Abilities\Migration\RunMigration — Moves forms between Gravity Forms and another form plugin, and creates them.
GravityKit\GravityMigrate\Abilities\MigrationRequest — Turns {platform, direction, forms} into a provider and the ids it recognises.
GravityKit\GravityMigrate\Abilities\Refusal — The ability surface's wording for a refusal the shared layer decided.
GravityKit\GravityMigrate\Abilities\ReportSchema — One description of the report both migration abilities return.
GravityKit\GravityMigrate\AjaxRoutes — Attaches every Foundation AJAX route filter at bootstrap time, independent
GravityKit\GravityMigrate\Background\BackgroundController — Decides, for each migration request, whether to hand it to the Foundation scheduler or leave
GravityKit\GravityMigrate\Background\CleanupHandler — A background import holds the same import lock and temp tables a synchronous one does; a
GravityKit\GravityMigrate\Background\ExportJobDriver — Continues a Gravity Forms export across Foundation scheduler task executions.
GravityKit\GravityMigrate\Background\ExternalImportJobDriver — Imports a batch of forms from one external platform, one form at a time, across Foundation
GravityKit\GravityMigrate\Background\ImportedDataTypes — Records what a finished run moved, so every screen that reports the run says the same thing.
GravityKit\GravityMigrate\Background\ImportedForms — Records which forms a run created, so the screen that says it finished can name them.
GravityKit\GravityMigrate\Background\ImportJobDriver — Continues a Gravity Forms import across Foundation scheduler task executions.
GravityKit\GravityMigrate\Background\JobNotices — A migration running in the background is invisible from every admin screen but the one that
GravityKit\GravityMigrate\Background\RunSummary — Describes a run in progress to somebody who did not start it.
GravityKit\GravityMigrate\Background\SchedulerGateway — Every product ships its own Strauss-prefixed copy of Foundation, and only the newest
GravityKit\GravityMigrate\CLI\Migrate — Migrate Gravity Forms + GravityKit data (forms, entries, Views, and the pages that
GravityKit\GravityMigrate\CLI\MigrationRefusal — The terminal's wording for a refusal the shared layer decided.
GravityKit\GravityMigrate\DataTypes — The names the operator chose their data by, reusable wherever a migration reports what it is
GravityKit\GravityMigrate\EntriesDateRangePicker — Puts Query Filters' date range picker on the settings page for the wizard to mount.
GravityKit\GravityMigrate\Export — Gravity Forms export class.
GravityKit\GravityMigrate\Exporters\AbstractExporter — Provides shared helper methods for exporter implementations.
GravityKit\GravityMigrate\Exporters\Adapters\AbstractTargetAdapter — Provides shared adapter helpers and exporter access.
GravityKit\GravityMigrate\Exporters\Adapters\TargetAdapterInterface — Describes a target adapter that prepares provider payloads.
GravityKit\GravityMigrate\Exporters\Adapters\TargetConversion — The outcome of converting one hub form for a destination: the form as that platform stores
GravityKit\GravityMigrate\Exporters\AnalysisContext — What the field report needs to describe the fields of a form being exported.
GravityKit\GravityMigrate\Exporters\Controller — Handles AJAX endpoints for exporting Gravity Forms to third-party providers.
GravityKit\GravityMigrate\Exporters\ExporterInterface — Describes the methods required for all external form exporters.
GravityKit\GravityMigrate\Exporters\ExportTracker — Stores which Gravity Forms form became which form in the other plugin, so a form already sent
GravityKit\GravityMigrate\Exporters\TargetRegistry — Manages the available exporter instances.
GravityKit\GravityMigrate\ExternalMigrations — Boots external importer/exporter registries and controllers.
GravityKit\GravityMigrate\FormsData — Gravity forms data class.
GravityKit\GravityMigrate\Import — Gravity Forms import class.
GravityKit\GravityMigrate\Importers\AbstractImporter — Provides shared helper methods for importer implementations.
GravityKit\GravityMigrate\Importers\Adapters\AbstractSourceAdapter — Provides shared adapter helpers and importer access.
GravityKit\GravityMigrate\Importers\Adapters\MapsSourceFieldPropsTrait — Provides helpers for mapping source field properties into Gravity Forms fields.
GravityKit\GravityMigrate\Importers\Adapters\SourceAdapterInterface — Describes a source adapter that prepares Gravity Forms payloads.
GravityKit\GravityMigrate\Importers\Adapters\SourceConversion — The outcome of converting one source form: the form as the hub stores one, and what the
GravityKit\GravityMigrate\Importers\Controller — Handles AJAX endpoints for third-party form importers.
GravityKit\GravityMigrate\Importers\ImporterInterface — Describes the methods required for all external form importers.
GravityKit\GravityMigrate\Importers\ImportTracker — Stores mappings between source forms and imported Gravity Forms.
GravityKit\GravityMigrate\Importers\ImportVerifier — Compares the form that was requested against the form Gravity Forms stored.
GravityKit\GravityMigrate\Importers\SourceRegistry — Manages the available importer instances.
GravityKit\GravityMigrate\ImportExportMenu — Offers the migration wizard from Gravity Forms' own Import/Export navigation.
GravityKit\GravityMigrate\Media\DownloadFailure — Why a bundle's entry files did not download, and what would actually help.
GravityKit\GravityMigrate\Media\FileCollector — Works out which files on disk the forms and entries in an export point at, and how many of
GravityKit\GravityMigrate\Media\ImageChoiceImages — Walks a form definition's Image Choice fields and rewrites each choice's image.
GravityKit\GravityMigrate\Media\MediaArchive — The archive half of packaged media: what an uploaded file is called inside the bundle, and
GravityKit\GravityMigrate\Media\MediaAudit — Answers one question about a form that has just been imported: of the files its entries and
GravityKit\GravityMigrate\Media\MediaPaths — The rules deciding which uploaded file a bundle may carry, what it is called inside the
GravityKit\GravityMigrate\Migration\BundleIndex — Finds the export bundles this site has written.
GravityKit\GravityMigrate\Migration\BundleInspection — What a bundle carries, and whether this site could import it.
GravityKit\GravityMigrate\Migration\ExportRequest — Turns "these forms, this data, this date range" into the payload the export engine takes.
GravityKit\GravityMigrate\Migration\ExternalMigration — Everything a surface does around a form-plugin provider, so that no surface does it twice.
GravityKit\GravityMigrate\Migration\FieldReport — The wizard's "Show what happens to each field" table, built in PHP.
GravityKit\GravityMigrate\Migration\ImportRequest — Stages a bundle and works out what of it to import.
GravityKit\GravityMigrate\Migration\MigrationOutcome — Whether a run wrote everything, some of it, or nothing -- and which of its forms did.
GravityKit\GravityMigrate\Migration\MigrationStatus — The migration state, as facts rather than sentences.
GravityKit\GravityMigrate\Migration\Permission — The capability rule a migration is subject to, stated once.
GravityKit\GravityMigrate\Migration\StateReset — Puts the site back to "no migration has happened here".
GravityKit\GravityMigrate\Options — Every option name the plugin reads or writes.
GravityKit\GravityMigrate\Platforms\ContactForm7\ContactForm7Definition — What GravityMigrate knows about Contact Form 7.
GravityKit\GravityMigrate\Platforms\ContactForm7\ContactForm7Exporter — Exports Gravity Forms forms to Contact Form 7.
GravityKit\GravityMigrate\Platforms\ContactForm7\ContactForm7Importer — Imports Contact Form 7 forms into Gravity Forms.
GravityKit\GravityMigrate\Platforms\ContactForm7\ContactForm7SourceAdapter — Builds Gravity Forms payloads from Contact Form 7 data.
GravityKit\GravityMigrate\Platforms\ContactForm7\ContactForm7TargetAdapter — Builds Contact Form 7 payloads from Gravity Forms data.
GravityKit\GravityMigrate\Platforms\FluentForms\FluentFormsDefinition — What GravityMigrate knows about Fluent Forms.
GravityKit\GravityMigrate\Platforms\FluentForms\FluentFormsExporter — Exports Gravity Forms forms to Fluent Forms.
GravityKit\GravityMigrate\Platforms\FluentForms\FluentFormsImporter — Imports Fluent Forms into Gravity Forms.
GravityKit\GravityMigrate\Platforms\FluentForms\FluentFormsSourceAdapter — Builds Gravity Forms payloads from Fluent Forms data.
GravityKit\GravityMigrate\Platforms\FluentForms\FluentFormsTargetAdapter — Builds Fluent Forms payloads from Gravity Forms data.
GravityKit\GravityMigrate\Platforms\FormidableForms\FormidableDefinition — What GravityMigrate knows about Formidable Forms.
GravityKit\GravityMigrate\Platforms\FormidableForms\FormidableFormsExporter — Exports Gravity Forms forms to Formidable Forms.
GravityKit\GravityMigrate\Platforms\FormidableForms\FormidableFormsImporter — Imports Formidable Forms forms into Gravity Forms.
GravityKit\GravityMigrate\Platforms\FormidableForms\FormidableFormsSourceAdapter — Builds Gravity Forms payloads from Formidable Forms data.
GravityKit\GravityMigrate\Platforms\FormidableForms\FormidableFormsTargetAdapter — Builds Formidable Forms payloads from Gravity Forms data.
GravityKit\GravityMigrate\Platforms\Forminator\ForminatorDefinition — What GravityMigrate knows about Forminator.
GravityKit\GravityMigrate\Platforms\Forminator\ForminatorExporter — Recreates Gravity Forms forms in Forminator.
GravityKit\GravityMigrate\Platforms\Forminator\ForminatorImporter — Imports Forminator forms into Gravity Forms.
GravityKit\GravityMigrate\Platforms\Forminator\ForminatorMergeTagsTrait — Translates Forminator merge tags into Gravity Forms merge tags.
GravityKit\GravityMigrate\Platforms\Forminator\ForminatorSourceAdapter — Builds Gravity Forms payloads from Forminator data.
GravityKit\GravityMigrate\Platforms\Forminator\ForminatorTargetAdapter — Builds Forminator payloads from Gravity Forms data.
GravityKit\GravityMigrate\Platforms\GravityForms\GravityFormsDefinition — What GravityMigrate knows about Gravity Forms.
GravityKit\GravityMigrate\Platforms\GravityForms\GravityFormsSourceAdapter — Turns a Gravity Forms form into a UniversalForm.
GravityKit\GravityMigrate\Platforms\GravityForms\GravityFormsTargetAdapter — Turns a UniversalForm into a Gravity Forms form.
GravityKit\GravityMigrate\Platforms\NinjaForms\NinjaFormsDefinition — What GravityMigrate knows about Ninja Forms.
GravityKit\GravityMigrate\Platforms\NinjaForms\NinjaFormsExporter — Exports Gravity Forms forms to Ninja Forms.
GravityKit\GravityMigrate\Platforms\NinjaForms\NinjaFormsImporter — Imports Ninja Forms forms into Gravity Forms.
GravityKit\GravityMigrate\Platforms\NinjaForms\NinjaFormsMappingTrait — Provides shared mapping helpers for Ninja Forms conversion paths.
GravityKit\GravityMigrate\Platforms\NinjaForms\NinjaFormsSourceAdapter — Builds Gravity Forms payloads from Ninja Forms data.
GravityKit\GravityMigrate\Platforms\NinjaForms\NinjaFormsTargetAdapter — Builds Ninja Forms payloads from Gravity Forms data.
GravityKit\GravityMigrate\Platforms\PlatformDefinition — What GravityMigrate knows about one form plugin, stated once.
GravityKit\GravityMigrate\Platforms\PlatformIcons — Resolves a platform's icon to a URL the browser can load.
GravityKit\GravityMigrate\Platforms\PlatformRegistry — Finds the definition for a platform, by canonical id or by any slug it answers to.
GravityKit\GravityMigrate\Platforms\WPForms\WPFormsDefinition — What GravityMigrate knows about WPForms.
GravityKit\GravityMigrate\Platforms\WPForms\WPFormsExporter — Exports Gravity Forms forms to WPForms.
GravityKit\GravityMigrate\Platforms\WPForms\WPFormsImporter — Imports WPForms forms into Gravity Forms.
GravityKit\GravityMigrate\Platforms\WPForms\WPFormsSmartTagsTrait — Handles WPForms smart tag translation and warning collection.
GravityKit\GravityMigrate\Platforms\WPForms\WPFormsSourceAdapter — Builds Gravity Forms payloads from WPForms data.
GravityKit\GravityMigrate\Platforms\WPForms\WPFormsTargetAdapter — Builds WPForms payloads from Gravity Forms data.
GravityKit\GravityMigrate\Platforms\WSForm\WSFormDefinition — What GravityMigrate knows about WS Form.
GravityKit\GravityMigrate\Platforms\WSForm\WSFormExporter — Recreates Gravity Forms forms in WS Form.
GravityKit\GravityMigrate\Platforms\WSForm\WSFormImporter — Imports WS Form forms into Gravity Forms.
GravityKit\GravityMigrate\Platforms\WSForm\WSFormSourceAdapter — Builds Gravity Forms payloads from WS Form data.
GravityKit\GravityMigrate\Platforms\WSForm\WSFormTargetAdapter — Builds WS Form payloads from Gravity Forms data.
GravityKit\GravityMigrate\Plugin — Boots GravityMigrate: requirements, admin menu, assets, and the cron cleanups.
GravityKit\GravityMigrate\Schema\BelongsToPlatform — Answers which platform a class belongs to, from where it lives.
GravityKit\GravityMigrate\Schema\Choice — One option in a select, radio, checkbox or product field.
GravityKit\GravityMigrate\Schema\CollectsFieldReports — Gathers what converting a field had to say.
GravityKit\GravityMigrate\Schema\ExtensionData — Stores platform-specific extensions that don't map to universal properties.
GravityKit\GravityMigrate\Schema\FieldDefaults — Loads field defaults for normalization.
GravityKit\GravityMigrate\Schema\FieldMapper — Maps field types bidirectionally between platforms.
GravityKit\GravityMigrate\Schema\FileUploadLimits — The values every platform's upload limits are converted through.
GravityKit\GravityMigrate\Schema\FormDefaults — Loads form defaults for normalization.
GravityKit\GravityMigrate\Schema\FormLink — The link between a form and the one made from it, readable from either end.
GravityKit\GravityMigrate\Schema\GfChoiceInputs — Numbers the inputs of a multi-choice Gravity Forms field.
GravityKit\GravityMigrate\Schema\GfCompositeInputs — Builds the full input set a Gravity Forms composite field expects.
GravityKit\GravityMigrate\Schema\GfComposites — Puts a name or an address back together from the parts a source platform spread across
GravityKit\GravityMigrate\Schema\GfConditionalLogic — Reads a Gravity Forms field's conditional logic into a shape target adapters can emit.
GravityKit\GravityMigrate\Schema\GfConsentField — Builds the parts a Gravity Forms consent field needs to store a value.
GravityKit\GravityMigrate\Schema\GfCountries — Names every country, the way Gravity Forms names them.
GravityKit\GravityMigrate\Schema\GfCreditCardInputs — Builds the six inputs GF_Field_CreditCard expects.
GravityKit\GravityMigrate\Schema\GfDateFormat — The date formats Gravity Forms accepts, and how they read on other platforms.
GravityKit\GravityMigrate\Schema\GfFieldPlaceholder — The stand-in an export writes where a field id belongs but is not yet known.
GravityKit\GravityMigrate\Schema\GfLocationLists — Supplies the lists a country or state dropdown needs when the source form does not carry one.
GravityKit\GravityMigrate\Schema\GfMergeTag — Parses and rewrites Gravity Forms field merge tags.
GravityKit\GravityMigrate\Schema\GfNetPromoterScore — Builds the eleven answers a Net Promoter Score question offers.
GravityKit\GravityMigrate\Schema\GfNormalizer — Fills a Gravity Forms form, field, notification or confirmation out to the shape Gravity Forms
GravityKit\GravityMigrate\Schema\GfNotifications — Keys a set of notifications the way Gravity Forms stores them.
GravityKit\GravityMigrate\Schema\GfPhoneFormat — The two telephone formats Gravity Forms has, and how to choose between them.
GravityKit\GravityMigrate\Schema\Input — One part of a composite field: the first name, the street, the hour.
GravityKit\GravityMigrate\Schema\LogicRule — One test against one answer: this field, this comparison, this value.
GravityKit\GravityMigrate\Schema\MergeTagTranslator — Translates system merge tags between platforms through one map per platform.
GravityKit\GravityMigrate\Schema\MigrationSide — The behaviour an importer and an exporter share.
GravityKit\GravityMigrate\Schema\PipelineContext — What a conversion needs to know about the migration running it.
GravityKit\GravityMigrate\Schema\Recipient — Who a notification goes to, which is one of three different things.
GravityKit\GravityMigrate\Schema\RequestPayload — Reads the arguments out of a request, wherever the caller put them.
GravityKit\GravityMigrate\Schema\RowPacker — Packs fields into rows of twelve columns.
GravityKit\GravityMigrate\Schema\SharedInstance — One instance of a class, shared, with a way to put it back for a test.
GravityKit\GravityMigrate\Schema\ThirdPartyStorage — Table and meta names that belong to other plugins.
GravityKit\GravityMigrate\Schema\TransformationLog — Tracks the transformation history of forms and fields.
GravityKit\GravityMigrate\Schema\UniversalConditionalLogic — The rules deciding whether a field appears, or a notification sends, or a confirmation runs.
GravityKit\GravityMigrate\Schema\UniversalConfirmation — What a form shows or does after a submission, in terms no single platform owns.
GravityKit\GravityMigrate\Schema\UniversalField — Represents a form field in a platform-agnostic format.
GravityKit\GravityMigrate\Schema\UniversalForm — Represents a form in a platform-agnostic format.
GravityKit\GravityMigrate\Schema\UniversalHub — Which platform every migration passes through, and how a conversion is composed around it.
GravityKit\GravityMigrate\Schema\UniversalMergeTag — The values every form plugin lets somebody drop into a subject line or a message.
GravityKit\GravityMigrate\Schema\UniversalNotification — A message a form sends, in terms no single platform owns.
GravityKit\GravityMigrate\Schema\UniversalSidecar — Stores and reloads the canonical UniversalForm for a migrated Gravity Forms
GravityKit\GravityMigrate\Settings — Plugin settings class.
GravityKit\GravityMigrate\SiteTime — Formats an instant for a reader of this site's admin.
GravityKit\GravityMigrate\Uploader — The REST endpoints the upload widget posts an export bundle to, and deletes it through.
GravityKit\GravityMigrate\Util — Utility class.