EkinoDrupalBundle icon indicating copy to clipboard operation
EkinoDrupalBundle copied to clipboard

Integrate Symfony2 with Drupal 7 and vice-versa.

Results 4 EkinoDrupalBundle issues
Sort by recently updated
recently updated
newest added

Hi, I am currently upgrading our production environment from php 5.6 to php 7.0, and while our development server is running php 7.0.9 our live server keeps returning 'Attempted to...

when I configure everything and run composer update it show error You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug Loading composer...

When i am trying to check and validate if a user has the correct role if i use $this->container->get('security.context')->isGranted('ROLE_ADMIN'); or any other role, it always returns false, and when i...