By editor, 18 November, 2015 Drupal 8.0.0 Release on November 19, 2015 Posted by Gábor Hojtsy on October 30, 2015 at 6:53pm
By editor, 17 November, 2015 Get taxonomy terms of a vocabulary - Drupal 8 Tags Drupal 8 Code Taxonomy Using entityQuery, you can get the taxonomy terms of a particular vocabulary.
By editor, 17 November, 2015 Get taxonomy vocabulary list - Drupal 8 Tags Drupal 8 Code Taxonomy In drupal 8, this retrun taxonomy vocabularies as an array. $vocabularies = \Drupal\taxonomy\Entity\Vocabulary::loadMultiple();
By editor, 16 November, 2015 Helpful git commands Tags Git Code #Download / Get git repository git clone http://url-of-your-git/project.git #Show remore url git remote -v
By editor, 16 November, 2015 Add "Comment" Field Tags Drupal 8 Settings Comments are set as a field, so by default it is not present. To add comment field Goto: Admin -> Structure -> Content types ->"YOUR CONTENT" ->Manage fields->Add field ->Select 'Comments' on 'Re-use an existing field' and Save.