Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
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.
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
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:
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