views_theme($existing, $type, $theme, $path)
Implements hook_theme().
Register views theming functions and those that are defined via views plugin definitions.
File
core/modules/views/views.module, line 84 Primarily Drupal hooks and global API functions to manipulate views.
Code
function views_theme($existing, $type, $theme, $path) {
\Drupal::moduleHandler()->loadInclude('views', 'inc', 'views.theme');
// Some quasi clever array merging here.
$base = array(
'file' => 'views.t