The symfony tag has no wiki summary.
1
vote
2answers
75 views
Is it acceptable to modify Drupal's composer.json file?
Drupal adheres to the best-practice of never modifying core.
Drupal 8 has a composer.json file built into core, if you need to add a third-party library, should you modify composer.json, or is there ...
5
votes
3answers
169 views
Lime for Drupal 8?
Now that Drupal 8 is going to be based mostly on Symfony, is the TDD/unit-testing going to change too?
For Symfony, Lime is the preferred testing-suite. Is that true for Drupal8?
2
votes
1answer
66 views
How much of Drupal 8 will rely on or be compatible with Symfony?
Now that Drupal 8 is being redeveloped with Symfony, and we are just about to go into the code freeze so that early adopters can start playing with it, what will it affect?
Will we be able to write ...
0
votes
0answers
24 views
Symfony2 authentication and Drupal 7
I am currently developing a website using the framework Symfony2. I am nearly at the end of its development, and just the "security" part is missing (authentication and authorization). What I would ...
3
votes
2answers
130 views
Creating Drupal 8 route for AJAX requests
How should I implement a callback to a single Drupal class (in my case it's Transliteration). I don't need a full Drupal load/bootstrap, but one independent class.
The purpose of the AJAX code would ...
8
votes
1answer
117 views
How can I install composer packages with drush make?
How does one include composer package in a drush make file?
The more general answer, the better. There's already a composer drush module allowing drush dl to handle composer packages, but that ...