Remove book module from comments
2 open threads
Closes #3409407
Merge request reports
Activity
added 54 commits
-
cf35c476...ec721fba - 53 commits from branch
project:11.x
- 03fe6d97 - Remove 'book' from comments
-
cf35c476...ec721fba - 53 commits from branch
added 63 commits
-
03fe6d97...f0d3a7bf - 62 commits from branch
project:11.x
- dc27ba63 - Remove 'book' from comments
-
03fe6d97...f0d3a7bf - 62 commits from branch
added 28 commits
-
dc27ba63...86bd3d12 - 27 commits from branch
project:11.x
- cf989de5 - Remove 'book' from comments
-
dc27ba63...86bd3d12 - 27 commits from branch
added 18 commits
-
cf989de5...62498926 - 16 commits from branch
project:11.x
- 038e80ea - Remove 'book' from comments
- 5f4e7b1a - Remove script
-
cf989de5...62498926 - 16 commits from branch
161 161 * are no remaining fields using them. If multiple modules provide bundles 162 162 * which need to use the same field storage then setting this to TRUE will 163 163 * preserve the field storage regardless of what happens to the bundles. The 164 * classic use case for this is node body field storage since Book, the 165 * Standard profile and bundle (node type) creation through the UI all use 166 * same field storage. 164 * classic use case for this is node body field storage in the Standard 165 * profile and bundle (node type) creation through the UI all use same field 166 * storage. - Comment on lines 160 to +166
This no longer makes sense grammatically. There are only two things now rather than three, so "all of" doesn't make sense, and the end of the sentence has gone weird with the removal of the word "since". Let's try:
160 * By default field storages for configurable fields are removed when there 161 * are no remaining fields using them. If multiple modules provide bundles 162 * which need to use the same field storage then setting this to TRUE will 163 * preserve the field storage regardless of what happens to the bundles. The 164 * classic use case for this is node body field storage in the Standard 165 * profile and bundle (node type) creation through the UI all use same field 166 * storage. 160 * By default field storages for configurable fields are removed when there 161 * are no remaining fields using them. If multiple modules provide bundles 162 * which need to use the same field storage then setting this to TRUE will 163 * preserve the field storage regardless of what happens to the bundles. The 164 * classic use case for this is node body field storage, since the Standard 165 * profile and bundle (node type) creation through the UI both use same field 166 * storage. The whole comment block is a bit wonky, but it's out of scope to fix it. The above minimal changes will at least make the sentence work grammatically.
Edited by Jess
48 48 * of defining a block. 49 49 * - \Drupal\user\Plugin\Condition\UserRole is a straightforward example of a 50 50 * block placement condition plugin. 51 * - \Drupal\book\Plugin\Block\BookNavigationBlock is an example of a block with 52 * a custom configuration form. changed this line in version 6 of the diff
Please register or sign in to reply