started edlp_search module : displaying a draft of the form

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-19 00:05:20 +01:00
parent 003b381d6d
commit ff495add52
439 changed files with 70494 additions and 120 deletions
@@ -0,0 +1,10 @@
<?php
function template_preprocess_edlp_search_search_form(&$vars){
// dpm($vars);
/*
@see https://www.drupal8.ovh/index.php/en/tutoriels/339/render-a-node-or-an-entity
*/
// $view_builder = \Drupal::entityTypeManager()->getViewBuilder($vars['entity_type']);
// $vars['content'] = $view_builder->view($vars['entity'], $vars['view_mode']);
}