You are here

public function FilterInterface::getType in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/filter/src/Plugin/FilterInterface.php \Drupal\filter\Plugin\FilterInterface::getType()
  2. 9 core/modules/filter/src/Plugin/FilterInterface.php \Drupal\filter\Plugin\FilterInterface::getType()

Returns the processing type of this filter plugin.

Return value

int One of:

File

core/modules/filter/src/Plugin/FilterInterface.php, line 111

Class

FilterInterface
Defines the interface for text processing filter plugins.

Namespace

Drupal\filter\Plugin

Code

public function getType();