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.
The Accor Hotels Group is launching a new hotel offer: JO&JOE. This new economic brand, whose digital strategy, branding and mobile application have been designed by VOID agency, is intended primarily for "millennials". Offering rooms for 2 to 5 people, it will have 50 addresses by 2020 in the heart of cities like Paris, Bordeaux, Warsaw, Budapest, Rio, Sao Paulo ...
On behalf of the Caisse de Dépôt et de Gestion (CDG), Morocco's largest institutional investor, VOID has overhauled its multilingual institutional website. The ambition of this overhaul was to renew the image of this major player in the Kingdom's territorial development, by creating customer journeys (investors, journalists, candidates, the general public ...) and by developing multimedia, dynamic and interactive content.
As the leading healthcare provider in France, the ELSAN healthcare group was created in November 2015 by the Vedici and Vitalia groups. From reflection on brand identity to the creation of signage for the group's 120 clinics, VOID, Elsan's historical partner, accompanies it in the creation and deployment of its new brand platform.
I am running acquia dev desktop 2 on windows. I have a D8 site and today I tried to open it and I get this error "Fatal error: Call to a member function access() on a non-object in ...\core\modules\block\src\BlockAccessControlHandler.php on line 124".
I'm developing a module. I created 2 entity "Base" and "Sub". Created "base" reference field for "Sub" entity. I want to create route `/base/{base}/subs/add` for creating "Sub" entity. But I couldn't set "base" from route parameter. Its throw "base could not be null". How can I pass this field value? I tried $form_state for populating that but its not worked. Still same problem.
Are there any other module can I review for 2 entity one to many support?