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
| Property | Type | Description |
|---|---|---|
$processors | string[] | The names and classes of the async (background) processors. |
Methods
| Method | Description |
|---|---|
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
| Name | Type | Default | Description |
|---|---|---|---|
$container | GF_Service_Container |
Since: 2.6.9
Source: includes/async/class-gf-background-process-service-provider.php:63