public function FilterBase::getType

Returns the processing type of this filter plugin.

Return value

int One of:

Overrides FilterInterface::getType

File

drupal/core/modules/filter/lib/Drupal/filter/Plugin/FilterBase.php, line 115
Contains \Drupal\filter\Plugin\Filter\FilterBase.

Class

FilterBase
Provides a base class for Filter plugins.

Namespace

Drupal\filter\Plugin

Code

public function getType() {
  return $this->pluginDefinition['type'];
}