Post_Meta
This class provides methods to handle post metadata related tasks in the container. It extends the Provider class and registers dependencies related to post metadata processing within the container.
- Full name:
\BigCommerce\Container\Post_Meta - Parent class:
Provider
Methods
register
Registers the necessary post metadata services in the container.
public register(\Pimple\Container $container): mixedThis function is responsible for adding any services or dependencies related to post metadata handling to the container. It is called during the registration phase of the container setup.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$container | \Pimple\Container | The container instance used to register the services. |
Automatically generated on 2025-01-21