updated to 7.x-1.11

This commit is contained in:
Bachir Soussi Chiadmi
2014-02-07 10:01:18 +01:00
parent a30917d1d2
commit cf03e9ca52
69 changed files with 4629 additions and 1557 deletions
@@ -1,5 +1,10 @@
<?php
/**
* @file
* Integrates the Search API with Views.
*/
/**
* Implements hook_views_api().
*/
@@ -12,7 +17,7 @@ function search_api_views_views_api() {
/**
* Implements hook_search_api_index_insert().
*/
function search_api_views_search_api_index_insert(SearchApiIndex $index) {
function search_api_views_search_api_index_insert() {
// Make the new index available for views.
views_invalidate_cache();
}