You are here

public function ExposedChartType::canExpose in Charts 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Plugin/views/field/ExposedChartType.php \Drupal\charts\Plugin\views\field\ExposedChartType::canExpose()
  2. 8.3 src/Plugin/views/field/ExposedChartType.php \Drupal\charts\Plugin\views\field\ExposedChartType::canExpose()

Determine if a handler can be exposed.

Overrides HandlerBase::canExpose

File

src/Plugin/views/field/ExposedChartType.php, line 21

Class

ExposedChartType
Provides a Views handler that exposes a Chart Type field.

Namespace

Drupal\charts\Plugin\views\field

Code

public function canExpose() {
  return TRUE;
}