Skip to content

Commit b6fa503

Browse files
committed
Issue #2: Remove unneeded hook_views_api() implementation.
Fixes #2.
1 parent 1d98c60 commit b6fa503

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

search_api_solr.module

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,6 @@ function search_api_solr_search_api_server_update(SearchApiServer $server) {
130130
}
131131
}
132132

133-
/**
134-
* Implements hook_views_api().
135-
*/
136-
function search_api_solr_views_api() {
137-
if (module_exists('search_api_views')) {
138-
return array(
139-
'api' => '3.0',
140-
'path' => backdrop_get_path('module', 'search_api_views') . '/views',
141-
);
142-
}
143-
}
144-
145133
/**
146134
* Retrieves Solr-specific data for available data types.
147135
*

0 commit comments

Comments
 (0)