public function FilterInterface::getType

Returns the processing type of this filter plugin.

Return value

int One of:

1 method overrides FilterInterface::getType()
FilterBase::getType in drupal/core/modules/filter/lib/Drupal/filter/Plugin/FilterBase.php
Returns the processing type of this filter plugin.

File

drupal/core/modules/filter/lib/Drupal/filter/Plugin/FilterInterface.php, line 108
Contains \Drupal\filter\Plugin\Filter\FilterInterface.

Class

FilterInterface
Defines the interface for text processing filter plugins.

Namespace

Drupal\filter\Plugin

Code

public function getType();