function views_include

3.x views.module views_include($file)
2.x views.module views_include($file)

Include views .inc files as necessary.

21 calls to views_include()
drush_views_analyze in drush/views.drush.inc
plugins.inc in includes/plugins.inc
Built in plugins for Views output handling.
ViewsCacheTest::getBasicView in tests/views_cache.test
Build and return a basic view of the views_test table.
ViewsSqlTest::getBasicPageView in tests/views_query.test
Build and return a Page view of the views_test table.
ViewsSqlTest::getBasicView in tests/views_query.test
Build and return a basic view of the views_test table.

... See full list

File

./views.module, line 1065
Primarily Drupal hooks and global API functions to manipulate views.

Code

function views_include($file) {
  ctools_include($file, 'views');
}