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

Custom Search Conversion - from Latin to Cyrillic during the search

Hi All,

I am building a local community web site which will be fully written in Serbian Cyrillic. Problem being is that we in Serbia use both Latin and Cyrillic. Now, when user searches in Cyrillic, Drupal search does it job. However, the search will not work if user using Latin for search.

I have never developed any Drupal module, and bellow is a code I have come up with, but it doesn't work.

Any help would be appreciated.

<?php

[BUG] The Content > Content tab is displayed by Claro theme even though the Node module is not enabled

I'm developing a CMS using the Drupal 9 framework and it only comes with custom entities - hence the Node module is not enabled and will never be. Still, the Claro administrative theme displays the Content tab, and consider it as the default tab when the Content section is displayed.

Of course, the Node module being disabled, there can't be any administrative item to display here.

I assume this tab is hard-coded instead of the tabs list being dynamically constructed based on the registered entities.

jsonapi This entity (file: 100) cannot be referenced

Following practices for uploading files that are part of POST  binary files associate with a node in this post, I can see it successfully created by visiting mysite.org/jsonapi/file/file/ 

Where is the API documentation for core field definitions

Hey community,

I'm developing a Drupal module that adds custom entities. These entities - obviously - come with field that are defined in the code by field definitions - instance of Drupal\Core\Field\BaseFieldDefinition.

The problem that I'm facing is that I don't know where the API documentation of the core field definitions is. Typically, I have no idea how to setup a "file" field because I can't find the documentation for the settings that this field definition accept:

Manage json field display and format (view modes)

In Drupal we can easily manage what fields of a node type are displayed or hidden and in what format (e.g. a text can be plain or html formatted, an image can be original or scaled) within the "manage display" tab.

Now with a headless website when I want to get all nodes of a specific content type, e.g. "GET jsonapi/node/cat" Drupal will return ALL fields with missing formating. But how can I request one of the many view modes that I have defined?

Clone content to different content type

At the moment I am entering information twice once in content type A and again in content Type B.

The fields are the same as I reused them, but are there any clone modules out there that will work with Drupal 10.1.4?

I have searched and none seem to be available for Drupal 10.

The cloned content would be text fields and date content.

Cheers

Pages

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