Something to get excited about for Drupal 11.1? Object-oriented hooks for more modern and performant PHP. Check out the module on Github to see this update in action! https://bit.ly/4fMpMSv #drupal #drupal11 #drupaldevs
Palantir.net’s Post
More Relevant Posts
-
PHP 8.0 Compatibility for boostrap theme in drupal 10 : Bootstrap is a popular front-end development framework that has been around for several years. Drupal 10, which is currently in development, is planned to be compatible with PHP 8.0. This means that Bootstrap themes for Drupal will also need to be compatible with PHP 8.0. Here are some steps you can take to ensure that your Bootstrap theme is compatible with Drupal 10 and PHP 8.0: 1. Check your theme's PHP requirements: 2. Update your theme's dependencies: 3. Test your theme on PHP 8.0: #drupal #drupal9 #drupal10 #dewancodes #acquia #LetsConnect #DrupalCommunity #drupaldeveloper #drupaldevelopment
To view or add a comment, sign in
-
How do I know the SpeakerDeck Field module still works on Drupal 10 and 11? https://lnkd.in/eJgsVmgS #dev #SoftwareDevelopment #drupal #php
Drupal Rector and the Project Update Bot
oliverdavies.uk
To view or add a comment, sign in
-
A good Drupal handbook, if you need to refresh your memory about best practices have a look! #drupal #developement
I’m pleased to announce that Drupal at your fingertips has a new home at https://lnkd.in/g_4ZhJNq Check out all the new updates including a new AJAX chapter featuring the AJAX pager list, more views magic as well as Twig Xdebug. We’re at almost 1200 commits. #DrupalBook #Drupal #PHP #Development #Drush #DDEV
To view or add a comment, sign in
-
Have you used PHP attributes in Drupal yet? They've started to be available for some plugin types since version 10.2. https://lnkd.in/eqAVgmTF #dev #SoftwareDevelopment #drupal #php
PHP attributes: coming soon to a Drupal version near you
oliverdavies.uk
To view or add a comment, sign in
-
Want to tighten up your Drupal code? Engineer Matt Glaman uses PHPStan, a PHP tool that can find bugs in your code that your tests and CR might miss. In Matt's MidCamp session, he showed us how to perform a static analysis of a Drupal codebase, including dynamic return types https://lnkd.in/gawvXaXK #drupal #midcamp2024 #php
Tighten up your Drupal code using PHPStan
https://www.youtube.com/
To view or add a comment, sign in
-
PhpStorm offers a feature that allows you to compare and synchronize files within the IDE directly. This can be particularly useful for keeping track of theme changes across different Drupal sites. ➡️ Comparing Directories: 1. Select Folders: Choose the specific folders you want to compare. These could be theme folders from different Drupal installations or other relevant directories to your project. 2. Initiate Comparison: Right-click on the folders and choose "Compare Directories" from the context menu. This action will open a new window displaying the differences between the two folders. 3. Review Changes: The comparison window will highlight files that are unique to each folder and those that exist in both but have differences. You can easily navigate these changes and see the specific modifications within each file. ➡️ Syncing Files: 1. Choose Direction: Once you've reviewed the differences, you can decide which direction to synchronize the changes. For instance, you might want to copy modifications from one folder to another. 2. Select Files or Rows: Right-click on the specific file or row within the comparison window and choose to copy from left to right (or vice versa) depending on your desired direction. 3. Synchronize: Use the window's play buttons to synchronise the selected row or all changes. This will effectively update the files in one folder to match the other. Using PhpStorm's file comparison and synchronization capabilities, you can streamline your development workflow and ensure consistency across different project components. #phpstorm #php #drupal ~~~ If you found this post helpful. ♻️ Please repost and follow. 📧 Join our newsletter; link in the first comment.
How to Compare Files and Sync Changes using PhpStorm
To view or add a comment, sign in
-
Especially with the latest version of @PHPnet, @Drupal-project is at the top of PHP framework performance charts. Drupal is a platform known for its complexity and scale, so how is it outperforming its peers in speed and efficiency? Performance is a core component of Drupal, not an afterthought, and Drupal 10's sophisticated cache invalidation system shows the benefits of this mindset. Check it out in @the-drop-times https://lnkd.in/g_wzKGKd #drupal #drupaldevs
https://www.thedroptimes.com/37042/drupal-10s-cache-api-how-its-setting-new-standards-in-web-speed
thedroptimes.com
To view or add a comment, sign in
-
Want to upgrade the PHP version of your Drupal site but don’t want to risk a website crash? We have you covered! Check out our detailed guide to understand which Drupal version works best with which PHP version and why you should care about using the right Drupal PHP version combination for maximum impact. Read our article right here- https://bit.ly/4eYTmEt #Innoraft #php #drupal #upgrade
To view or add a comment, sign in
-
If you're looking for a quick and easy way to inspect variables in PHP, consider using the dpm() function, a handy tool the Devel module provides. While tools like Xdebug are excellent for large projects, a quick and simple solution is sometimes necessary. The dpm() function allows developers to print variables in a readable format directly on the page. This can be particularly useful for quick debugging and inspecting data structures without setting up complex environments. To use the DPM function: 1️⃣Enable the Devel module in your Drupal installation 2️⃣Turn off caching in your development environment by going to Configuration > "Development settings" 3️⃣Insert dpm($variables) in your code where you want to inspect variables 4️⃣Refresh the page to see the output The dpm() function is useful for quick debugging, but it shouldn't replace more advanced tools like Xdebug, which are essential for efficient Drupal development. Remove or comment out dpm() calls before production for improved performance and security. NOTE: This video is a snippet from the "Getting Started with Drupal Development Tools" live stream. The full video link is in the comments below. #drupal #drupaldev #drupaldevel ~~~ If you found this post helpful. ♻️ Please repost and follow. 📧 Join our newsletter; link in the first comment.
To view or add a comment, sign in
-
🔍 𝐓𝐨𝐩 𝐓𝐢𝐩𝐬 𝐟𝐨𝐫 𝐃𝐞𝐛𝐮𝐠𝐠𝐢𝐧𝐠 𝐢𝐧 𝐃𝐫𝐮𝐩𝐚𝐥 Troubleshooting Drupal doesn’t have to be complicated! With the right tools, you can solve issues faster. Here are my top tips: 🔔 𝐄𝐧𝐚𝐛𝐥𝐞 𝐄𝐫𝐫𝐨𝐫 𝐑𝐞𝐩𝐨𝐫𝐭𝐢𝐧𝐠 Set $config['system.logging']['error_level'] to verbose in settings.php. Detailed errors often point straight to the problem. 🧰 𝐔𝐬𝐞 𝐃𝐞𝐯𝐞𝐥 𝐌𝐨𝐝𝐮𝐥𝐞 The Devel module is essential! Use dpm() to inspect variables and log SQL queries—it’s great for database troubleshooting. 💻 𝐃𝐫𝐮𝐩𝐚𝐥 𝐂𝐨𝐧𝐬𝐨𝐥𝐞 & 𝐃𝐫𝐮𝐬𝐡 These are must-haves! Console helps with route debugging, while Drush is ideal for quick cache clearing and updates. 🕵️♂️ 𝐁𝐫𝐨𝐰𝐬𝐞𝐫 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐞𝐫 𝐓𝐨𝐨𝐥𝐬 DevTools in Chrome or Firefox are perfect for frontend debugging. Check AJAX calls, JavaScript errors, and CSS easily. 🐞 𝐏𝐇𝐏 𝐋𝐨𝐠𝐠𝐢𝐧𝐠 & 𝐗𝐝𝐞𝐛𝐮𝐠 Use Xdebug with PHPStorm for step-by-step code tracing, and keep an eye on /var/log/php_errors.log for more clues. 👥 𝐂𝐨𝐧𝐭𝐫𝐢𝐛 𝐌𝐨𝐝𝐮𝐥𝐞 𝐈𝐬𝐬𝐮𝐞𝐬 If a contrib module misbehaves, check Drupal.org for solutions. Most issues have been reported and resolved by others. With these tools and techniques, most Drupal issues become manageable. 🔧 What are your favorite debugging tips? Let’s share to help make Drupal troubleshooting easier for all! #Drupal #Debugging #WebDev #DrupalTips #Coding #TechTips #DrupalCommunity #PHP #WebDevelopment #Programming #Frontend #Backend #WebDesign #DeveloperTools #OpenSource #CodeDebugging #SoftwareDevelopment #DrupalCommunity
To view or add a comment, sign in
1,095 followers