Skip to main content

Gravity_Forms\Gravity_Forms\Async\GF_Background_Process_Service_Provider

Class GF_Background_Processing_Service_Provider

Since: 2.6.9

Source: includes/async/class-gf-background-process-service-provider.php:30

Details

  • Kind: class
  • Namespace: Gravity_Forms\Gravity_Forms\Async
  • Extends: GF_Service_Provider

Properties

PropertyTypeDescription
$processorsstring[]The names and classes of the async (background) processors.

Methods

MethodDescription
register()Initializing the processors and adding them to the container as services.

Method Reference

register()

public function register( GF_Service_Container $container )

Initializing the processors and adding them to the container as services.

Parameters

NameTypeDefaultDescription
$containerGF_Service_Container

Since: 2.6.9

Source: includes/async/class-gf-background-process-service-provider.php:63