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

Issue #2469965 by tadityar, jeanfei: Bad @file doc blocks in core/modules/system/*.api.php

parent a16cbda0
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -2,7 +2,7 @@
/**
* @file
* Hooks provided the Entity module.
* Hooks and documentation related to entities.
*/
use Drupal\Core\Entity\FieldableEntityInterface;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Hooks related to the Menu system.
* Hooks and documentation related to the menu system, routing, and links.
*/
/**
......
<?php
/**
* @file
* Hooks provided by Drupal core and the System module.
* Hooks related to module and update systems.
*/
use Drupal\Core\Utility\UpdateException;
......
......@@ -2,7 +2,7 @@
/**
* @file
* Hooks provided by Drupal core and the System module.
* Hooks provided by the System module.
*/
use Drupal\Component\Utility\SafeMarkup;
......
<?php
/**
* @file
* Hooks and documentation related to the theme and render system.
*/
/**
* @defgroup themeable Theme system overview
* @{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment