Skip to main content
Home
Techies Briefcase
~ by Hari Venu

Main navigation

  • Home
  • Tools
    • Placeholder Image
    • JSON Diff
    • QR Code Generator
    • Random String Generator
    • HTML to PDF Generator
  • About me
  • Photos
  • Search

Breadcrumb

  1. Home
  2. Topics
  3. Drupal

Drupal

By hari, 9 January, 2023

Contributed module `Twig Suggest` explained

`Twig Suggest` module with usage

Tags

  • Drupal
By hari, 5 January, 2023

Show hidden characters in VSCode

Visual Studio Code to show the hidden characters, which is very useful for handling Drupal coding standard.

Tags

  • Drupal
  • VSCode
By hari, 4 January, 2023

List of all commands in Drush

Drush is the command line shell and Unix scripting interface for Drupal. The most common way to install Drush is to install it on a per-project basis using Composer. We'll walk through the steps to do that, as well as how to set up the Drush Launcher tool (to make it possible to execute Drush commands without having to specify a full path to the executable).

Tags

  • Drupal
  • Commad Line Tools
  • Drush
By hari, 4 January, 2023

Permanently save file uploaded by a custom form's managed_file form element in Drupal 8/9/10

Sometime we permanently lose custom form uploaded files after the cron run, this is due to the file status flag. Here is an example how to add custom form file upload permanently available on the website.

Tags

  • Drupal
  • File API
  • Form API
By hari, 4 January, 2023

List of all commands in Drupal Console

The Drupal CLI a tool to generate boilerplate code, interact with and debug Drupal, Here is you see the list all the commands in Drupal Console.

Tags

  • Drupal
  • Drupal Console
  • Commad Line Tools
By hari, 1 January, 2023

Drupal coder and php codesniffer on your Drupal project

Drupal coder and codesniffer will help you to check the coding standards in your custom code. Here is the steps for install and run the coding violation test on your command line.

Tags

  • Drupal
  • Coder
  • Codesniffer
  • phpcs
  • phpcbf
By hari, 27 December, 2022

How to login as any user in Drupal site without knowing the password ?

It is necessary to debug production bug with specific user or role, for that we need password but it is production database the client will not give you the password also you can't reset it. What will be the solution to debug ? drush uli

Tags

  • Drupal
  • Drush
By hari, 27 November, 2022

Drupal 8, 9 and 10: Rendering views through Ajax

Sometime we required to render the views through ajax in your desirable place in you web page. Here is a views/ajax API snippet to call the views with some arguments and views details.

Tags

  • Drupal
  • Ajax API
By hari, 18 November, 2022

Create custom middleware in Drupal 8/9/10

Middleware API adopted from PHP community https://stackphp.com and this will help you to filter every request from users before hitting to the application, suppose you want to block some request based on the request object parameter or you can add the proper headers to all responses leaving your application.

Tags

  • Drupal
By hari, 4 November, 2022

How to check for user access or permission in Drupal 8/9/10

$user->hasPermission('access content overview');

Tags

  • Drupal

Pagination

  • Previous page
  • 4
  • Next page
Drupal
RSS Feed

Who am I !!!

Hari Venu V
harivenu.v1992@gmail.com
Mobile : +91 9895164181
Whatsapp : +91 9895164181
Linkedin
Drupal.org
Github

Document
Resume.pdf (114.38 KB)

Online Resume : Online Resume

Work !!!

Fulltime Developer @ QED42
hari.venu@qed42.com
Linkedin

Powered by Drupal & Maintained by Hari