I want to save searches made by user in a view by the hook_views_query_alter ..... after the user put tha data in the form serach in the view, i saved it in other table ( create custopm node historySerach)
it is a track I follow it or there is a drupal module ?
On a working site, I installed the social_auth_vk module.
I absolutely don't know what to do. Please help me to do this.
The error is like this:
Drupal\Component\Plugin\Exception\PluginException: Plugin (text_format) instance class "Drupal\filter\Element\TextFormat-1" does not exist. in Drupal\Component\Plugin\Factory\DefaultFactory::getPluginClass() (line 97 of core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php).
I have developed a custom module that implements FormBase. I am displaying the form data as an HTML table with a remove button. Everything works well however there is a piece of code in the Twig template that feels hacky and I am looking for the proper implementation of it.
I declare an array of plain_text elements containing the record information like this:
I’m creating a backend search where the results point at not only the page/node the term may be found on, but also the location where the text can be edited by the admins.