public ViewExecutable::getHandlers($type, $display_id = NULL)
Gets an array of handler instances for the current display.
Parameters
string $type: The type of handlers to retrieve.
string $display_id: (optional) A specific display machine name to use. If NULL, the current display will be used.
Return value
array An array of handler instances of a given type for this display.
File
core/modules/views/src/ViewExecutable.php, line 2237
Class
ViewExecutable Represents a view as a whole.
Nam