You are here

README.txt in Views Custom Table 8

Same filename and directory in other branches
  1. 7 README.txt
  2. 9.0.x README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration

INTRODUCTION
------------

The Views Custom Table module gives the functionality to integrate your custom
table to views. So you can use strong features of the views for your custom
table. This module use hook_view_data() to implement functionality.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/view_custom_table

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/view_custom_table

REQUIREMENTS
------------

This module requires the following modules:

 * Views (Drupal Core)
 * Views UI (Drupal Core)

INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. Visit:
   https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
   for further information.

CONFIGURATION
-------------

 * Configure user permissions in Administration » People » Permissions:

   - Add custom table in views

     Give user access to add his custom table to the system.

   - Administer all custom table in views

     Give user access to administer all the custom tables, added by all the
     users

   - Administer own custom table in views

     Give user access to administer own custom tables

 * Manage custom tables in Administration » Structure » Views » View Custom
   Table menu.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. INTRODUCTION
  8. ------------
  9. The Views Custom Table module gives the functionality to integrate your custom
  10. table to views. So you can use strong features of the views for your custom
  11. table. This module use hook_view_data() to implement functionality.
  12. * For a full description of the module, visit the project page:
  13. https://www.drupal.org/project/view_custom_table
  14. * To submit bug reports and feature suggestions, or to track changes:
  15. https://www.drupal.org/project/issues/view_custom_table
  16. REQUIREMENTS
  17. ------------
  18. This module requires the following modules:
  19. * Views (Drupal Core)
  20. * Views UI (Drupal Core)
  21. INSTALLATION
  22. ------------
  23. * Install as you would normally install a contributed Drupal module. Visit:
  24. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  25. for further information.
  26. CONFIGURATION
  27. -------------
  28. * Configure user permissions in Administration » People » Permissions:
  29. - Add custom table in views
  30. Give user access to add his custom table to the system.
  31. - Administer all custom table in views
  32. Give user access to administer all the custom tables, added by all the
  33. users
  34. - Administer own custom table in views
  35. Give user access to administer own custom tables
  36. * Manage custom tables in Administration » Structure » Views » View Custom
  37. Table menu.