Drupal 8 is the version of Drupal currently in development which will be the next major release.

learn more… | top users | synonyms

3
votes
1answer
39 views

Manually Disable Module in Drupal 8

In Drupal 7, I could manually edit the {system} table in the database to disable a stubbon module. In my Drupal 8 site, this table is gone. How can I manually disable a module in Drupal 8?
1
vote
2answers
73 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
168 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?
0
votes
1answer
73 views

Panels vs theming

Panels versus themes: What is the best way? Since Panels is included in Drupal 8 core, isn't it the way forward? Do we still need to design static HTML pages and then integrate them with Drupal, or ...
7
votes
1answer
116 views

Theme folder in drupal 8

In Drupal 8, the theme folder for contributed themes seemed to have moved. Where do themes go in drupal 8?
-1
votes
1answer
43 views

Post-installation PHP crash (Drupal 8) [closed]

I decided to give a shy try to Drupal 8. Installation went quite smooth, but when everything was ready to hit the home page I was delighted with the following error: CRASH: PHP segmentation ...
2
votes
1answer
65 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 ...
4
votes
9answers
253 views

Is it better to learn Drupal 7, or wait 4 months for Drupal 8?

I know someone ask this question 2 years ago, but then everybody answered him that he should learn drupal 7, since we had 2 more years before a first official release of Drupal 8. Now we have only 4 ...
0
votes
1answer
44 views

How do I set the path to a custom view style template? [closed]

I have created a custom view style in a module. It shows up in the list of view styles, but when I try to output the resulting block I get the message: Warning: ...
3
votes
1answer
141 views

Is Drupal 8 with views in core stable enough to be used as a simple blog?

I want to start using the new drupal 8 codebase, but I was wondering if I can use it in its state now as a simple blog using views.
1
vote
1answer
164 views

Developing modules for Drupal 8 / Converting from D7 to D8 [closed]

I am thinking about developing a huge web application in Drupal. In a year Drupal 8 will probably be released. How big are the differences between Drupal 7 and Drupal 8 due of the use of Symfony 2 ...
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 ...
0
votes
0answers
50 views

Has anyone given a projected date for Spark availability? [closed]

I've hunted around and can find nothing published that hints at the expected availability of Spark, but I'm sure someone in the community has some idea of what is expected. Has Dries or Wim or ...
-6
votes
1answer
523 views

Do we really need Blog module in Drupal 7 (and 8)? [closed]

In Drupal 7, the Blog module do not have any option to change the URL. Because I want a different URL, I build blogs without the Blog module. For blog pages, I make it using Views and theme ...
2
votes
1answer
180 views

Getting Parse Error during installation of Drupal 8

I am getting following error during my Installation of Drupal 8 Parse error: parse error, expecting `T_CONSTANT_ENCAPSED_STRING' or `'('' in var\www\html\core\includes\bootstrap.inc on line 3 When ...

1 2
15 30 50 per page