This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Callback in entity autocomplete

Hi in a cell of the table field I have an enityt reference field with autocomplete widget
With this code, I define the field and call the entity_reference view for the list with the nodes and everything works fine

JSON:API hook not called

I have spent several days on that one. We have several nodes on our website which needs to be public, but not exposed by the JSON:API. I have created a module which call some JSON:API hook to filter out nodes, but none of those hooks are working.

For the purpose of this example, lets say my module is called "mymodule".

I have created the file "mymodule.module".

I have implemented the "hook_theme" and it works: "mymodule_theme()". So I know my module file is in used.

[fixed]Declaration of Symfony\\Component\\DependencyInjection\\ServiceLocator::get($id) must be compatible with Symfony

I am one of the maintainers of the amapzon_pa module and today i updated my local drupal to 9.4.1.  

When i do that there is a fatal error caused by a 3rd party lib, the amazon php sdk.

How to hook the Entity Reference field settings (Views Entity Reference) on Edit Entity form before Views is executed?

I can't find the right hook to override the Entity Reference field settings on Edit Entity form, using Views Entity Reference, regarding to Views arguments, before the Views is executed for loading available items. Can anybody suggest me the right method?

As example on Default Drupal setup, on "Basic page" node I have the "Select list" entity reference to "Article" Node (which have "Tags" field), and have configured in it the Entity Reference Views that filter articles, with a single argument (Tags id = 1), like this:

Wanted to create bubble chart using multiple series object

Hi All,

I have created bubble chart using highchart library on codepen.

Bubble chart using highchart

However I wanted to create the same in Drupal 9 using either webform or custom form submission using views. I tried to create it, but it just create one bubble from one record considering X and Y coordinate and size parameter.

Table Edit field and display field in the same cell one below the other

Hi, in a table I show various fields, in a cell I have an entity reference field called code and, after choosing the value, make the description of the code appear immediately below in the same cell
Show the description in the trust under the entity reference code field where there is the red line
S.S:

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions