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 am trying to create test for my module. I created .test file in module folder and added corresponding content into .info file. Code of .test file is following:
I see lots of examples of how to create a single menu item from the .links.menu.yml file and can do that but am trying to figure out how to extend that to building a complete main navigation menu with x level1 menu items and each of those then has varying numbers of sub-menus.
I'll scour github but if anyone has a tutorial they have used please let me know.
I am no longer able to update the pages when I have put content of paragraphs type. I can submit if I edit any other type like Rich text but if I edit text and image type I get a 403 Forbidden error saying I don't have permission to access node this on this server. I am logged in as user 1 administrator.
Hi, i'm trying to overcome an issue i'm having with Views. I've exposed a Date (no time) field using the is_not_between operator so the user can enter start and end dates. I've tested this with a Date field that stores a single value and it filters correctly. However we've been unable to get this to work with a Date field that stores multiple values.
I'm not an advanced programmer but I can use hook_form_alter to change the field labels etc. That's not a problem.