Background:
This issue is part of the task to update/create the hook_help texts of the modules for Drupal 8:
#1908570: [meta] Update or create hook_help() texts for D8 core modules

Tasks:
- write the hook_help function
- review d.o. docs at https://drupal.org/documentation/modules/layout

Issue fork layout-2033411

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jhodgdon’s picture

Priority: Normal » Critical

Since there is currently no help for this module, in violation of the Documentation Gate, this is a critical issue.

batigolix’s picture

Status: Active » Needs review
FileSize
1.32 KB

First attempt. Text is quickly slapped together to get something to start with.

I do not really know what the layout module does. I find references here:
#1839278: Add layout template demonstration. But I cannot see where the layout templates are used in Drupals backend

jhodgdon’s picture

Component: documentation » layout.module

Temporarily moving this to the Layout module component so the module maintainers can comment on whether the text is accurate.

ParisLiakos’s picture

Status: Needs review » Needs work
diff --git a/core/modules/layout/layout.module b/core/modules/layout/layout.module
old mode 100644
new mode 100755

lets not do that plz

+++ b/core/modules/layout/layout.moduleundefined
@@ -6,6 +6,24 @@
+      $output .= '<p>' . t('The Layout module is an API for creating and reusing layouts in HTML. By default it provides two layout templates. The module adds an extra layer of configuration between content and templating functions. The layout templates can be used by other modules to presenting content. For more information, see the online documentation for <a href="@url">Layout module</a>.', array('@url' => 'http://drupal.org/handbook/modules/layout')) . '</p>'; ¶

extra whitespace

webchick’s picture

Issue tags: +Spark

Tagging.

webchick’s picture

Project: Drupal core » Layout
Version: 8.x-dev » 8.x-1.x-dev
Component: layout.module » Code

Layout module got removed from core, so moving this over here instead.

himanshu_jhaloya made their first commit to this issue’s fork.

himanshu_jhaloya’s picture

Assigned: Unassigned » himanshu_jhaloya
Issue summary: View changes
Status: Needs work » Needs review
himanshu_jhaloya’s picture

Assigned: himanshu_jhaloya » Unassigned