public ViewExecutable::getHandler($display_id, $type, $id)
Gets the configuration of a handler instance on a given display.
Parameters
string $display_id: The machine name of the display.
string $type: The type of handler to retrieve.
string $id: The ID of the handler to retrieve.
Return value
array|null Either the handler instance's configuration, or NULL if the handler is not used on the display.
File
core/modules/views/src/ViewExecutable.php, line 2272
Class
ViewExecutable Represents