You are here

protected property ViewsHandlerManager::$handlerType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/ViewsHandlerManager.php \Drupal\views\Plugin\ViewsHandlerManager::handlerType

The handler type.

Type: string

See also

\Drupal\views\ViewExecutable::getHandlerTypes().

File

core/modules/views/src/Plugin/ViewsHandlerManager.php, line 32

Class

ViewsHandlerManager
Plugin type manager for all views handlers.

Namespace

Drupal\views\Plugin

Code

protected $handlerType;