Drupal 8 base theme

I'm looking for a good base theme for Drupal 8. But i can't find many information about it.

Are there good base themes available? Or is theming based on a base theme no longer necessary/recommended for D8?

Drupal 8 issues with

Hello community!
(i hope this is the right place for my question)

I would love to test drupal 8, but after multiple installations i always get the same issue.


to get it running i needed to hashtag this in the htaccess file:
#Options -Indexes
#Options +FollowSymLinks

# php_flag session.auto_start off
# php_value mbstring.http_input pass
# php_value mbstring.http_output pass
# php_flag mbstring.encoding_translation off

Hook implementation conventions

In Drupal 8, is there a convention as to which file in the module a hook is placed?
For example, in some modules I've seen hook_install() implemented in module.install instead of modulename.module, and some views-specific hooks in modulename.views.inc.
When should a hook be placed outside of modulename.module?

Comparing use of Symfony in Different CMS

If you're working in the PHP content management space (a fancy way of saying building websites with WordPress, Drupal, etc.) you've likely heard about Symfony. While it is just one part of a larger renaissance in the PHP community, it's probably the best known brand known to developers and business folk alike.

Using Symfony as a concept, however is quite ambiguous. Let's take a look at how three different content management tools have done just this.

Install new module broken in Drupal 8 beta 12 ?

I just post it here as I don't really beleive such will be broken in a beta version.
There must be an issue on my side.

Returning to devevelopment after some years, I just setted a new server (ubuntu/php/mysql) to test D8.
The server is funcitonnal and holding well a simplemachineforum currently in produciton.

After everthing was woring great, I installed D8 and ho my good feeling.
Everthing was working well but I then wanted to extend it with some modules and so the fun came to end.

Submit handler not being called - drupal 8

Hi! I am working on multi step form in drupal 8 and i have defined a previous button also as in the example below but the submit handler never gets called. any idea ?

$form['actions']['previous'] = array(
'#type' => 'submit',
'#value' => t('Previous'),
'#limit_validation_errors' => array(),
'#submit' => array('previousButton'),
);

public function previousButton()
{
echo "hello";
}

Thanks a lot

Sunny

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x