I'm trying to add a button on a content type, I would like for all types of that particular type to have a button in that view to modify, edit or delete that node.
Hello, I have been using the search APi attachments module to index file attachment content to search. However when I search it just returns the matching summary content and/or file attachment content together. I would like to just know what files were matched. Is there a module for this or a way to configure the search module for this?
I created an content entity to save a lot of data. They are 2 bundles for individual or professional. Each of them are 1 custom field.
That's the context, now my problem is, on some page, for example list of user or module's page, when I have thousand entity in my custom entity, my website is very slow and fallout in timeout.
I am making small small modules mainly to over ride or alter the functionalities like i am using Webform on submission of webform i need to trigger an email to some one so i create a small custom module with two files only.
1. mymodule.info.yml
2. mymodule.module
in mymodule.module i just write one function alter hook and my php code there.