You are here

service plugin.manager.charts_type in Charts 8.4

Same name and namespace in other branches
  1. 5.0.x charts.services.yml \plugin.manager.charts_type

Class

Drupal\charts\TypeManager
7 string references to plugin.manager.charts_type
BaseSettings::getChartTypes in src/Element/BaseSettings.php
The types of chart.
Chart::create in src/Element/Chart.php
Creates an instance of the plugin.
ChartDataCollectorTable::getSeriesFromCollectedTable in src/Element/ChartDataCollectorTable.php
Gets the series from the data collected by this element.
ChartsPluginStyleChart::render in src/Plugin/views/style/ChartsPluginStyleChart.php
Render the display in this style.
Google::chartsGooglePopulateChartAxes in modules/charts_google/src/Plugin/chart/Library/Google.php
Utility to populate chart axes.

... See full list

File

./charts.services.yml
charts.services.yml

View source
  1. class: Drupal\charts\TypeManager
  2. arguments:
  3. - '@module_handler'
  4. - '@cache.discovery'
  5. - '@event_dispatcher'