Migrating links from drupal 7 to drupal 8

Hi all,

I have a pretty simple Drupal 7 site that is mostly made up of a custom content type called Links. This content type has a title, description, some taxonomy tags and a Link field with the url of the original content.

Question about Crypt::randomBytes()

Hello,

I was trying to understand the randomBytes() method in
drupal-8.0.1/core/lib/Drupal/Component/Utility/Crypt.php

In the part where it looks for available php functions to generate the random bytes
I've noticed that it doesn't request the same length to mcrypt_create_iv() than the others.

Does anyone know why?

Teaser not working - showing way too much text

I have set the trimmed limit to 150 characters yet I am getting a full blog-entry's worth of text showing in the teasers.

What should i do?

Maps

Good day,

I would like to know which modules where used to develop the "Find Drupal events with ease!" http://www.drupical.com/ the integration with the map and an over view of how it was done. please

Custom Module Controller: Render one Twig file and send ONLY that as the Response

I'm trying to upgrade old Drupal 7 modules to 8 and I am struggling to figure out how to create a blank page (by this I mean, a page with zero HTML from enabled themes) for my module. I added routing to my custom controller, my controller method takes care of all the logic and returns the following array:

[
        'showVideo' => [
            '#theme' => 'videoPage',
            '#content' => $content
        ]
]

I already defined "videoPage" in mymodule.module using hook_theme:

D8 - Drush command terminated abnormally

Hi.
I installed Drush as follows:

1: cd /usr/share/php
2: git clone https://github.com/drush-ops/drush.git drush-8
3: cd drush-8
​4: composer global require drush/drush:dev-master
5: composer install
6: cd /usr/bin
7: ln - s /usr/share/php/drush-8/drush drush-8 und

Drush status:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x