Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I managed to create I custom content type and display all entities as a list,
Now I want to create a detail view for every entity.
How can I create that view ?
I've just installed Drupal 8.1. I will use it for a trilingual site (English, French and Arabic).
But I don't see any RTL and LTR buttons in CKEditor settings. This would be compulsory for Arabic!
How can I do?
CKEditor as an autonomous tool has many possible configurations, some with these needed buttons…
I'm Developing a custom module with custom content entities that needs to be translatable. The problem is that when they are made translatable by adding:
translatable = TRUE in the @ContentEntityType annotation, the entities appear twice in the drop down view setting options (check the image, 'Faculty' appears twice) which is really strange.
When I try to upgrade a site through the UI, with about a couple hundred nodes and half a dozen users, the module returns a success message but fails in the background. The system log returns "Upgraded ________ (processed 0 items total)" for each module, returning zero even for those that have many records. After that, it returns "Source ID ____: Missing bundle for entity type node" for every node that I have. In the end, it upgraded not a single content node, user, content type, taxonomy vocabulary or term, nothing at all.
I know there are plenty of "where to start" pages and other info, but I am hoping someone knowledgeable would be so kind to help me out with this. I am good with PHP and OOP but need some help with proper Drupal way of doing things (v8.1.1)
Could someone provide me with a rough list of API calls and concepts I would have to learn in order to make a module which does this: