Issue #2469965 by tadityar, jeanfei: Bad @file doc blocks in core/modules/system/*.api.php
parent
a16cbda00e
commit
9c99c595af
|
@ -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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<?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;
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Hooks and documentation related to the theme and render system.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup themeable Theme system overview
|
||||
* @{
|
||||
|
|
Loading…
Reference in New Issue