diff -u b/core/modules/system/core.api.php b/core/modules/system/core.api.php --- b/core/modules/system/core.api.php +++ b/core/modules/system/core.api.php @@ -29,25 +29,25 @@ * * @section store_retrieve Storing and retrieving data * - * - @link config_state Configuration and State system @endlink + * - @link config_state Configuration and State systems @endlink * - @link entity_api Entities @endlink * - @link field Fields @endlink * - @link node_overview Node system @endlink * - @link views_overview Views @endlink * - @link database Database abstraction layer @endlink * - * @section utility Utility APIs + * @section utility Other essential APIs * * - @link i18n Internationalization @endlink * - @link cache Caching @endlink * - @link user_api User accounts, permissions, and roles @endlink * - @link theme_render Theme system and render API @endlink + * - @link migration Migration @endlink * * @section advanced Advanced topics * * - @link container Services and the Dependency Injection Container @endlink * - @link typed_data Typed Data @endlink - * - @link migration Migration @endlink * - @link testing Automated tests @endlink * * @section more_info Further information