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

Update Entity Reference View based on form field selection

I have a Content Type called Licence which has two fields, field_product and field_billing_cycle. Both are Entity Reference fields, using the select Widget. The product content type has a multi value entity reference that links to billing types. So each product has its own billing cycle with different prices and lengths etc.

Paragraphs inside a Webform

I want to embed a Drupal paragraph within a Webform. Does anyone know if this is possible?

DDEV, Twig Debugging

Hello, i use DDEV for local development, but i have a problem with Twig Debugging. I create my services.yml File and enable Twig debugging, Live Reload and disable the Cache. But i cant see the Comments in my Code Inspector. This only happens, when i use DDEV as my Development Environment. Maybe one of you have experience with DDEV and can help me. 

Check for taxonomy terms programmatically

Hi,

how can I check if a term already exists in a given taxonomy vocabulary? If it does not exist then I want to add that term. I have written few lines of code, but that behaves incorrectly,

Error with taxonomy

Hi,

I have a taxonomy vocabulary named authors. I want to post some content by making a post request like the following:

[
    {
        "title":"Test Translation",
        "language": "English",
        "author": "test",
        "format":["text"],
        "type":"commentary"
    }
]

Accidentally deleted a table from Database, site wont load

Hi,

I accidentally deleted a table named node__field_gita_10439_text directly from the phpMyAdmin, and now I can't view any lists of contents from the Drupal UI.

It throws the error:

Drupal\Core\Database\DatabaseExceptionWrapper: Exception in Content[content]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'heritage.node__field_gita_10439_text' doesn't exist:

Pages

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