Method | Description | |
---|---|---|
__construct ( Inpsyde\MultilingualPress\Service\Container $container ) | Constructor. Sets up the properties. | |
bootstrap ( ) : boolean | Bootstraps MultilingualPress. | |
register_service_provider ( Inpsyde\MultilingualPress\Service\ServiceProvider $provider ) : static | Registers the given service provider. | |
resolve ( string $name ) : mixed | Resolve a shared value or factory callback from the container. |
Method | Description | |
---|---|---|
bootstrap_admin ( ) : void | Wires up all admin-specific things. | |
bootstrap_front_end ( ) : void | Wires up all front-end-specific things. | |
bootstrap_service_providers ( ) : void | Bootstraps all registered bootstrappable service providers. | |
check_installation ( ) : boolean | Checks (and adapts) the current MultilingualPress installation. | |
needs_modules ( ) : boolean | Checks if the current request needs MultilingualPress to register any modules. | |
register_modules ( ) : void | Registers all modules. | |
register_sites_list_table_columns ( ) : void | Registers columns for the list table on the Sites page in the Network Admin. |
public __construct ( Inpsyde\MultilingualPress\Service\Container $container ) | ||
$container | Inpsyde\MultilingualPress\Service\Container | Container object. |
public register_service_provider ( Inpsyde\MultilingualPress\Service\ServiceProvider $provider ) : static | ||
$provider | Inpsyde\MultilingualPress\Service\ServiceProvider | Service provider object. |
return | static | MultilingualPress instance. |