A block and toolbar for quickly accessing devel pages ; A menu tab added to entities to give access to internal entity properties ; Urls created to view the internal entity properties even when there is no menu tab, for example /devel/paragraph/n
Various information about how to install Drupal 7 modules
Drupal 7 Module Development has 7 repositories available. Follow their code on GitHub.
Module developer's guide for Drupal 7.
LarsEliasNielsen/espn_news.module Last active Star 0 Fork 0 Code Revisions 3 Embed Download ZIP Drupal 7 Module Development: Config form Raw espn_news.module <?php /** * Implements hook...
LarsEliasNielsen/espn_news.info Created Star 0 Fork 0 Code Revisions 1 Embed Download ZIP Drupal 7 Module Development: Basic .info file Raw espn_news.info name = ESPN News description...
Using Composer ; Preparing your site for Composer 2 ; Tricks for using Composer in local development ; Troubleshooting Composer
LarsEliasNielsen/espn_news.info Created Star 0 Fork 0 Code Revisions 1 Embed Download ZIP Drupal 7 Module Development: Config in .info file Raw espn_news.info name = ESPN News description...
배울 내용 ; Programmatic database actions on custom entities: insert / update / reference / delete ; Validate entity submission with constraints ; Save a revision of an entity, compare a numeric value with its previous value
LarsEliasNielsen/espn_news.module Last active Star 0 Fork 0 Code Revisions 2 Embed Download ZIP Drupal 7 Module Development: Module Block Raw espn_news.module <?php /** * Implements hook...