You are here

service commerce_reports.order_report_generator in Commerce Reporting 8

Class

Drupal\commerce_reports\OrderReportGenerator
5 string references to commerce_reports.order_report_generator
OrderReportGenerateForm::processBatch in src/Form/OrderReportGenerateForm.php
Processes the batch and generates the order reports.
OrderReportGeneratorTest::testGenerateReports in tests/src/Kernel/OrderReportGeneratorTest.php
Tests the generate reports method.
OrderReportGeneratorTest::testGenerateSinglePluginReports in tests/src/Kernel/OrderReportGeneratorTest.php
Tests the generate reports method for a single plugin type.
OrderReportGeneratorTest::testRefreshReports in tests/src/Kernel/OrderReportGeneratorTest.php
Tests the refresh reports method.
OrderReportGeneratorTest::testRefreshSinglePluginReports in tests/src/Kernel/OrderReportGeneratorTest.php
Tests the refresh reports method for a single plugin method.

File

./commerce_reports.services.yml
commerce_reports.services.yml

View source
  1. class: Drupal\commerce_reports\OrderReportGenerator
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@plugin.manager.commerce_report_type'