Skip to content
Snippets Groups Projects
Commit 69c9962c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2455099 by kunalgrover05: Views overview topic page has some typos and omissions

parent 9a0cea22
No related branches found
No related tags found
No related merge requests found
......@@ -28,20 +28,22 @@
* entity, create a class implementing
* \Drupal\views\EntityViewsDataInterface and reference this in the
* "views_data" annotation in the entity class. You can autogenerate big parts
* of the ingration if you extend the \Drupal\views\EntityViewsData base
* of the integration if you extend the \Drupal\views\EntityViewsData base
* class. See the @link entity_api Entity API topic @endlink for more
* information about entities.
* - Implement hooks: A few operations in Views can be influenced by hooks.
* See the @link Views hooks topic @endlink for a list.
* See the @link views_hooks Views hooks topic @endlink for a list.
* - Theming: See the @link views_templates Views templates topic @endlink
* for more information.
*
* @see \Drupal\views\ViewExecutable
* @see \Drupal\views\Views
* @}
*/
/**
* @defgroup views_plugins Views plugins
* @{
* Overview of views plugins
*
* Views plugins are objects that are used to build and render the view.
......@@ -57,16 +59,20 @@
* @todo Document specific options on the appropriate plugin base classes.
* @todo Add examples.
*
* @ingroup views_overview
* @see \Drupal\views\Plugin\views\PluginBase
* @see \Drupal\views\Plugin\views\HandlerBase
* @see plugin_api
* @see annotation
* @}
*/
/**
* @defgroup views_hooks Views hooks
* @{
* Hooks that allow other modules to implement the Views API.
* @ingroup views_overview
* @}
*/
/**
......
......@@ -1089,6 +1089,7 @@ function template_preprocess_views_mini_pager(&$variables) {
* Important! When adding a new template to your theme, be sure to flush the
* theme registry cache!
*
* @ingroup views_overview
* @see \Drupal\views\ViewExecutable::buildThemeFunctions()
* @}
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment