Automattic\WooCommerce
Container::get_service_providers()
The list of service provider classes to register.
Method of the class: Container{}
No Hooks.
Return
null
. Nothing (null).
Usage
// private - for code of main (parent) class only $result = $this->get_service_providers(): array;
Container::get_service_providers() Container::get service providers code WC 9.7.1
private function get_service_providers(): array { return array( AssignDefaultCategoryServiceProvider::class, DownloadPermissionsAdjusterServiceProvider::class, EmailPreviewServiceProvider::class, OptionSanitizerServiceProvider::class, OrdersDataStoreServiceProvider::class, ProductAttributesLookupServiceProvider::class, ProductDownloadsServiceProvider::class, ProductImageBySKUServiceProvider::class, ProductReviewsServiceProvider::class, ProxiesServiceProvider::class, RestockRefundedItemsAdjusterServiceProvider::class, UtilsClassesServiceProvider::class, COTMigrationServiceProvider::class, OrdersControllersServiceProvider::class, OrderAttributionServiceProvider::class, ObjectCacheServiceProvider::class, BatchProcessingServiceProvider::class, OrderMetaBoxServiceProvider::class, OrderAdminServiceProvider::class, FeaturesServiceProvider::class, MarketingServiceProvider::class, MarketplaceServiceProvider::class, LayoutTemplatesServiceProvider::class, LoggingServiceProvider::class, EnginesServiceProvider::class, ComingSoonServiceProvider::class, StatsServiceProvider::class, ImportExportServiceProvider::class, CostOfGoodsSoldServiceProvider::class, AdminSettingsServiceProvider::class, AdminSuggestionsServiceProvider::class, ); }