Community Documentation

Develop for Drupal

Last updated November 9, 2012. Created by cwgordon7 on March 31, 2001.
Edited by chrisjlee, jasondaniels455, deletedaccount, Daglees. Log in to edit this page.

This guide covers everything from tutorials, best practices to working with JavaScript, to the Drupal API.

You are strongly encouraged to contribute code back to the Drupal community. For more information on contributing code, review the Contribute to Development guide. From there, you will find more detailed information on:

For information on upgrading and backwards compatibility, see On backward compatibility: the drop is always moving.

Comments

Stand-alone download of tutorials, etc.

Probably worth adding that you can download the tutorials by clicking on the "Printer-friendly version" link on the page you want. This not only creates a print-friendly version of that page, but all the pages below in the hierarchy.

So the Drupal 7 module developers' tutorial can be downloaded in its entirety here:
http://drupal.org/book/export/html/1074360

Or all of this jive at once (apparently) from here:
http://drupal.org/book/export/html/316

To make your resources

To make your resources better, the printer friendly of Module developer's guide can be found here.
http://drupal.org/book/export/html/508

Doubt is the father of invention..... Hubmesh

Thanks.

Thanks.

yes

Thanks a lot, I was looking for this!

thanks

thank you very much.

This helped a LOT. Thanks so

This helped a LOT. Thanks so much!

Bootstrap design no working

Bootstrap design not working when apply hooks in different blocks..Can be use hooks in responsive design?

<?php
    
 
else {
   
$page_array['current_posts_arguments'] = array(
     
'#title' => t('All posts from the last week'),
     
'#items' => $items,
     
//Theme hook with suggestion.
     
'#theme' => 'item_list__current_posts',
    );
    return
$page_array;
  }
}
?>

Reach to me at bbdotcom or Post something at TYCdotcom

Hello, is somewhere topic

Hello, is somewhere topic about the current development of a new Drupal 8?

community initiatives page

did you already check here: http://drupal.org/community-initiatives ?

Just to make sure people who

Just to make sure people who read this thread have the answer to this question, here's the URL for most up-to-date info about Drupal 8:
http://drupal.org/community-initiatives/drupal-core

Kevin

Page status

Needs copy/style review

Log in to edit this page

About this page

Drupal version
Drupal 5.x, Drupal 6.x, Drupal 7.x, Drupal 8.x
Level
Beginner
Audience
Contributors, Designers/themers, Programmers, Site administrators, Site builders, Site users
Keywords
overview
Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.
nobody click here