From 4b5e18acec6ee709dbb36a7e27843f5f6a20fa49 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Wed, 16 Aug 2017 15:11:32 +0300
Subject: [PATCH] Issue #2902485: Enhanced the behavior of [Real Time SEO]
 module UI in Varbase SEO for LTR and RTL

---
 modules/varbase_features/varbase_seo/varbase_seo.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/varbase_features/varbase_seo/varbase_seo.module b/modules/varbase_features/varbase_seo/varbase_seo.module
index a524bc7b..b681694e 100644
--- a/modules/varbase_features/varbase_seo/varbase_seo.module
+++ b/modules/varbase_features/varbase_seo/varbase_seo.module
@@ -10,7 +10,7 @@ use Drupal\Core\Form\FormStateInterface;
 /**
  * Implements hook_form_BASE_FORM_ID_alter().
  */
-function varbase_seo_node_form_alter(&$form, FormStateInterface $form_state, $form_id) {
+function varbase_seo_form_node_form_alter(&$form, FormStateInterface $form_state, $form_id) {
   if (isset($form['field_yoast_seo']) &&
       isset($form['field_yoast_seo']['widget']) &&
       isset($form['field_yoast_seo']['widget']['0'] &&
-- 
GitLab