Advertisement
Guest User

tour.tour.devel.yml

a guest
Dec 24th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.95 KB | None | 0 0
  1. id: devel
  2. module: devel
  3. label: 'Devel'
  4. langcode: en
  5. paths:
  6.  - 'admin/config/development/devel'
  7. tips:
  8.   devel-introduction:
  9.     id: devel-intoduction
  10.     plugin: text
  11.     label: 'Devel Settings'
  12.     body: 'Devel module can be a very useful suite of tools for developers and themers. The developers are provided with functions that are helpful in the development of modules. With the Drupal Devel Module in hand you can print the database queries summary for every page separately at the bottom of the page on request.</p>'
  13.     weight: 1
  14.   devel-display-query-log:
  15.     id: devel-display-query-log
  16.     plugin: text
  17.     label: 'Query log'
  18.     body: 'It would display the list of database queries required to load current page.'
  19.     weight: 2
  20.     attributes:
  21.       data-id: edit-query-display
  22.   devel-profile-php:
  23.     id: devel-profile-php
  24.     plugin: text
  25.     label: 'Profile PHP scripts'
  26.     body: 'The XHProf tool helps you to profile your php scripts.'
  27.     weight: 3
  28.     attributes:
  29.             data-id: edit-xhprof-enabled
  30.   devel-page-timer:
  31.     id: devel-page-timer
  32.     plugin: text
  33.     label: 'Page Timer'
  34.     body: 'Displays how long your page took to execute.'
  35.     weight: 4
  36.     attributes:
  37.       data-id: edit-timer
  38.   devel-memory-usage:
  39.     id: devel-memory-usage
  40.     plugin: text
  41.     label: 'Memory Usage'
  42.     body: 'This would display the amount of memory consumed to load the current page.'
  43.     weight: 5
  44.     attributes:
  45.       data-id: edit-memory
  46.   devel-krumo-skin:
  47.     id: devel-krumo-skin
  48.     plugin: text
  49.     label: 'Change Skin'
  50.     body: 'You can change the skin color of krumo, your debug messages. Go on try it!'
  51.     weight: 6
  52.     attributes:
  53.       data-id: edit-krumo-skin
  54.   devel-tour-end:
  55.     id: devel-tour-end
  56.     plugin: text
  57.     label: 'End of tour'
  58.     body: 'So this was a basic tutorial of Devel module. You can start exploring now. Feel free to post issues or ask for help on Devel Module page!'
  59.     weight: 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement