You are here

Classes, traits, and interfaces in Commerce Reporting 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
CommerceReportType class Drupal\commerce_reports\Annotation src/Annotation/CommerceReportType.php Defines the commerce report type plugin annotation object.
OrderItemsReport class Drupal\commerce_reports\Plugin\Commerce\ReportType src/Plugin/Commerce/ReportType/OrderItemsReport.php Provides the Order Items Report.
OrderItemsReportTest class Drupal\Tests\commerce_reports\Kernel\ReportType tests/src/Kernel/ReportType/OrderItemsReportTest.php Tests the `commerce_order_report` entity.
OrderPlacedEventSubscriber class Drupal\commerce_reports\EventSubscriber src/EventSubscriber/OrderPlacedEventSubscriber.php Event subscriber to order placed transition event. 2
OrderReport class Drupal\commerce_reports\Plugin\Commerce\ReportType src/Plugin/Commerce/ReportType/OrderReport.php Provides the basic Order Report.
OrderReport class Drupal\commerce_reports\Entity src/Entity/OrderReport.php Defines the order report entity class. 7
OrderReportGenerateForm class Drupal\commerce_reports\Form src/Form/OrderReportGenerateForm.php Profides a form for bulk generating order reports. 1
OrderReportGenerateFormTest class Drupal\Tests\commerce_reports\Functional tests/src/Functional/OrderReportGenerateFormTest.php Tests the OrderReportGenerateForm.
OrderReportGenerationTest class Drupal\Tests\commerce_reports\Kernel tests/src/Kernel/OrderReportGenerationTest.php Test order report generation.
OrderReportGenerator class Drupal\commerce_reports src/OrderReportGenerator.php Generates order reports for orders. 2
OrderReportGeneratorInterface interface Drupal\commerce_reports src/OrderReportGeneratorInterface.php Generates order reports. 1 1
OrderReportGeneratorTest class Drupal\Tests\commerce_reports\Kernel tests/src/Kernel/OrderReportGeneratorTest.php Test order report generator service.
OrderReportInterface interface Drupal\commerce_reports\Entity src/Entity/OrderReportInterface.php Defines the interface for order reports. 1
OrderReportTest class Drupal\Tests\commerce_reports\Kernel\ReportType tests/src/Kernel/ReportType/OrderReportTest.php Tests the `commerce_order_report` entity.
OrderReportViewsData class Drupal\commerce_reports src/OrderReportViewsData.php
PriceNumericField class Drupal\commerce_reports\Plugin\views\field src/Plugin/views/field/PriceNumericField.php Aggregated price fields have their handler swapped to use this handler in commerce_reports_views_pre_build. 1
PromotionReport class Drupal\commerce_reports\Plugin\Commerce\ReportType src/Plugin/Commerce/ReportType/PromotionReport.php Provide a report for Promotions on behalf of commerce_promotion.
PromotionReportTest class Drupal\Tests\commerce_reports\Kernel\ReportType tests/src/Kernel/ReportType/PromotionReportTest.php Tests the `commerce_order_report` entity.
ReportDate class Drupal\commerce_reports\Plugin\views\sort src/Plugin/views/sort/ReportDate.php Extends View basic sort handler for dates to add Week granularity.
ReportDateField class Drupal\commerce_reports\Plugin\views\field src/Plugin/views/field/ReportDateField.php Plugin annotation @ViewsField("commerce_reports_report_date_field");
ReportQueryBuilder class Drupal\commerce_reports src/ReportQueryBuilder.php Provides an aggregate query builder for order reports. 1 2
ReportQueryBuilderTest class Drupal\Tests\commerce_reports\Kernel tests/src/Kernel/ReportQueryBuilderTest.php Tests ReportQueryBuilder.
ReportsListBuilder class Drupal\commerce_reports src/ReportsListBuilder.php Builds a listing of the order report entities.
ReportTable class Drupal\commerce_reports\Controller src/Controller/ReportTable.php Table report controller.
ReportTypeBase abstract class Drupal\commerce_reports\Plugin\Commerce\ReportType src/Plugin/Commerce/ReportType/ReportTypeBase.php Provides the base order report type class. 4
ReportTypeInterface interface Drupal\commerce_reports\Plugin\Commerce\ReportType src/Plugin/Commerce/ReportType/ReportTypeInterface.php Defines the interface for order report types. 1 1
ReportTypeManager class Drupal\commerce_reports src/ReportTypeManager.php Manages discovery and instantiation of payment method type plugins. 2 2
TaxReport class Drupal\commerce_reports\Plugin\Commerce\ReportType src/Plugin/Commerce/ReportType/TaxReport.php Provide a report for Taxes on behalf of commerce_tax.
TaxReportTest class Drupal\Tests\commerce_reports\Kernel\ReportType tests/src/Kernel/ReportType/TaxReportTest.php Tests the `commerce_order_report` entity.
ViewsIntegrationTest class Drupal\Tests\commerce_reports\Kernel tests/src/Kernel/ViewsIntegrationTest.php Test Views integration.

Other projects