By editor, 8 July, 2016 Create a simple module to use Drupal 8 Hook System Tags Drupal 8 Code Module Hook Drupal 8 Hook System
By editor, 7 July, 2016 Create a new Plugin type using Drupal 8 Plugin API Tags Drupal 8 Code Plugin Create a new Plugin Type in Drupal 8 Example from Drupal 8 example module, Thank you. See the Drupal 8 'Example' contrib module for full details and source Module name : 'plugin_type_example'
By editor, 7 July, 2016 Drupal 8 Services and dependency injection Tags Drupal 8 Code Services Drupal 8 introduces the concept of services to decouple reusable functionality and makes these services pluggable and replaceable by registering them with a service container.
By editor, 7 July, 2016 Drupal 8 Plugin API Tags Drupal 8 Code Plugin Plugins are small pieces of functionality that are swappable. Plugins that perform similar functionality are of the same plugin type. Link : https://www.drupal.org/developing/api/8/plugins
By editor, 6 July, 2016 Command Line Editors on Linux (vim & nano) Tags Linux Shell Vi - Vim Ccommand line editor's Usefull commands vim filename.txt (to create or open a file)