By editor, 15 April, 2016 Views with custom Tables - hook_views_data Tags Drupal 8 Code Views Hook Officiel Documentation : https://api.drupal.org/api/drupal/core!modules!views!views.api.php/function/hook_views_data/8 Use multiple database conncetion with views_data() For that you must add 'database'
By editor, 14 April, 2016 Create new content type programmatically using Configuration API Tags Drupal 8 Code Module Module Name = my_module Content Type = my_new_content Create content type Put this two files into my_module/config/install/
By editor, 13 April, 2016 SASS LESS Configuration file. config.rb Tags Theming CSS Example 1. SASS (SCSS) http_path = "/" css_dir = "css" sass_dir = "sass" images_dir = "images" Example 2. SASS (SCSS)
By editor, 13 April, 2016 Remove ctools Autosubmit on Views an From API Tags Drupal 8 Code Drupal 7 Form API : $form['the_text_field']['#attributes']['class'][] = 'ctools-auto-submit-exclude'; OR '#attributes' => array('class' => array('ctools-auto-submit-exclude')), Views (using hook_form_alter)