fixed all eslint errors and warning, compiled as PROD
This commit is contained in:
@@ -131,7 +131,7 @@ function materiotheme_form_user_login_form_alter(&$form, FormStateInterface $for
|
||||
* - url: An optional \Drupal\Core\Url object.
|
||||
*/
|
||||
// function materiotheme_preprocess_image_formatter(&$vars){
|
||||
// if(isset($vars['url'])){
|
||||
// if (isset($vars['url'])) {
|
||||
// $system_path = $vars['url']->getInternalPath();
|
||||
// $vars['link_attributes'] = new Attribute(array(
|
||||
// 'data-drupal-link-system-path' => $system_path=='' ? '<front>' : $system_path,
|
||||
|
Reference in New Issue
Block a user