Drupal Academy
Drupal Academy
  • 123
  • 191 694
How to create custom twig filters in Drupal?
In this tutorial, learn how to create a custom Twig filter in Drupal 10. We’ll go through each step to set up a module, register a Twig extension, and write the PHP code needed to create a filter.
In this video, you’ll learn:
How to create a custom module in Drupal.
How to define and register a Twig filter service.
How to write the PHP logic for a custom Twig filter.
How to use the custom filter to mask phone numbers in templates.
🔔 Don’t forget to subscribe for more Drupal tips, tutorials, and best practices!
👍 Like and share if you found this helpful!
Code Link: github.com/drupal-devphp/custom_twig_filter
#drupaltutorial #drupal10 #drupal11 #TwigFilter #DrupalTutorial #CustomTwigFilter
มุมมอง: 151

วีดีโอ

Twig Filters in Drupal.
มุมมอง 13814 วันที่ผ่านมา
In this tutorial, we’ll learn Twig filters in Drupal! Twig filters are essential tools for modifying and formatting the output of your content directly in your theme templates. In this video, you’ll learn how to use basic and advanced Twig filters to enhance your Drupal site's display. We’ll cover: What are Twig filters? How to apply basic filters like date, trim, upper, and lower Advanced filt...
How to Rewrite Fields in Drupal Views | Drupal Tutorials
มุมมอง 1782 หลายเดือนก่อน
In this tutorial, we'll show you how to customize your Views output by rewriting fields directly within the Views interface. Learn how to combine fields, add custom HTML, create clickable links, and much more - all without touching a line of code! 📌 What You’ll Learn: What is field rewriting in Drupal Views? How to set up a view and add fields Step-by-step guide to rewriting fields with custom ...
Creating Custom Twig Template to Display View Data in Drupal | Drupal 10 Tutorials
มุมมอง 5902 หลายเดือนก่อน
In this tutorial, we'll walk you through the process of creating a custom views-view-unformatted.html.twig template for view in Drupal. We'll focus on an example where we display employee details, including their name, email address, and salary. What You'll Learn: How to create a View in Drupal. How to create a custom Twig template for a Drupal View. How to print individual field data (e.g., na...
Setting Up PHPCS and PHPCBF for Checking Drupal Coding Standards. | Drupal Tutorials
มุมมอง 2743 หลายเดือนก่อน
Welcome back to Drupal Academy! In this tutorial, we're diving into an essential aspect of maintaining high-quality code in your Drupal projects: setting up Drupal Code, PHP_CodeSniffer (PHPCS) and PHP Code Beautifier and Fixer (PHPCBF) to adhere to Drupal's coding standards. In this video, you will learn: - What PHPCS and PHPCBF are and why they are important. - How to install Composer, Drupal...
How to Install Module in Drupal 10 | Drupal Tutorials
มุมมอง 1623 หลายเดือนก่อน
In this tutorial, we'll walk you through the process of installing a module in Drupal 10 step-by-step. How to download module in Drupal 10? How to enable module in Drupal 10? How to install module in Drupal 10? How to uninstall module in Drupal 10? #drupal #drupal10 #drupalacademy #webdevelopment #drupaltutorial #drupalbeginnerstutorials #drupalcms
How to clear cache in Drupal?
มุมมอง 1063 หลายเดือนก่อน
In this video, we'll show you how to clear the cache on your Drupal site using both the admin interface and Drush. Clearing the cache can help resolve issues with your site and improve performance. Whether you're a beginner or an experienced developer, this step-by-step tutorial will make the process easy for you. Commands Used: drush cr If you found this video helpful, please like, comment, an...
How to Change Theme to Dark Mode in Postman: Quick and Easy Guide
มุมมอง 1624 หลายเดือนก่อน
How to Change Theme to Dark Mode in Postman: Quick and Easy Guide In this video, we'll show you how to change the theme in Postman. Whether you prefer working in light mode during the day or dark mode for those late-night coding sessions, customizing your workspace is a breeze. In this tutorial, you'll learn: How to switch between Light, and Dark themes in Postman? Postman Tips: Changing Themes...
Import CSV Data Into Content Types Using Feeds Module in Drupal 10.
มุมมอง 5234 หลายเดือนก่อน
In this video, we’ll walk you through the process of importing CSV file content into a content type node in Drupal 10 using the Feeds module. You'll learn how to install the necessary modules, configure feed types, map CSV columns to content fields, and handle special characters while importing data. Follow along to seamlessly integrate CSV data into your Drupal site! ▬▬▬▬▬▬ Other Drupal Videos...
How to display error messages inline in Webform in Drupal 10?
มุมมอง 5174 หลายเดือนก่อน
In this tutorial you will learn How to display error message inline to text field in webform in Drupal 10? How to display error messages under the fields in Drupal 10? Display client side error messages below the field in Drupal 10 using clientside validation module in Drupal. ▬▬▬▬▬▬ Other Drupal Videos 📹 ▬▬▬▬▬▬ ►Introduction to RESTful Web Services in Drupal 10 | Part-1 th-cam.com/video/POjZ62...
Creating Workspace and Collection in Postman | Postman Tutorials 2024
มุมมอง 2585 หลายเดือนก่อน
Welcome to this comprehensive tutorial on using Postman! In this video, we’ll take you step-by-step through the interface and key features of the Postman tool. Whether you're a beginner or looking to refresh your skills, this guide has you covered. What You'll Learn: 1. Workspace Overview: Understand how to navigate and utilize the workspace in Postman effectively. 2. Collections in Postman: Le...
Introduction to Postman | Postman Tutorials 2024
มุมมอง 2205 หลายเดือนก่อน
Hey everyone! 👋 Welcome to our Postman Tutorials for beginners. In this video, we'll kick off our new series on Postman by covering Introduction to Postman. How to Download Postman app? Sign In or Create new account in Postman. Whether you're a developer, tester, or just curious about APIs, this tutorial is perfect for you! 📌 In This Video, We'll Cover: 1. What is Postman? A brief overview of P...
How to Convert Images to WebP Format in Drupal for Faster Website Performance | Drupal 10 Tutorial
มุมมอง 6245 หลายเดือนก่อน
🚀 Optimize Your Website with WebP Images in Drupal 10 🚀 In this tutorial, we'll guide you through the process of converting images to WebP format in Drupal 10, helping you enhance your website's performance and reduce load times. ⭐️ Key Steps Covered: Understanding the WebP Format: Learn about the advantages of WebP images and how they can benefit your website's performance. Setting Up Drupal 1...
Creating Custom Twig Templates for Block Types in Drupal | Drupal Tutorials
มุมมอง 1.6K5 หลายเดือนก่อน
Welcome to our channel! In this Drupal tutorial, we will learn the process of creating custom Twig templates for block types and render the block fields in custom twig template in Drupal 10. 🎯 What You'll Learn: - Understand the fundamentals of Twig templates in Drupal 10. - Identify block types and their significance in Drupal's content management system. - Create custom Twig templates tailore...
Sorting Node Data Using Entityqueue Module | Drupal Entityqueue
มุมมอง 3396 หลายเดือนก่อน
Sorting Node Data Using Entityqueue Module | Drupal Entityqueue
Add Custom Validation To Content Types Fields Using Constraints in Drupal | Drupal Tutorials
มุมมอง 2896 หลายเดือนก่อน
Add Custom Validation To Content Types Fields Using Constraints in Drupal | Drupal Tutorials
Add Custom Validation to Content Type Fields in Drupal 10 | Drupal Tutorials
มุมมอง 4486 หลายเดือนก่อน
Add Custom Validation to Content Type Fields in Drupal 10 | Drupal Tutorials
How to render custom form in block in Drupal 10?
มุมมอง 7416 หลายเดือนก่อน
How to render custom form in block in Drupal 10?
DELETE Node using DELETE method in Drupal : RESTful Web Services tutorial | Part 5
มุมมอง 3177 หลายเดือนก่อน
DELETE Node using DELETE method in Drupal : RESTful Web Services tutorial | Part 5
Update Node using PATCH Method in Drupal : RESTful Web Services tutorial | Part-4
มุมมอง 4057 หลายเดือนก่อน
Update Node using PATCH Method in Drupal : RESTful Web Services tutorial | Part-4
Create Nodes using POST method in Drupal : RESTful Web Services Tutorial | Part-3
มุมมอง 5347 หลายเดือนก่อน
Create Nodes using POST method in Drupal : RESTful Web Services Tutorial | Part-3
How to get node data using GET method with RESTful Web Services in Drupal 10 | Part-2
มุมมอง 7907 หลายเดือนก่อน
How to get node data using GET method with RESTful Web Services in Drupal 10 | Part-2
Introduction to RESTful Web Services in Drupal 10 | Part-1
มุมมอง 1.1K8 หลายเดือนก่อน
Introduction to RESTful Web Services in Drupal 10 | Part-1
Drupal 10 Tutorial - What is Event subscriber in Drupal?
มุมมอง 9118 หลายเดือนก่อน
Drupal 10 Tutorial - What is Event subscriber in Drupal?
Create custom service with dependency injection in Drupal 10 using ChatGPT
มุมมอง 5758 หลายเดือนก่อน
Create custom service with dependency injection in Drupal 10 using ChatGPT
Webform Conditional Fields in Drupal 10.
มุมมอง 8929 หลายเดือนก่อน
Webform Conditional Fields in Drupal 10.
Create custom block in Drupal 10 using ChatGPT.
มุมมอง 1.1K9 หลายเดือนก่อน
Create custom block in Drupal 10 using ChatGPT.
Create custom form in Drupal 10 using ChatGPT | Drupal 10 Tutorial
มุมมอง 6839 หลายเดือนก่อน
Create custom form in Drupal 10 using ChatGPT | Drupal 10 Tutorial
Create custom module in Drupal 10 with ChatGPT | Drupal 10 tutorial
มุมมอง 2.5K9 หลายเดือนก่อน
Create custom module in Drupal 10 with ChatGPT | Drupal 10 tutorial
How to Place Webform in a Block, Node, and Page in Drupal 10?
มุมมอง 98610 หลายเดือนก่อน
How to Place Webform in a Block, Node, and Page in Drupal 10?

ความคิดเห็น

  • @shormila12
    @shormila12 วันที่ผ่านมา

    Thanks vaiya❤❤❤

  • @write2kill
    @write2kill 11 วันที่ผ่านมา

    Suggestion for video: How to convert exsiting Image field to Media field. Especially if exisiting site has hundreds of nodes with images

  • @J_Solo
    @J_Solo 13 วันที่ผ่านมา

    Thank you very much, very clear and simple

  • @gugu-dw1qt
    @gugu-dw1qt 17 วันที่ผ่านมา

    Very good, thanks

  • @ankanbhadra1709
    @ankanbhadra1709 20 วันที่ผ่านมา

    How to print the array with values in Twig Template file for debugging purpose (Which array values are there in this file)???

    • @drupal-academy
      @drupal-academy 20 วันที่ผ่านมา

      You can use "dump()" function to print object and array. twig.symfony.com/doc/3.x/functions/dump.html

  • @senti_dil
    @senti_dil 26 วันที่ผ่านมา

    Views count are not increasing. Its showing 0 after multiple refresh.

    • @drupal-academy
      @drupal-academy 26 วันที่ผ่านมา

      Try by reloading page as anonymous user or in incognito window. Also check by clearing the cache if you have implemented it correctly.

  • @kittywalls49
    @kittywalls49 หลายเดือนก่อน

    when doing forms, lets say its a student registration form, the student fills out the form, the student has been approved, but s/he changed some information, eg. last name, so the student appends their form, the form should then say "pending" until an admin approves it, how do you go about this?

    • @drupal-academy
      @drupal-academy 19 วันที่ผ่านมา

      You can achieve this by using a custom module to manage the workflow and status updates.

  • @admin-ts8uv
    @admin-ts8uv หลายเดือนก่อน

    thank you! a link to the github of the code would be awesome.

    • @drupal-academy
      @drupal-academy หลายเดือนก่อน

      github.com/drupal-devphp/drupal-tutorials/tree/main/modules/custom

  • @Noname-prim
    @Noname-prim หลายเดือนก่อน

    Thank you. Very helpful.

  • @Sideswara_swamy
    @Sideswara_swamy หลายเดือนก่อน

    Is thier any course avilable sir

  • @Sideswara_swamy
    @Sideswara_swamy หลายเดือนก่อน

    Hi sir in my form seterrorbyname not working plz help me sir how to debug this issue and it is happening for all my form

    • @drupal-academy
      @drupal-academy หลายเดือนก่อน

      @@Sideswara_swamy what is the error?

  • @ReddyR1
    @ReddyR1 หลายเดือนก่อน

    Thank you for providing us this useful information. ❤

  • @roshnyprince4281
    @roshnyprince4281 หลายเดือนก่อน

    Thank you for explaining the concept of Drupal services in simple way.

  • @SarahWilson-x6v
    @SarahWilson-x6v หลายเดือนก่อน

    Thank you for this video. How do you create the menu below "About Us?"

  • @thilagavathythilagavathy6265
    @thilagavathythilagavathy6265 หลายเดือนก่อน

    12

  • @alex_software
    @alex_software หลายเดือนก่อน

    Thank you for your work!

  • @burgoldgroup8562
    @burgoldgroup8562 หลายเดือนก่อน

    For some reason, the styles did not work, although I wrote everything correctly. color: green registered in the style.css file as shown by you, but it didn't work for me

    • @drupal-academy
      @drupal-academy หลายเดือนก่อน

      Seems like you missed some steps. Follow the steps as shown in video. Also try by! clearing the cache.

  • @Sideswara_swamy
    @Sideswara_swamy 2 หลายเดือนก่อน

    Is their any course available

  • @Sideswara_swamy
    @Sideswara_swamy 2 หลายเดือนก่อน

    Make full website development video from drupal 10 sir for beginners sir

  • @MissionOfMahaprabhu
    @MissionOfMahaprabhu 2 หลายเดือนก่อน

    Sir please let know us how To get admin approval for web form submitted data in Drupal 10

    • @drupal-academy
      @drupal-academy 2 หลายเดือนก่อน

      Watch this tutorial, in this tutorial explained about how to unlock user. th-cam.com/video/DUO54Suz-3A/w-d-xo.htmlsi=VFYJZqGupexaLf87

  • @Sideswara_swamy
    @Sideswara_swamy 2 หลายเดือนก่อน

    Hi sir if you have any paid course plz let me know

    • @drupal-academy
      @drupal-academy 2 หลายเดือนก่อน

      No paid courses.

    • @Sideswara_swamy
      @Sideswara_swamy 2 หลายเดือนก่อน

      @@drupal-academy I want learn from scratch to advance level where I can get the course is their any website

  • @zinmin7198
    @zinmin7198 2 หลายเดือนก่อน

    thanks

  • @ak10112
    @ak10112 3 หลายเดือนก่อน

    👍

  • @tebogomaredi5127
    @tebogomaredi5127 3 หลายเดือนก่อน

    Hi, are you able to add a comment field to give reason for unpublishing content items

    • @drupal-academy
      @drupal-academy 3 หลายเดือนก่อน

      I haven't checked that. Need to check it.

  • @dorettapedrazzi1197
    @dorettapedrazzi1197 3 หลายเดือนก่อน

    Grazie.

  • @pandasdream2588
    @pandasdream2588 3 หลายเดือนก่อน

    This is useful, thank you.

  • @ak10112
    @ak10112 3 หลายเดือนก่อน

    Hi, Your videos are very helpful. Please create a search page with combined filters with theming Thanks...

  • @sahilchampp
    @sahilchampp 4 หลายเดือนก่อน

    Mam please make a video on clearing cache programmatically, to be specific clearing cache of specific node, specific node-type, specific page, flush all cache etc Also if possible on cookies and session.

  • @sandeshmanghale387
    @sandeshmanghale387 4 หลายเดือนก่อน

    12

  • @LaxmiNarayan-hj6ny
    @LaxmiNarayan-hj6ny 4 หลายเดือนก่อน

    That is really helpful. Thanks!!

  • @sandeshmanghale387
    @sandeshmanghale387 4 หลายเดือนก่อน

    First viewer

  • @vikash151990
    @vikash151990 4 หลายเดือนก่อน

    hi Please shrare this code with me

  • @judanetwork
    @judanetwork 4 หลายเดือนก่อน

    Hi, i have maked an login form on a game app, now how a user can make the login on the game app if his account informations like username and password are stored on a web database. On this database is stored Drupal website

  • @sahilchampp
    @sahilchampp 4 หลายเดือนก่อน

    Hi sir, can you please create a video for generating csv, pdf, xml, etc types of files of content from our site with simple controller or form

    • @drupal-academy
      @drupal-academy 4 หลายเดือนก่อน

      Sure..will try to cover these topics in upcoming tutorials.

  • @ak10112
    @ak10112 4 หลายเดือนก่อน

    Thanks

  • @sravankumar3485
    @sravankumar3485 4 หลายเดือนก่อน

    Your videos are helpful. I am practicing daily. Thank you sir.😊

  • @kumar-nz3rp
    @kumar-nz3rp 4 หลายเดือนก่อน

    Thank you Drupal Academy. Do more videos.

  • @ak10112
    @ak10112 4 หลายเดือนก่อน

    Nice

  • @ak10112
    @ak10112 4 หลายเดือนก่อน

    Hi, Well explained. How to implement server side validations to Webform? Thanks..

    • @drupal-academy
      @drupal-academy 4 หลายเดือนก่อน

      You can add server side validations using hook_form_alter() hook th-cam.com/video/QvI19RKFS-4/w-d-xo.html

  • @SunilRNaik-eb2ph
    @SunilRNaik-eb2ph 4 หลายเดือนก่อน

    how to make that webform as a block?

    • @drupal-academy
      @drupal-academy 4 หลายเดือนก่อน

      You can watch this tutorial to place webform as block th-cam.com/video/5OVEjUhMm44/w-d-xo.html

  • @ak10112
    @ak10112 4 หลายเดือนก่อน

    Hi How to display error messages under the Webform fields?

    • @drupal-academy
      @drupal-academy 4 หลายเดือนก่อน

      Watch this tutorial th-cam.com/video/V_ol9156FCs/w-d-xo.html

  • @dfordemo981
    @dfordemo981 5 หลายเดือนก่อน

    where did you put the main file ?

    • @drupal-academy
      @drupal-academy 5 หลายเดือนก่อน

      All files are placed inside themes/custom/evolve/ path. Here evolve is the name of custom theme

    • @dfordemo981
      @dfordemo981 5 หลายเดือนก่อน

      @@drupal-academy thanks i've figured it out, i was thinking that we put the custom written html css js content to the mentioned files and wallah the site is done !! heheheh but i'm creating a new theme

  • @luizfogaca9184
    @luizfogaca9184 5 หลายเดือนก่อน

    You saved me my friend, thank you so much. Best regards from Brasil.

    • @drupal-academy
      @drupal-academy 5 หลายเดือนก่อน

      Glad to hear that!

  • @engineeringworld2407
    @engineeringworld2407 5 หลายเดือนก่อน

    Do you know modules to support project management like time table, budget, procurement, accounting and staffing management

    • @drupal-academy
      @drupal-academy 5 หลายเดือนก่อน

      I found few modules for Drupal 7, but not for Drupal 10.

  • @engineeringworld2407
    @engineeringworld2407 5 หลายเดือนก่อน

    I think global drush is not working. When i run command drush generate it come error. Do you have videos to explain how to install drush version 12.5 on window? If you have please give me the link. Thanks

    • @drupal-academy
      @drupal-academy 5 หลายเดือนก่อน

      th-cam.com/video/7AI4JhyP43M/w-d-xo.htmlsi=aq_gXClA1KHo0jLx You can check this video tutorial on drush. But it is for older drush version. I hope this will help you. Also share what error your are getting?

    • @engineeringworld2407
      @engineeringworld2407 5 หลายเดือนก่อน

      Thanks

  • @engineeringworld2407
    @engineeringworld2407 5 หลายเดือนก่อน

    Are you working on windows or mac?

  • @sebastianbonillaguzman2596
    @sebastianbonillaguzman2596 5 หลายเดือนก่อน

    Thanks bro, It has helped me a lot.🤜🤛

  • @harithareddy3937
    @harithareddy3937 5 หลายเดือนก่อน

    hi can you explain how data field set to inline datecalender and how to select more than 2 dates from calender

  • @AuwalUbali
    @AuwalUbali 5 หลายเดือนก่อน

    Happy with this series. And please how to customize the simple form in drupal, styling the form, adding color and more. Thanks 👍