Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
223
Merge Requests
223
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
6bf13bd8
Commit
6bf13bd8
authored
Mar 06, 2013
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1793074
by cweagans, sun, chx: Convert .info files to YAML.
parent
13bd2b25
Changes
420
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
420 changed files
with
1616 additions
and
1682 deletions
+1616
-1682
core/includes/bootstrap.inc
core/includes/bootstrap.inc
+1
-1
core/includes/common.inc
core/includes/common.inc
+25
-115
core/includes/image.inc
core/includes/image.inc
+1
-1
core/includes/install.core.inc
core/includes/install.core.inc
+1
-1
core/includes/install.inc
core/includes/install.inc
+9
-8
core/includes/module.inc
core/includes/module.inc
+1
-1
core/includes/theme.inc
core/includes/theme.inc
+11
-10
core/includes/theme.maintenance.inc
core/includes/theme.maintenance.inc
+1
-1
core/lib/Drupal/Core/SystemListing.php
core/lib/Drupal/Core/SystemListing.php
+11
-0
core/lib/Drupal/Core/SystemListingInfo.php
core/lib/Drupal/Core/SystemListingInfo.php
+9
-2
core/lib/Drupal/Core/Updater/Updater.php
core/lib/Drupal/Core/Updater/Updater.php
+1
-1
core/lib/Drupal/Core/Utility/ModuleInfo.php
core/lib/Drupal/Core/Utility/ModuleInfo.php
+1
-1
core/modules/action/action.info
core/modules/action/action.info
+0
-6
core/modules/action/action.info.yml
core/modules/action/action.info.yml
+6
-0
core/modules/action/tests/action_bulk_test/action_bulk_test.info
...dules/action/tests/action_bulk_test/action_bulk_test.info
+0
-8
core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml
...s/action/tests/action_bulk_test/action_bulk_test.info.yml
+9
-0
core/modules/action/tests/action_loop_test/action_loop_test.info
...dules/action/tests/action_loop_test/action_loop_test.info
+0
-7
core/modules/action/tests/action_loop_test/action_loop_test.info.yml
...s/action/tests/action_loop_test/action_loop_test.info.yml
+8
-0
core/modules/aggregator/aggregator.info
core/modules/aggregator/aggregator.info
+0
-7
core/modules/aggregator/aggregator.info.yml
core/modules/aggregator/aggregator.info.yml
+8
-0
core/modules/aggregator/tests/aggregator_test.info
core/modules/aggregator/tests/aggregator_test.info
+0
-6
core/modules/aggregator/tests/aggregator_test.info.yml
core/modules/aggregator/tests/aggregator_test.info.yml
+6
-0
core/modules/ban/ban.info
core/modules/ban/ban.info
+0
-6
core/modules/ban/ban.info.yml
core/modules/ban/ban.info.yml
+6
-0
core/modules/block/block.info
core/modules/block/block.info
+0
-6
core/modules/block/block.info.yml
core/modules/block/block.info.yml
+6
-0
core/modules/block/custom_block/custom_block.info
core/modules/block/custom_block/custom_block.info
+0
-7
core/modules/block/custom_block/custom_block.info.yml
core/modules/block/custom_block/custom_block.info.yml
+8
-0
core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.info
...ck/tests/modules/custom_block_test/custom_block_test.info
+0
-5
core/modules/block/custom_block/tests/modules/custom_block_test/custom_block_test.info.yml
...ests/modules/custom_block_test/custom_block_test.info.yml
+5
-0
core/modules/block/lib/Drupal/block/BlockListController.php
core/modules/block/lib/Drupal/block/BlockListController.php
+1
-1
core/modules/block/tests/block_test.info
core/modules/block/tests/block_test.info
+0
-6
core/modules/block/tests/block_test.info.yml
core/modules/block/tests/block_test.info.yml
+6
-0
core/modules/block/tests/block_test.module
core/modules/block/tests/block_test.module
+1
-1
core/modules/block/tests/block_test_views/block_test_views.info
...odules/block/tests/block_test_views/block_test_views.info
+0
-8
core/modules/block/tests/block_test_views/block_test_views.info.yml
...es/block/tests/block_test_views/block_test_views.info.yml
+9
-0
core/modules/block/tests/themes/block_test_theme/block_test_theme.info
...block/tests/themes/block_test_theme/block_test_theme.info
+0
-14
core/modules/block/tests/themes/block_test_theme/block_test_theme.info.yml
...k/tests/themes/block_test_theme/block_test_theme.info.yml
+15
-0
core/modules/book/book.info
core/modules/book/book.info
+0
-8
core/modules/book/book.info.yml
core/modules/book/book.info.yml
+9
-0
core/modules/breakpoint/breakpoint.info
core/modules/breakpoint/breakpoint.info
+0
-6
core/modules/breakpoint/breakpoint.info.yml
core/modules/breakpoint/breakpoint.info.yml
+5
-0
core/modules/breakpoint/tests/breakpoint_theme_test.info
core/modules/breakpoint/tests/breakpoint_theme_test.info
+0
-6
core/modules/breakpoint/tests/breakpoint_theme_test.info.yml
core/modules/breakpoint/tests/breakpoint_theme_test.info.yml
+7
-0
core/modules/breakpoint/tests/breakpoint_theme_test.module
core/modules/breakpoint/tests/breakpoint_theme_test.module
+1
-1
core/modules/breakpoint/tests/themes/breakpoint_test_theme/breakpoint_test_theme.info
...s/themes/breakpoint_test_theme/breakpoint_test_theme.info
+0
-5
core/modules/breakpoint/tests/themes/breakpoint_test_theme/breakpoint_test_theme.info.yml
...emes/breakpoint_test_theme/breakpoint_test_theme.info.yml
+5
-0
core/modules/ckeditor/ckeditor.info
core/modules/ckeditor/ckeditor.info
+0
-6
core/modules/ckeditor/ckeditor.info.yml
core/modules/ckeditor/ckeditor.info.yml
+7
-0
core/modules/ckeditor/tests/modules/ckeditor_test.info
core/modules/ckeditor/tests/modules/ckeditor_test.info
+0
-6
core/modules/ckeditor/tests/modules/ckeditor_test.info.yml
core/modules/ckeditor/tests/modules/ckeditor_test.info.yml
+6
-0
core/modules/color/color.info
core/modules/color/color.info
+0
-5
core/modules/color/color.info.yml
core/modules/color/color.info.yml
+5
-0
core/modules/comment/comment.info
core/modules/comment/comment.info
+0
-9
core/modules/comment/comment.info.yml
core/modules/comment/comment.info.yml
+10
-0
core/modules/comment/tests/modules/comment_test/comment_test.info
...ules/comment/tests/modules/comment_test/comment_test.info
+0
-8
core/modules/comment/tests/modules/comment_test/comment_test.info.yml
.../comment/tests/modules/comment_test/comment_test.info.yml
+8
-0
core/modules/comment/tests/modules/comment_test_views/comment_test_views.info
.../tests/modules/comment_test_views/comment_test_views.info
+0
-8
core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml
...ts/modules/comment_test_views/comment_test_views.info.yml
+9
-0
core/modules/config/config.info
core/modules/config/config.info
+0
-6
core/modules/config/config.info.yml
core/modules/config/config.info.yml
+6
-0
core/modules/config/tests/config_integration_test/config_integration_test.info
...ests/config_integration_test/config_integration_test.info
+0
-6
core/modules/config/tests/config_integration_test/config_integration_test.info.yml
.../config_integration_test/config_integration_test.info.yml
+7
-0
core/modules/config/tests/config_test/config_test.info
core/modules/config/tests/config_test/config_test.info
+0
-5
core/modules/config/tests/config_test/config_test.info.yml
core/modules/config/tests/config_test/config_test.info.yml
+5
-0
core/modules/config/tests/config_test_invalid_name/config_test_invalid_name.info
...ts/config_test_invalid_name/config_test_invalid_name.info
+0
-5
core/modules/config/tests/config_test_invalid_name/config_test_invalid_name.info.yml
...onfig_test_invalid_name/config_test_invalid_name.info.yml
+5
-0
core/modules/contact/contact.info
core/modules/contact/contact.info
+0
-6
core/modules/contact/contact.info.yml
core/modules/contact/contact.info.yml
+6
-0
core/modules/contextual/contextual.info
core/modules/contextual/contextual.info
+0
-5
core/modules/contextual/contextual.info.yml
core/modules/contextual/contextual.info.yml
+5
-0
core/modules/datetime/datetime.info
core/modules/datetime/datetime.info
+0
-6
core/modules/datetime/datetime.info.yml
core/modules/datetime/datetime.info.yml
+7
-0
core/modules/dblog/dblog.info
core/modules/dblog/dblog.info
+0
-5
core/modules/dblog/dblog.info.yml
core/modules/dblog/dblog.info.yml
+5
-0
core/modules/edit/edit.info
core/modules/edit/edit.info
+0
-7
core/modules/edit/edit.info.yml
core/modules/edit/edit.info.yml
+8
-0
core/modules/edit/tests/modules/edit_test.info
core/modules/edit/tests/modules/edit_test.info
+0
-6
core/modules/edit/tests/modules/edit_test.info.yml
core/modules/edit/tests/modules/edit_test.info.yml
+6
-0
core/modules/editor/editor.info
core/modules/editor/editor.info
+0
-7
core/modules/editor/editor.info.yml
core/modules/editor/editor.info.yml
+8
-0
core/modules/editor/tests/modules/editor_test.info
core/modules/editor/tests/modules/editor_test.info
+0
-6
core/modules/editor/tests/modules/editor_test.info.yml
core/modules/editor/tests/modules/editor_test.info.yml
+6
-0
core/modules/email/email.info
core/modules/email/email.info
+0
-6
core/modules/email/email.info.yml
core/modules/email/email.info.yml
+7
-0
core/modules/entity/entity.info
core/modules/entity/entity.info
+0
-6
core/modules/entity/entity.info.yml
core/modules/entity/entity.info.yml
+6
-0
core/modules/entity_reference/entity_reference.info
core/modules/entity_reference/entity_reference.info
+0
-6
core/modules/entity_reference/entity_reference.info.yml
core/modules/entity_reference/entity_reference.info.yml
+7
-0
core/modules/entity_reference/tests/modules/entity_reference_test/entity_reference_test.info
.../modules/entity_reference_test/entity_reference_test.info
+0
-7
core/modules/entity_reference/tests/modules/entity_reference_test/entity_reference_test.info.yml
...ules/entity_reference_test/entity_reference_test.info.yml
+8
-0
core/modules/field/field.info
core/modules/field/field.info
+0
-7
core/modules/field/field.info.yml
core/modules/field/field.info.yml
+8
-0
core/modules/field/tests/modules/field_test/field_test.info
core/modules/field/tests/modules/field_test/field_test.info
+0
-6
core/modules/field/tests/modules/field_test/field_test.info.yml
...odules/field/tests/modules/field_test/field_test.info.yml
+6
-0
core/modules/field/tests/modules/field_test_views/field_test_views.info
...ield/tests/modules/field_test_views/field_test_views.info
+0
-7
core/modules/field/tests/modules/field_test_views/field_test_views.info.yml
.../tests/modules/field_test_views/field_test_views.info.yml
+8
-0
core/modules/field_sql_storage/field_sql_storage.info
core/modules/field_sql_storage/field_sql_storage.info
+0
-7
core/modules/field_sql_storage/field_sql_storage.info.yml
core/modules/field_sql_storage/field_sql_storage.info.yml
+8
-0
core/modules/field_ui/field_ui.info
core/modules/field_ui/field_ui.info
+0
-6
core/modules/field_ui/field_ui.info.yml
core/modules/field_ui/field_ui.info.yml
+7
-0
core/modules/file/file.info
core/modules/file/file.info
+0
-6
core/modules/file/file.info.yml
core/modules/file/file.info.yml
+7
-0
core/modules/file/tests/file_module_test.info
core/modules/file/tests/file_module_test.info
+0
-6
core/modules/file/tests/file_module_test.info.yml
core/modules/file/tests/file_module_test.info.yml
+6
-0
core/modules/file/tests/file_test/file_test.info
core/modules/file/tests/file_test/file_test.info
+0
-6
core/modules/file/tests/file_test/file_test.info.yml
core/modules/file/tests/file_test/file_test.info.yml
+6
-0
core/modules/filter/filter.info
core/modules/filter/filter.info
+0
-7
core/modules/filter/filter.info.yml
core/modules/filter/filter.info.yml
+7
-0
core/modules/filter/tests/filter_test/filter_test.info
core/modules/filter/tests/filter_test/filter_test.info
+0
-6
core/modules/filter/tests/filter_test/filter_test.info.yml
core/modules/filter/tests/filter_test/filter_test.info.yml
+6
-0
core/modules/forum/forum.info
core/modules/forum/forum.info
+0
-10
core/modules/forum/forum.info.yml
core/modules/forum/forum.info.yml
+11
-0
core/modules/help/help.info
core/modules/help/help.info
+0
-5
core/modules/help/help.info.yml
core/modules/help/help.info.yml
+5
-0
core/modules/history/history.info
core/modules/history/history.info
+0
-6
core/modules/history/history.info.yml
core/modules/history/history.info.yml
+7
-0
core/modules/image/image.info
core/modules/image/image.info
+0
-7
core/modules/image/image.info.yml
core/modules/image/image.info.yml
+8
-0
core/modules/image/tests/image_module_test.info
core/modules/image/tests/image_module_test.info
+0
-6
core/modules/image/tests/image_module_test.info.yml
core/modules/image/tests/image_module_test.info.yml
+6
-0
core/modules/jsonld/jsonld.info
core/modules/jsonld/jsonld.info
+0
-7
core/modules/jsonld/jsonld.info.yml
core/modules/jsonld/jsonld.info.yml
+8
-0
core/modules/language/language.info
core/modules/language/language.info
+0
-6
core/modules/language/language.info.yml
core/modules/language/language.info.yml
+6
-0
core/modules/language/tests/language_elements_test/language_elements_test.info
.../tests/language_elements_test/language_elements_test.info
+0
-6
core/modules/language/tests/language_elements_test/language_elements_test.info.yml
...ts/language_elements_test/language_elements_test.info.yml
+6
-0
core/modules/language/tests/language_test/language_test.info
core/modules/language/tests/language_test/language_test.info
+0
-6
core/modules/language/tests/language_test/language_test.info.yml
...dules/language/tests/language_test/language_test.info.yml
+6
-0
core/modules/layout/layout.info
core/modules/layout/layout.info
+0
-5
core/modules/layout/layout.info.yml
core/modules/layout/layout.info.yml
+5
-0
core/modules/layout/tests/layout_test.info
core/modules/layout/tests/layout_test.info
+0
-6
core/modules/layout/tests/layout_test.info.yml
core/modules/layout/tests/layout_test.info.yml
+6
-0
core/modules/layout/tests/layout_test.module
core/modules/layout/tests/layout_test.module
+1
-1
core/modules/layout/tests/themes/layout_test_theme/layout_test_theme.info
...out/tests/themes/layout_test_theme/layout_test_theme.info
+0
-4
core/modules/layout/tests/themes/layout_test_theme/layout_test_theme.info.yml
...tests/themes/layout_test_theme/layout_test_theme.info.yml
+4
-0
core/modules/link/link.info
core/modules/link/link.info
+0
-6
core/modules/link/link.info.yml
core/modules/link/link.info.yml
+7
-0
core/modules/locale/locale.api.php
core/modules/locale/locale.api.php
+16
-15
core/modules/locale/locale.compare.inc
core/modules/locale/locale.compare.inc
+9
-8
core/modules/locale/locale.info
core/modules/locale/locale.info
+0
-8
core/modules/locale/locale.info.yml
core/modules/locale/locale.info.yml
+8
-0
core/modules/locale/locale.translation.inc
core/modules/locale/locale.translation.inc
+1
-1
core/modules/locale/tests/modules/locale_test/locale_test.info
...modules/locale/tests/modules/locale_test/locale_test.info
+0
-10
core/modules/locale/tests/modules/locale_test/locale_test.info.yml
...les/locale/tests/modules/locale_test/locale_test.info.yml
+8
-0
core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info
.../modules/locale_test_translate/locale_test_translate.info
+0
-10
core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml
...ules/locale_test_translate/locale_test_translate.info.yml
+8
-0
core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module
...odules/locale_test_translate/locale_test_translate.module
+1
-1
core/modules/menu/menu.info
core/modules/menu/menu.info
+0
-7
core/modules/menu/menu.info.yml
core/modules/menu/menu.info.yml
+8
-0
core/modules/menu_link/menu_link.info
core/modules/menu_link/menu_link.info
+0
-8
core/modules/menu_link/menu_link.info.yml
core/modules/menu_link/menu_link.info.yml
+8
-0
core/modules/node/node.info
core/modules/node/node.info
+0
-7
core/modules/node/node.info.yml
core/modules/node/node.info.yml
+8
-0
core/modules/node/tests/modules/node_access_test/node_access_test.info
...node/tests/modules/node_access_test/node_access_test.info
+0
-6
core/modules/node/tests/modules/node_access_test/node_access_test.info.yml
.../tests/modules/node_access_test/node_access_test.info.yml
+6
-0
core/modules/node/tests/modules/node_test/node_test.info
core/modules/node/tests/modules/node_test/node_test.info
+0
-6
core/modules/node/tests/modules/node_test/node_test.info.yml
core/modules/node/tests/modules/node_test/node_test.info.yml
+6
-0
core/modules/node/tests/modules/node_test_exception/node_test_exception.info
...ests/modules/node_test_exception/node_test_exception.info
+0
-6
core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml
.../modules/node_test_exception/node_test_exception.info.yml
+6
-0
core/modules/node/tests/modules/node_test_views/node_test_views.info
...s/node/tests/modules/node_test_views/node_test_views.info
+0
-8
core/modules/node/tests/modules/node_test_views/node_test_views.info.yml
...de/tests/modules/node_test_views/node_test_views.info.yml
+9
-0
core/modules/number/number.info
core/modules/number/number.info
+0
-6
core/modules/number/number.info.yml
core/modules/number/number.info.yml
+7
-0
core/modules/openid/openid.info
core/modules/openid/openid.info
+0
-5
core/modules/openid/openid.info.yml
core/modules/openid/openid.info.yml
+5
-0
core/modules/openid/tests/openid_test.info
core/modules/openid/tests/openid_test.info
+0
-7
core/modules/openid/tests/openid_test.info.yml
core/modules/openid/tests/openid_test.info.yml
+8
-0
core/modules/options/options.info
core/modules/options/options.info
+0
-9
core/modules/options/options.info.yml
core/modules/options/options.info.yml
+9
-0
core/modules/options/tests/options_test.info
core/modules/options/tests/options_test.info
+0
-6
core/modules/options/tests/options_test.info.yml
core/modules/options/tests/options_test.info.yml
+6
-0
core/modules/overlay/overlay.info
core/modules/overlay/overlay.info
+0
-5
core/modules/overlay/overlay.info.yml
core/modules/overlay/overlay.info.yml
+5
-0
core/modules/path/path.info
core/modules/path/path.info
+0
-6
core/modules/path/path.info.yml
core/modules/path/path.info.yml
+6
-0
core/modules/php/php.info
core/modules/php/php.info
+0
-5
core/modules/php/php.info.yml
core/modules/php/php.info.yml
+5
-0
core/modules/picture/picture.info
core/modules/picture/picture.info
+0
-8
core/modules/picture/picture.info.yml
core/modules/picture/picture.info.yml
+9
-0
core/modules/rdf/rdf.info
core/modules/rdf/rdf.info
+0
-5
core/modules/rdf/rdf.info.yml
core/modules/rdf/rdf.info.yml
+5
-0
core/modules/rdf/tests/rdf_test.info
core/modules/rdf/tests/rdf_test.info
+0
-7
core/modules/rdf/tests/rdf_test.info.yml
core/modules/rdf/tests/rdf_test.info.yml
+8
-0
core/modules/rdf/tests/rdf_test_mapping/rdf_test_mapping.info
.../modules/rdf/tests/rdf_test_mapping/rdf_test_mapping.info
+0
-6
core/modules/rdf/tests/rdf_test_mapping/rdf_test_mapping.info.yml
...ules/rdf/tests/rdf_test_mapping/rdf_test_mapping.info.yml
+7
-0
core/modules/rest/rest.info
core/modules/rest/rest.info
+0
-9
core/modules/rest/rest.info.yml
core/modules/rest/rest.info.yml
+10
-0
core/modules/rest/tests/modules/rest_test_views/rest_test_views.info
...s/rest/tests/modules/rest_test_views/rest_test_views.info
+0
-8
core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml
...st/tests/modules/rest_test_views/rest_test_views.info.yml
+9
-0
core/modules/search/search.info
core/modules/search/search.info
+0
-6
core/modules/search/search.info.yml
core/modules/search/search.info.yml
+6
-0
core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info
...ts/modules/search_embedded_form/search_embedded_form.info
+0
-6
core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml
...odules/search_embedded_form/search_embedded_form.info.yml
+6
-0
core/modules/search/tests/modules/search_extra_type/search_extra_type.info
...ch/tests/modules/search_extra_type/search_extra_type.info
+0
-6
core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml
...ests/modules/search_extra_type/search_extra_type.info.yml
+6
-0
core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info
...ts/modules/search_langcode_test/search_langcode_test.info
+0
-6
core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml
...odules/search_langcode_test/search_langcode_test.info.yml
+6
-0
core/modules/serialization/serialization.info
core/modules/serialization/serialization.info
+0
-4
core/modules/serialization/serialization.info.yml
core/modules/serialization/serialization.info.yml
+4
-0
core/modules/serialization/tests/serialization_test/serialization_test.info
...lization/tests/serialization_test/serialization_test.info
+0
-5
core/modules/serialization/tests/serialization_test/serialization_test.info.yml
...tion/tests/serialization_test/serialization_test.info.yml
+5
-0
core/modules/shortcut/shortcut.info
core/modules/shortcut/shortcut.info
+0
-7
core/modules/shortcut/shortcut.info.yml
core/modules/shortcut/shortcut.info.yml
+8
-0
core/modules/simpletest/simpletest.info
core/modules/simpletest/simpletest.info
+0
-7
core/modules/simpletest/simpletest.info.yml
core/modules/simpletest/simpletest.info.yml
+6
-0
core/modules/statistics/statistics.info
core/modules/statistics/statistics.info
+0
-6
core/modules/statistics/statistics.info.yml
core/modules/statistics/statistics.info.yml
+6
-0
core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info
.../modules/statistics_test_views/statistics_test_views.info
+0
-8
core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml
...ules/statistics_test_views/statistics_test_views.info.yml
+9
-0
core/modules/syslog/syslog.info
core/modules/syslog/syslog.info
+0
-5
core/modules/syslog/syslog.info.yml
core/modules/syslog/syslog.info.yml
+5
-0
core/modules/system/lib/Drupal/system/Tests/Bootstrap/GetFilenameUnitTest.php
...lib/Drupal/system/Tests/Bootstrap/GetFilenameUnitTest.php
+1
-1
core/modules/system/lib/Drupal/system/Tests/Common/ParseInfoFileUnitTest.php
.../lib/Drupal/system/Tests/Common/ParseInfoFileUnitTest.php
+3
-3
core/modules/system/lib/Drupal/system/Tests/FileTransfer/FileTransferTest.php
...lib/Drupal/system/Tests/FileTransfer/FileTransferTest.php
+1
-1
core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
...s/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
+4
-4
core/modules/system/lib/Drupal/system/Tests/System/InfoAlterTest.php
...s/system/lib/Drupal/system/Tests/System/InfoAlterTest.php
+2
-2
core/modules/system/lib/Drupal/system/Tests/System/InfoFileParserUnitTest.php
...lib/Drupal/system/Tests/System/InfoFileParserUnitTest.php
+0
-81
core/modules/system/lib/Drupal/system/Tests/Theme/ThemeInfoStylesTest.php
...tem/lib/Drupal/system/Tests/Theme/ThemeInfoStylesTest.php
+3
-3
core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
...odules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
+6
-6
core/modules/system/system.admin.inc
core/modules/system/system.admin.inc
+6
-5
core/modules/system/system.api.php
core/modules/system/system.api.php
+14
-14
core/modules/system/system.info
core/modules/system/system.info
+0
-7
core/modules/system/system.info.yml
core/modules/system/system.info.yml
+7
-0
core/modules/system/system.module
core/modules/system/system.module
+20
-20
core/modules/system/templates/region.tpl.php
core/modules/system/templates/region.tpl.php
+2
-1
core/modules/system/tests/common_test_info.txt
core/modules/system/tests/common_test_info.txt
+3
-9
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info
...system/tests/modules/ajax_forms_test/ajax_forms_test.info
+0
-6
core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml
...em/tests/modules/ajax_forms_test/ajax_forms_test.info.yml
+6
-0
core/modules/system/tests/modules/ajax_test/ajax_test.info
core/modules/system/tests/modules/ajax_test/ajax_test.info
+0
-6
core/modules/system/tests/modules/ajax_test/ajax_test.info.yml
...modules/system/tests/modules/ajax_test/ajax_test.info.yml
+6
-0
core/modules/system/tests/modules/ajax_test/ajax_test.module
core/modules/system/tests/modules/ajax_test/ajax_test.module
+1
-1
core/modules/system/tests/modules/batch_test/batch_test.info
core/modules/system/tests/modules/batch_test/batch_test.info
+0
-6
core/modules/system/tests/modules/batch_test/batch_test.info.yml
...dules/system/tests/modules/batch_test/batch_test.info.yml
+6
-0
core/modules/system/tests/modules/bundle_test/bundle_test.info
...modules/system/tests/modules/bundle_test/bundle_test.info
+0
-6
core/modules/system/tests/modules/bundle_test/bundle_test.info.yml
...les/system/tests/modules/bundle_test/bundle_test.info.yml
+6
-0
core/modules/system/tests/modules/cache_test/cache_test.info
core/modules/system/tests/modules/cache_test/cache_test.info
+0
-6
core/modules/system/tests/modules/cache_test/cache_test.info.yml
...dules/system/tests/modules/cache_test/cache_test.info.yml
+6
-0
core/modules/system/tests/modules/common_test/common_test.info
...modules/system/tests/modules/common_test/common_test.info
+0
-6
core/modules/system/tests/modules/common_test/common_test.info.yml
...les/system/tests/modules/common_test/common_test.info.yml
+6
-0
core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info
...ules/common_test_cron_helper/common_test_cron_helper.info
+0
-6
core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml
.../common_test_cron_helper/common_test_cron_helper.info.yml
+6
-0
core/modules/system/tests/modules/condition_test/condition_test.info
...s/system/tests/modules/condition_test/condition_test.info
+0
-6
core/modules/system/tests/modules/condition_test/condition_test.info.yml
...stem/tests/modules/condition_test/condition_test.info.yml
+6
-0
core/modules/system/tests/modules/config_upgrade/config_upgrade.info
...s/system/tests/modules/config_upgrade/config_upgrade.info
+0
-6
core/modules/system/tests/modules/config_upgrade/config_upgrade.info.yml
...stem/tests/modules/config_upgrade/config_upgrade.info.yml
+6
-0
core/modules/system/tests/modules/database_test/database_test.info
...les/system/tests/modules/database_test/database_test.info
+0
-6
core/modules/system/tests/modules/database_test/database_test.info.yml
...system/tests/modules/database_test/database_test.info.yml
+6
-0
core/modules/system/tests/modules/design_test/design_test.info
...modules/system/tests/modules/design_test/design_test.info
+0
-6
core/modules/system/tests/modules/design_test/design_test.info.yml
...les/system/tests/modules/design_test/design_test.info.yml
+6
-0
core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info
...ompatible_test/drupal_system_listing_compatible_test.info
+0
-6
core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
...tible_test/drupal_system_listing_compatible_test.info.yml
+6
-0
core/modules/system/tests/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info
...patible_test/drupal_system_listing_incompatible_test.info
+0
-6
core/modules/system/tests/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info.yml
...ble_test/drupal_system_listing_incompatible_test.info.yml
+6
-0
core/modules/system/tests/modules/entity_cache_test/entity_cache_test.info
...em/tests/modules/entity_cache_test/entity_cache_test.info
+0
-7
core/modules/system/tests/modules/entity_cache_test/entity_cache_test.info.yml
...ests/modules/entity_cache_test/entity_cache_test.info.yml
+8
-0
core/modules/system/tests/modules/entity_cache_test_dependency/entity_cache_test_dependency.info
...y_cache_test_dependency/entity_cache_test_dependency.info
+0
-6
core/modules/system/tests/modules/entity_cache_test_dependency/entity_cache_test_dependency.info.yml
...che_test_dependency/entity_cache_test_dependency.info.yml
+6
-0
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info
.../modules/entity_crud_hook_test/entity_crud_hook_test.info
+0
-6
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml
...ules/entity_crud_hook_test/entity_crud_hook_test.info.yml
+6
-0
core/modules/system/tests/modules/entity_test/entity_test.info
...modules/system/tests/modules/entity_test/entity_test.info
+0
-8
core/modules/system/tests/modules/entity_test/entity_test.info.yml
...les/system/tests/modules/entity_test/entity_test.info.yml
+9
-0
core/modules/system/tests/modules/error_test/error_test.info
core/modules/system/tests/modules/error_test/error_test.info
+0
-6
core/modules/system/tests/modules/error_test/error_test.info.yml
...dules/system/tests/modules/error_test/error_test.info.yml
+6
-0
core/modules/system/tests/modules/form_test/form_test.info
core/modules/system/tests/modules/form_test/form_test.info
+0
-6
core/modules/system/tests/modules/form_test/form_test.info.yml
...modules/system/tests/modules/form_test/form_test.info.yml
+6
-0
core/modules/system/tests/modules/image_test/image_test.info
core/modules/system/tests/modules/image_test/image_test.info
+0
-6
core/modules/system/tests/modules/image_test/image_test.info.yml
...dules/system/tests/modules/image_test/image_test.info.yml
+6
-0
core/modules/system/tests/modules/menu_test/menu_test.info
core/modules/system/tests/modules/menu_test/menu_test.info
+0
-8
core/modules/system/tests/modules/menu_test/menu_test.info.yml
...modules/system/tests/modules/menu_test/menu_test.info.yml
+9
-0
core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info
...ts/modules/module_autoload_test/module_autoload_test.info
+0
-6
core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml
...odules/module_autoload_test/module_autoload_test.info.yml
+6
-0
core/modules/system/tests/modules/module_test/module_test.info
...modules/system/tests/modules/module_test/module_test.info
+0
-6
core/modules/system/tests/modules/module_test/module_test.info.yml
...les/system/tests/modules/module_test/module_test.info.yml
+6
-0
core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info
...ests/modules/paramconverter_test/paramconverter_test.info
+0
-6
core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml
.../modules/paramconverter_test/paramconverter_test.info.yml
+6
-0
core/modules/system/tests/modules/path_test/path_test.info.yml
...modules/system/tests/modules/path_test/path_test.info.yml
+6
-0
core/modules/system/tests/modules/plugin_test/plugin_test.info
...modules/system/tests/modules/plugin_test/plugin_test.info
+0
-6
core/modules/system/tests/modules/plugin_test/plugin_test.info.yml
...les/system/tests/modules/plugin_test/plugin_test.info.yml
+6
-0
core/modules/system/tests/modules/requirements1_test/requirements1_test.info
.../tests/modules/requirements1_test/requirements1_test.info
+0
-6
core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml
...ts/modules/requirements1_test/requirements1_test.info.yml
+6
-0
core/modules/system/tests/modules/requirements2_test/requirements2_test.info
.../tests/modules/requirements2_test/requirements2_test.info
+0
-8
core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml
...ts/modules/requirements2_test/requirements2_test.info.yml
+9
-0
core/modules/system/tests/modules/router_test/router_test.info
...modules/system/tests/modules/router_test/router_test.info
+0
-6
core/modules/system/tests/modules/router_test/router_test.info.yml
...les/system/tests/modules/router_test/router_test.info.yml
+6
-0
core/modules/system/tests/modules/serialization_test/serialization_test.info.yml
...ts/modules/serialization_test/serialization_test.info.yml
+5
-0
core/modules/system/tests/modules/session_test/session_test.info
...dules/system/tests/modules/session_test/session_test.info
+0
-6
core/modules/system/tests/modules/session_test/session_test.info.yml
...s/system/tests/modules/session_test/session_test.info.yml
+6
-0
core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info
...es/system_dependencies_test/system_dependencies_test.info
+0
-7
core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml
...ystem_dependencies_test/system_dependencies_test.info.yml
+8
-0
core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info
...t/system_incompatible_core_version_dependencies_test.info
+0
-7
core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml
...stem_incompatible_core_version_dependencies_test.info.yml
+8
-0
core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info
...e_version_test/system_incompatible_core_version_test.info
+0
-6
core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml
...rsion_test/system_incompatible_core_version_test.info.yml
+6
-0
core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info
...system_incompatible_module_version_dependencies_test.info
+0
-8
core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml
...em_incompatible_module_version_dependencies_test.info.yml
+8
-0
core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info
...version_test/system_incompatible_module_version_test.info
+0
-6
core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml
...ion_test/system_incompatible_module_version_test.info.yml
+6
-0
core/modules/system/tests/modules/system_module_test/system_module_test.info
.../tests/modules/system_module_test/system_module_test.info
+0
-6
core/modules/system/tests/modules/system_module_test/system_module_test.info.yml
...ts/modules/system_module_test/system_module_test.info.yml
+6
-0
core/modules/system/tests/modules/system_test/system_test.info
...modules/system/tests/modules/system_test/system_test.info
+0
-6
core/modules/system/tests/modules/system_test/system_test.info.yml
...les/system/tests/modules/system_test/system_test.info.yml
+6
-0
core/modules/system/tests/modules/taxonomy_test/taxonomy_test.info
...les/system/tests/modules/taxonomy_test/taxonomy_test.info
+0
-7
core/modules/system/tests/modules/taxonomy_test/taxonomy_test.info.yml
...system/tests/modules/taxonomy_test/taxonomy_test.info.yml
+8
-0
core/modules/system/tests/modules/test_page_test/test_page_test.info
...s/system/tests/modules/test_page_test/test_page_test.info
+0
-6
core/modules/system/tests/modules/test_page_test/test_page_test.info.yml
...stem/tests/modules/test_page_test/test_page_test.info.yml
+6
-0
core/modules/system/tests/modules/theme_page_test/theme_page_test.info
...system/tests/modules/theme_page_test/theme_page_test.info
+0
-6
core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml
...em/tests/modules/theme_page_test/theme_page_test.info.yml
+6
-0
core/modules/system/tests/modules/theme_page_test/theme_page_test.module
...stem/tests/modules/theme_page_test/theme_page_test.module
+2
-2
core/modules/system/tests/modules/theme_test/theme_test.info
core/modules/system/tests/modules/theme_test/theme_test.info
+0
-6
core/modules/system/tests/modules/theme_test/theme_test.info.yml
...dules/system/tests/modules/theme_test/theme_test.info.yml
+6
-0
core/modules/system/tests/modules/theme_test/theme_test.module
...modules/system/tests/modules/theme_test/theme_test.module
+7
-7
core/modules/system/tests/modules/transliterate_test/transliterate_test.info
.../tests/modules/transliterate_test/transliterate_test.info
+0
-6
core/modules/system/tests/modules/transliterate_test/transliterate_test.info.yml
...ts/modules/transliterate_test/transliterate_test.info.yml
+6
-0
core/modules/system/tests/modules/update_script_test/update_script_test.info
.../tests/modules/update_script_test/update_script_test.info
+0
-6
core/modules/system/tests/modules/update_script_test/update_script_test.info.yml
...ts/modules/update_script_test/update_script_test.info.yml
+6
-0
core/modules/system/tests/modules/update_test_1/update_test_1.info
...les/system/tests/modules/update_test_1/update_test_1.info
+0
-6
core/modules/system/tests/modules/update_test_1/update_test_1.info.yml
...system/tests/modules/update_test_1/update_test_1.info.yml
+6
-0
core/modules/system/tests/modules/update_test_2/update_test_2.info
...les/system/tests/modules/update_test_2/update_test_2.info
+0
-6
core/modules/system/tests/modules/update_test_2/update_test_2.info.yml
...system/tests/modules/update_test_2/update_test_2.info.yml
+6
-0
core/modules/system/tests/modules/update_test_3/update_test_3.info
...les/system/tests/modules/update_test_3/update_test_3.info
+0
-6
core/modules/system/tests/modules/update_test_3/update_test_3.info.yml
...system/tests/modules/update_test_3/update_test_3.info.yml
+6
-0
core/modules/system/tests/modules/url_alter_test/url_alter_test.info
...s/system/tests/modules/url_alter_test/url_alter_test.info
+0
-6
core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml
...stem/tests/modules/url_alter_test/url_alter_test.info.yml
+6
-0
core/modules/system/tests/themes/test_basetheme/test_basetheme.info
...es/system/tests/themes/test_basetheme/test_basetheme.info
+0
-18
core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml
...ystem/tests/themes/test_basetheme/test_basetheme.info.yml
+18
-0
core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info
...themes/test_invalid_basetheme/test_invalid_basetheme.info
+0
-5
core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml
...es/test_invalid_basetheme/test_invalid_basetheme.info.yml
+5
-0
core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info
...tests/themes/test_invalid_engine/test_invalid_engine.info
+0
-5
core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml
...s/themes/test_invalid_engine/test_invalid_engine.info.yml
+5
-0
core/modules/system/tests/themes/test_subtheme/test_subtheme.info
...ules/system/tests/themes/test_subtheme/test_subtheme.info
+0
-20
core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml
.../system/tests/themes/test_subtheme/test_subtheme.info.yml
+18
-0
core/modules/system/tests/themes/test_theme/test_theme.info
core/modules/system/tests/themes/test_theme/test_theme.info
+0
-8
core/modules/system/tests/themes/test_theme/test_theme.info.yml
...odules/system/tests/themes/test_theme/test_theme.info.yml
+18
-0
core/modules/system/tests/themes/test_theme_twig/test_theme_twig.info
.../system/tests/themes/test_theme_twig/test_theme_twig.info
+0
-5
core/modules/system/tests/themes/test_theme_twig/test_theme_twig.info.yml
...tem/tests/themes/test_theme_twig/test_theme_twig.info.yml
+5
-0
core/modules/taxonomy/taxonomy.info
core/modules/taxonomy/taxonomy.info
+0
-7
core/modules/taxonomy/taxonomy.info.yml
core/modules/taxonomy/taxonomy.info.yml
+8
-0
core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info
...ests/modules/taxonomy_test_views/taxonomy_test_views.info
+0
-8
core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml
.../modules/taxonomy_test_views/taxonomy_test_views.info.yml
+9
-0
core/modules/telephone/telephone.info
core/modules/telephone/telephone.info
+0
-6
core/modules/telephone/telephone.info.yml
core/modules/telephone/telephone.info.yml
+7
-0
core/modules/text/text.info
core/modules/text/text.info
+0
-7
core/modules/text/text.info.yml
core/modules/text/text.info.yml
+8
-0
core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info
...ules/toolbar/tests/modules/toolbar_test/toolbar_test.info
+0
-6
core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml
.../toolbar/tests/modules/toolbar_test/toolbar_test.info.yml
+6
-0
core/modules/toolbar/toolbar.info
core/modules/toolbar/toolbar.info
+0
-10
core/modules/toolbar/toolbar.info.yml
core/modules/toolbar/toolbar.info.yml
+9
-0
core/modules/tour/tests/tour_test/tour_test.info
core/modules/tour/tests/tour_test/tour_test.info
+0
-7
core/modules/tour/tests/tour_test/tour_test.info.yml
core/modules/tour/tests/tour_test/tour_test.info.yml
+8
-0
core/modules/tour/tour.info
core/modules/tour/tour.info
+0
-5
core/modules/tour/tour.info.yml
core/modules/tour/tour.info.yml
+5
-0
core/modules/tracker/tracker.info
core/modules/tracker/tracker.info
+0
-6
core/modules/tracker/tracker.info.yml
core/modules/tracker/tracker.info.yml
+7
-0
core/modules/translation/tests/translation_test.info
core/modules/translation/tests/translation_test.info
+0
-6
core/modules/translation/tests/translation_test.info.yml
core/modules/translation/tests/translation_test.info.yml
+6
-0
core/modules/translation/translation.info
core/modules/translation/translation.info
+0
-10
core/modules/translation/translation.info.yml
core/modules/translation/translation.info.yml
+9
-0
core/modules/translation_entity/tests/modules/translation_entity_test_views/translation_entity_test_views.info
...tion_entity_test_views/translation_entity_test_views.info
+0
-8
core/modules/translation_entity/tests/modules/translation_entity_test_views/translation_entity_test_views.info.yml
..._entity_test_views/translation_entity_test_views.info.yml
+9
-0
core/modules/translation_entity/translation_entity.info
core/modules/translation_entity/translation_entity.info
+0
-7
core/modules/translation_entity/translation_entity.info.yml
core/modules/translation_entity/translation_entity.info.yml
+8
-0
core/modules/update/tests/aaa_update_test.tar.gz
core/modules/update/tests/aaa_update_test.tar.gz
+3
-1
core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml
...les/update/tests/aaa_update_test/aaa_update_test.info.yml
+5
-0
core/modules/update/tests/aaa_update_test/aaa_update_test.module
...dules/update/tests/aaa_update_test/aaa_update_test.module
+6
-0
core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info
...update/tests/modules/aaa_update_test/aaa_update_test.info
+0
-5
core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml
...te/tests/modules/aaa_update_test/aaa_update_test.info.yml
+5
-0
core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info
...update/tests/modules/bbb_update_test/bbb_update_test.info
+0
-5
core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml
...te/tests/modules/bbb_update_test/bbb_update_test.info.yml
+5
-0
core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info
...update/tests/modules/ccc_update_test/ccc_update_test.info
+0
-5
core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml
...te/tests/modules/ccc_update_test/ccc_update_test.info.yml
+5
-0
core/modules/update/tests/modules/update_test/update_test.info
...modules/update/tests/modules/update_test/update_test.info
+0
-6
core/modules/update/tests/modules/update_test/update_test.info.yml
...les/update/tests/modules/update_test/update_test.info.yml
+6
-0
core/modules/update/tests/modules/update_test/update_test.module
...dules/update/tests/modules/update_test/update_test.module
+7
-7
core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info
...s/themes/update_test_basetheme/update_test_basetheme.info
+0
-4
core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info.yml
...emes/update_test_basetheme/update_test_basetheme.info.yml
+4
-0
core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info
...sts/themes/update_test_subtheme/update_test_subtheme.info
+0
-5
core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml
...themes/update_test_subtheme/update_test_subtheme.info.yml
+5
-0
core/modules/update/update.api.php
core/modules/update/update.api.php
+3
-3
core/modules/update/update.compare.inc
core/modules/update/update.compare.inc
+26
-26
core/modules/update/update.fetch.inc
core/modules/update/update.fetch.inc
+3
-3
core/modules/update/update.info
core/modules/update/update.info
+0
-7
core/modules/update/update.info.yml
core/modules/update/update.info.yml
+8
-0
core/modules/update/update.module
core/modules/update/update.module
+14
-14
core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info
...om_phpass_params_test/user_custom_phpass_params_test.info
+0
-6
core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml
...hpass_params_test/user_custom_phpass_params_test.info.yml
+6
-0
core/modules/user/tests/modules/user_form_test/user_form_test.info
...les/user/tests/modules/user_form_test/user_form_test.info
+0
-6
core/modules/user/tests/modules/user_form_test/user_form_test.info.yml
...user/tests/modules/user_form_test/user_form_test.info.yml
+6
-0
core/modules/user/tests/modules/user_test_views/user_test_views.info
...s/user/tests/modules/user_test_views/user_test_views.info
+0
-8
core/modules/user/tests/modules/user_test_views/user_test_views.info.yml
...er/tests/modules/user_test_views/user_test_views.info.yml
+9
-0
core/modules/user/user.info
core/modules/user/user.info
+0
-7
core/modules/user/user.info.yml
core/modules/user/user.info.yml
+7
-0
core/modules/views/tests/views_test_config/views_test_config.info
...ules/views/tests/views_test_config/views_test_config.info
+0
-7
core/modules/views/tests/views_test_config/views_test_config.info.yml
.../views/tests/views_test_config/views_test_config.info.yml
+8
-0
core/modules/views/tests/views_test_data/views_test_data.info
.../modules/views/tests/views_test_data/views_test_data.info
+0
-7
core/modules/views/tests/views_test_data/views_test_data.info.yml
...ules/views/tests/views_test_data/views_test_data.info.yml
+8
-0
core/modules/views/views.info
core/modules/views/views.info
+0
-5
core/modules/views/views.info.yml
core/modules/views/views.info.yml
+5
-0
core/modules/views/views_ui/views_ui.info
core/modules/views/views_ui/views_ui.info
+0
-7
core/modules/views/views_ui/views_ui.info.yml
core/modules/views/views_ui/views_ui.info.yml
+8
-0
core/modules/xmlrpc/tests/modules/xmlrpc_test/xmlrpc_test.info
...modules/xmlrpc/tests/modules/xmlrpc_test/xmlrpc_test.info
+0
-6
core/modules/xmlrpc/tests/modules/xmlrpc_test/xmlrpc_test.info.yml
...les/xmlrpc/tests/modules/xmlrpc_test/xmlrpc_test.info.yml
+6
-0
core/modules/xmlrpc/xmlrpc.info
core/modules/xmlrpc/xmlrpc.info
+0
-5
core/modules/xmlrpc/xmlrpc.info.yml
core/modules/xmlrpc/xmlrpc.info.yml
+5
-0
core/profiles/minimal/minimal.info
core/profiles/minimal/minimal.info
+0
-7
core/profiles/minimal/minimal.info.yml
core/profiles/minimal/minimal.info.yml
+8
-0
core/profiles/standard/standard.info
core/profiles/standard/standard.info
+0
-34
core/profiles/standard/standard.info.yml
core/profiles/standard/standard.info.yml
+35
-0
core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info
...ompatible_test/drupal_system_listing_compatible_test.info
+0
-6
core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
...tible_test/drupal_system_listing_compatible_test.info.yml
+6
-0
core/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info
...patible_test/drupal_system_listing_incompatible_test.info
+0
-9
core/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info.yml
...ble_test/drupal_system_listing_incompatible_test.info.yml
+6
-0
core/profiles/testing/testing.info
core/profiles/testing/testing.info
+0
-7
core/profiles/testing/testing.info.yml
core/profiles/testing/testing.info.yml
+7
-0
core/themes/bartik/bartik.info
core/themes/bartik/bartik.info
+0
-33
core/themes/bartik/bartik.info.yml
core/themes/bartik/bartik.info.yml
+32
-0
core/themes/seven/seven.info
core/themes/seven/seven.info
+0
-19
core/themes/seven/seven.info.yml
core/themes/seven/seven.info.yml
+22
-0
core/themes/stark/stark.info
core/themes/stark/stark.info
+0
-6
core/themes/stark/stark.info.yml
core/themes/stark/stark.info.yml
+8
-0
No files found.
core/includes/bootstrap.inc
View file @
6bf13bd8
...
...
@@ -918,7 +918,7 @@ function drupal_get_filename($type, $name, $filename = NULL) {
$extension
=
'engine'
;
}
elseif
(
$type
==
'theme'
)
{
$extension
=
'info'
;
$extension
=
'info
.yml
'
;
}
// Profiles are converted into modules in system_rebuild_module_data().
// @todo Remove false-exposure of profiles as modules.
...
...
core/includes/common.inc
View file @
6bf13bd8
...
...
@@ -3,6 +3,7 @@
use
Symfony\Component\DependencyInjection\Container
;
use
Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
;
use
Symfony\Component\HttpKernel\Exception\NotFoundHttpException
;
use
Symfony\Component\Yaml\Parser
;
use
Drupal\Component\PhpStorage\PhpStorageFactory
;
use
Drupal\Component\Utility\NestedArray
;
use
Drupal\Core\Cache\CacheBackendInterface
;
...
...
@@ -2507,7 +2508,7 @@ function drupal_add_html_head_link($attributes, $header = FALSE) {
* enabled, this should be set to TRUE if the stylesheet is present on every
* page of the website for users for whom it is present at all. This
* defaults to FALSE. It is set to TRUE for stylesheets added via module and
* theme .info files. Modules that add stylesheets within hook_init()
* theme .info
.yml
files. Modules that add stylesheets within hook_init()
* implementations, or from other code that ensures that the stylesheet is
* added to all website pages, should also set this flag to TRUE. All
* stylesheets within the same group that have the 'every_page' flag set to
...
...
@@ -3252,7 +3253,7 @@ function drupal_load_stylesheet($file, $optimize = NULL, $reset_basepath = TRUE)
$basepath
=
dirname
(
$file
);
// Load the CSS stylesheet. We suppress errors because themes may specify
// stylesheets in their .info file that don't exist in the theme's path,
// stylesheets in their .info
.yml
file that don't exist in the theme's path,
// but are merely there to disable certain module CSS files.
if
(
$contents
=
@
file_get_contents
(
$file
))
{
// Return the processed stylesheet.
...
...
@@ -3631,7 +3632,7 @@ function drupal_region_class($region) {
* enabled, this should be set to TRUE if the JavaScript is present on every
* page of the website for users for whom it is present at all. This
* defaults to FALSE. It is set to TRUE for JavaScript files that are added
* via module and theme .info files. Modules that add JavaScript within
* via module and theme .info
.yml
files. Modules that add JavaScript within
* hook_init() implementations, or from other code that ensures that the
* JavaScript is added to all website pages, should also set this flag to
* TRUE. All JavaScript files within the same group and that have the
...
...
@@ -6185,39 +6186,39 @@ function element_set_attributes(array &$element, array $map) {
}
/**
* Parses Drupal module and theme .info files.
* Parses Drupal module and theme .info
.yml
files.
*
* Info files are NOT for placing arbitrary theme and module-specific settings.
* Use variable_get() and variable_set() for that.
* Use variable_get() and variable_set() for that. Info files are formatted as
* YAML. If the 'version' key is set to 'VERSION' in any info file, then the
* value will be substituted with the current version of Drupal core.
*
* Information stored in a module .info file:
* Information stored in a module .info
.yml
file:
* - name: The real name of the module for display purposes.
* - description: A brief description of the module.
* - dependencies: An array of shortnames of other modules this module requires.
* - package: The name of the package of modules this module belongs to.
*
* See forum.info
for an example of a module .info
file.
* See forum.info
.yml for an example of a module .info.yml
file.
*
* Information stored in a theme .info file:
* Information stored in a theme .info
.yml
file:
* - name: The real name of the theme for display purposes.
* - description: Brief description.
* - screenshot: Path to screenshot relative to the theme's .info file.
* - screenshot: Path to screenshot relative to the theme's .info
.yml
file.
* - engine: Theme engine; typically phptemplate.
* - base
: Name of a base theme, if applicable; e.g., base = zen
.
* - regions: Listed regions
; e.g., region[left] = Left sidebar
.
* - features: Features available
; e.g., features[] = logo
.
* - stylesheets: Theme stylesheets
; e.g., stylesheets[all][] = my-style.css
.
* - scripts: Theme scripts
; e.g., scripts[] = my-script.js
.
* - base
theme: Name of a base theme, if applicable
.
* - regions: Listed regions.
* - features: Features available.
* - stylesheets: Theme stylesheets.
* - scripts: Theme scripts.
*
* See bartik.info
for an example of a theme .info
file.
* See bartik.info
.yml for an example of a theme .info.yml
file.
*
* @param $filename
* @param
string
$filename
* The file we are parsing. Accepts file with relative or absolute path.
*
* @return
* @return
array
* The info array.
*
* @see drupal_parse_info_format()
*/
function
drupal_parse_info_file
(
$filename
)
{
$info
=
&
drupal_static
(
__FUNCTION__
,
array
());
...
...
@@ -6227,105 +6228,14 @@ function drupal_parse_info_file($filename) {
$info
[
$filename
]
=
array
();
}
else
{
$data
=
file_get_contents
(
$filename
);
$info
[
$filename
]
=
drupal_parse_info_format
(
$data
);
}
}
return
$info
[
$filename
];
}
/**
* Parses data in Drupal's .info format.
*
* Data should be in an .ini-like format to specify values. White-space
* generally doesn't matter, except inside values:
* @code
* key = value
* key = "value"
* key = 'value'
* key = "multi-line
* value"
* key = 'multi-line
* value'
* key
* =
* 'value'
* @endcode
*
* Arrays are created using a HTTP GET alike syntax:
* @code
* key[] = "numeric array"
* key[index] = "associative array"
* key[index][] = "nested numeric array"
* key[index][index] = "nested associative array"
* @endcode
*
* PHP constants are substituted in, but only when used as the entire value.
* Comments should start with a semi-colon at the beginning of a line.
*
* @param $data
* A string to parse.
*
* @return
* The info array.
*
* @see drupal_parse_info_file()
*/
function
drupal_parse_info_format
(
$data
)
{
$info
=
array
();
$constants
=
get_defined_constants
();
if
(
preg_match_all
(
'
@^\s* # Start at the beginning of a line, ignoring leading whitespace
((?:
[^=;\[\]]| # Key names cannot contain equal signs, semi-colons or square brackets,
\[[^\[\]]*\] # unless they are balanced and not nested
)+?)
\s*=\s* # Key/value pairs are separated by equal signs (ignoring white-space)
(?:
("(?:[^"]|(?<=\\\\)")*")| # Double-quoted string, which may contain slash-escaped quotes/slashes
(\'(?:[^\']|(?<=\\\\)\')*\')| # Single-quoted string, which may contain slash-escaped quotes/slashes
([^\r\n]*?) # Non-quoted string
)\s*$ # Stop at the next end of a line, ignoring trailing whitespace
@msx'
,
$data
,
$matches
,
PREG_SET_ORDER
))
{
foreach
(
$matches
as
$match
)
{
// Fetch the key and value string.
$i
=
0
;
foreach
(
array
(
'key'
,
'value1'
,
'value2'
,
'value3'
)
as
$var
)
{
$$var
=
isset
(
$match
[
++
$i
])
?
$match
[
$i
]
:
''
;
$parser
=
new
Parser
();
$info
[
$filename
]
=
$parser
->
parse
(
file_get_contents
(
$filename
));
if
(
isset
(
$info
[
$filename
][
'version'
])
&&
$info
[
$filename
][
'version'
]
===
'VERSION'
)
{
$info
[
$filename
][
'version'
]
=
VERSION
;
}
$value
=
stripslashes
(
substr
(
$value1
,
1
,
-
1
))
.
stripslashes
(
substr
(
$value2
,
1
,
-
1
))
.
$value3
;
// Parse array syntax.
$keys
=
preg_split
(
'/\]?\[/'
,
rtrim
(
$key
,
']'
));
$last
=
array_pop
(
$keys
);
$parent
=
&
$info
;
// Create nested arrays.
foreach
(
$keys
as
$key
)
{
if
(
$key
==
''
)
{
$key
=
count
(
$parent
);
}
if
(
!
isset
(
$parent
[
$key
])
||
!
is_array
(
$parent
[
$key
]))
{
$parent
[
$key
]
=
array
();
}
$parent
=
&
$parent
[
$key
];
}
// Handle PHP constants.
if
(
isset
(
$constants
[
$value
]))
{
$value
=
$constants
[
$value
];
}
// Insert actual value.
if
(
$last
==
''
)
{
$last
=
count
(
$parent
);
}
$parent
[
$last
]
=
$value
;
}
}
return
$info
;
return
$info
[
$filename
];
}
/**
...
...
core/includes/image.inc
View file @
6bf13bd8
...
...
@@ -24,7 +24,7 @@
*
* Image toolkits are discovered based on the associated module's
* hook_image_toolkits. Additionally the image toolkit include file
* must be identified in the files array in the module.info file. The
* must be identified in the files array in the module.info
.yml
file. The
* toolkit must then be enabled using the admin/config/media/image-toolkit
* form.
*
...
...
core/includes/install.core.inc
View file @
6bf13bd8
...
...
@@ -187,7 +187,7 @@ function install_state_defaults() {
// redirect.
'parameters_changed'
=>
FALSE
,
// An array of information about the chosen installation profile. This will
// be filled in based on the profile's .info file.
// be filled in based on the profile's .info
.yml
file.
'profile_info'
=>
array
(),
// An array of available installation profiles.
'profiles'
=>
array
(),
...
...
core/includes/install.inc
View file @
6bf13bd8
...
...
@@ -84,7 +84,7 @@ function drupal_load_updates() {
* Loads the installation profile, extracting its defined distribution name.
*
* @return
* The distribution name defined in the profile's .info file. Defaults to
* The distribution name defined in the profile's .info
.yml
file. Defaults to
* "Drupal" if none is explicitly provided by the installation profile.
*
* @see install_profile_info()
...
...
@@ -864,17 +864,18 @@ function drupal_check_module($module) {
}
/**
* Retrieves information about an installation profile from its .info file.
* Retrieves information about an installation profile from its .info
.yml
file.
*
* The information stored in a profile .info
file is similar to that stored in
*
a normal Drupal module .info
file. For example:
* The information stored in a profile .info
.yml file is similar to that stored
*
in a normal Drupal module .info.yml
file. For example:
* - name: The real name of the installation profile for display purposes.
* - description: A brief description of the profile.
* - dependencies: An array of shortnames of other modules that this install
* profile requires.
*
* Additional, less commonly-used information that can appear in a profile.info
* file but not in a normal Drupal module .info file includes:
* Additional, less commonly-used information that can appear in a
* profile.info.yml file but not in a normal Drupal module .info.yml file
* includes:
* - distribution_name: The name of the Drupal distribution that is being
* installed, to be shown throughout the installation process. Defaults to
* 'Drupal'.
...
...
@@ -889,7 +890,7 @@ function drupal_check_module($module) {
* information for dependencies. If you only need information from the info
* file itself, use system_get_info().
*
* Example of .info file:
* Example of .info
.yml
file:
* @code
* name = Minimal
* description = Start fresh, with only a few modules enabled.
...
...
@@ -918,7 +919,7 @@ function install_profile_info($profile, $langcode = 'en') {
'hidden'
=>
FALSE
,
'php'
=>
DRUPAL_MINIMUM_PHP
,
);
$profile_file
=
drupal_get_path
(
'profile'
,
$profile
)
.
"/
$profile
.info"
;
$profile_file
=
drupal_get_path
(
'profile'
,
$profile
)
.
"/
$profile
.info
.yml
"
;
$info
=
drupal_parse_info_file
(
$profile_file
);
$info
+=
$defaults
;
$info
[
'dependencies'
]
=
array_unique
(
array_merge
(
...
...
core/includes/module.inc
View file @
6bf13bd8
...
...
@@ -626,7 +626,7 @@ function module_uninstall($module_list = array(), $uninstall_dependents = TRUE)
* Returns an array of modules required by core.
*/
function
drupal_required_modules
()
{
$files
=
drupal_system_listing
(
'/^'
.
DRUPAL_PHP_FUNCTION_PATTERN
.
'\.info$/'
,
'modules'
);
$files
=
drupal_system_listing
(
'/^'
.
DRUPAL_PHP_FUNCTION_PATTERN
.
'\.info
.yml
$/'
,
'modules'
);
$required
=
array
();
// An installation profile is required and one must always be loaded.
...
...
core/includes/theme.inc
View file @
6bf13bd8
...
...
@@ -121,7 +121,7 @@ function drupal_theme_initialize() {
* @param $theme
* An object with the following information:
* filename
* The .info file for this theme. The 'path' to
* The .info
.yml
file for this theme. The 'path' to
* the theme will be in this file's directory. (Required)
* owner
* The path to the .theme file or the .engine file to load for
...
...
@@ -693,22 +693,22 @@ function _theme_build_registry($theme, $base_theme, $theme_engine) {
* An associative array of the currently available themes. The keys are the
* themes' machine names and the values are objects having the following
* properties:
* - filename: The filepath and name of the .info file.
* - filename: The filepath and name of the .info
.yml
file.
* - name: The machine name of the theme.
* - status: 1 for enabled, 0 for disabled themes.
* - info: The contents of the .info file.
* - info: The contents of the .info
.yml
file.
* - stylesheets: A two dimensional array, using the first key for the
* media attribute (e.g. 'all'), the second for the name of the file
* (e.g. style.css). The value is a complete filepath (e.g.
* themes/bartik/style.css). Not set if no stylesheets are defined in the
* .info file.
* .info
.yml
file.
* - scripts: An associative array of JavaScripts, using the filename as key
* and the complete filepath as value. Not set if no scripts are defined in
* the .info file.
* the .info
.yml
file.
* - prefix: The base theme engine prefix.
* - engine: The machine name of the theme engine.
* - base_theme: If this is a sub-theme, the machine name of the base theme
* defined in the .info file. Otherwise, the element is not set.
* defined in the .info
.yml
file. Otherwise, the element is not set.
* - base_themes: If this is a sub-theme, an associative array of the
* base-theme ancestors of this theme, starting with this theme's base
* theme, then the base theme's own base theme, etc. Each entry has an
...
...
@@ -1357,8 +1357,9 @@ function drupal_find_theme_templates($cache, $extension, $path) {
* The final setting is obtained from the last value found in the following
* sources:
* - the default global settings specified in this function
* - the default theme-specific settings defined in any base theme's .info file
* - the default theme-specific settings defined in the theme's .info file
* - the default theme-specific settings defined in any base theme's .info.yml
* file
* - the default theme-specific settings defined in the theme's .info.yml file
* - the saved values from the global theme settings form
* - the saved values from the theme's settings form
* To only retrieve the default global theme setting, an empty string should be
...
...
@@ -1398,8 +1399,8 @@ function theme_get_setting($setting_name, $theme = NULL) {
$cache
[
$theme
][
'toggle_'
.
$feature
]
=
1
;
}
// Get the values for the theme-specific settings from the .info
files of
// the theme and all its base themes.
// Get the values for the theme-specific settings from the .info
.yml files
//
of
the theme and all its base themes.
if
(
$theme
)
{
$themes
=
list_themes
();
$theme_object
=
$themes
[
$theme
];
...
...
core/includes/theme.maintenance.inc
View file @
6bf13bd8
...
...
@@ -64,7 +64,7 @@ function _drupal_maintenance_theme() {
$themes
=
list_themes
();
// list_themes() triggers a drupal_alter() in maintenance mode, but we can't
// let themes alter the .info data until we know a theme's base themes. So
// let themes alter the .info
.yml
data until we know a theme's base themes. So
// don't set global $theme until after list_themes() builds its cache.
$theme
=
$custom_theme
;
...
...
core/lib/Drupal/Core/SystemListing.php
View file @
6bf13bd8
...
...
@@ -186,6 +186,7 @@ protected function scanDirectory($dir, $key, $mask, $nomask) {
$file
->
uri
=
$uri
;
$file
->
filename
=
$filename
;
$file
->
name
=
pathinfo
(
$filename
,
PATHINFO_FILENAME
);
$this
->
processFile
(
$file
);
$files
[
$file
->
$key
]
=
$file
;
}
}
...
...
@@ -195,4 +196,14 @@ protected function scanDirectory($dir, $key, $mask, $nomask) {
}
return
$files
;
}
/**
* Process each file object as it is found by scanDirectory().
*
* @param $file
* A file object.
*/
protected
function
processFile
(
$file
)
{
}
}
core/lib/Drupal/Core/SystemListingInfo.php
View file @
6bf13bd8
...
...
@@ -54,8 +54,8 @@ protected function process(array $files, array $files_to_add) {
foreach
(
array_intersect_key
(
$files_to_add
,
$files
)
as
$file_key
=>
$file
)
{
// If it has no info file, then we just behave liberally and accept the
// new resource on the list for merging.
if
(
file_exists
(
$info_file
=
dirname
(
$file
->
uri
)
.
'/'
.
$file
->
name
.
'.info'
))
{
// Get the .info file for the module or theme this file belongs to.
if
(
file_exists
(
$info_file
=
dirname
(
$file
->
uri
)
.
'/'
.
$file
->
name
.
'.info
.yml
'
))
{
// Get the .info
.yml
file for the module or theme this file belongs to.
$info
=
drupal_parse_info_file
(
$info_file
);
// If the module or theme is incompatible with Drupal core, remove it
...
...
@@ -69,4 +69,11 @@ protected function process(array $files, array $files_to_add) {
return
$files_to_add
;
}
/**
* Overrides Drupal\Core\SystemListing::processFile().
*/
protected
function
processFile
(
$file
)
{
$file
->
name
=
basename
(
$file
->
name
,
'.info'
);
}
}
core/lib/Drupal/Core/Updater/Updater.php
View file @
6bf13bd8
...
...
@@ -94,7 +94,7 @@ public static function getUpdaterFromDirectory($directory) {
* Path to the info file.
*/
public
static
function
findInfoFile
(
$directory
)
{
$info_files
=
file_scan_directory
(
$directory
,
'/.*\.info$/'
);
$info_files
=
file_scan_directory
(
$directory
,
'/.*\.info
.yml
$/'
);
if
(
!
$info_files
)
{
return
FALSE
;
}
...
...
core/lib/Drupal/Core/Utility/ModuleInfo.php
View file @
6bf13bd8
...
...
@@ -10,7 +10,7 @@
use
Drupal\Core\Utility\CacheArray
;
/**
* Extends CacheArray to lazy load .info properties for modules.
* Extends CacheArray to lazy load .info
.yml
properties for modules.
*
* Use system_get_module_info() rather than instantiating this class directly.
*/
...
...
core/modules/action/action.info
deleted
100644 → 0
View file @
13bd2b25
name
=
Actions
description
=
Perform
tasks
on
specific
events
triggered
within
the
system
.
package
=
Core
version
=
VERSION
core
=
8.
x
configure
=
admin
/
config
/
system
/
actions
core/modules/action/action.info.yml
0 → 100644
View file @
6bf13bd8
name
:
Actions
description
:
'
Perform
tasks
on
specific
events
triggered
within
the
system.'
package
:
Core
version
:
VERSION
core
:
8.x
configure
:
admin/config/system/actions
core/modules/action/tests/action_bulk_test/action_bulk_test.info
deleted
100644 → 0
View file @
13bd2b25
name
=
Action
bulk
form
test
description
=
Support
module
for
action
bulk
form
testing
.
package
=
Testing
version
=
VERSION
core
=
8.
x
hidden
=
TRUE
dependencies
[]
=
action
dependencies
[]
=
views
core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml
0 → 100644
View file @
6bf13bd8
name
:
'
Action
bulk
form
test'
description
:
'
Support
module