俺のDrupal

Ore_no Drupal icon
 

A blog that introduces the appeal and utilization of Drupal.
It serves as a source of information to broaden awareness in the world to a large audience.

378
Installation and useful commands from Drupal Console
/drupal/sites/default/files/styles/medium/public/2024-06/installation.png?itok=sgdS1VNG

Installation and use commands from Drupal Console

Drupal console is a tool to help debug and develop Drupal projects and it runs on the CLI.

Gabriel Fernandez
/drupal/sites/default/files/pictures/2024-10/default_img.png
379
Overriding and creating custom variables in twig template in Drupal 8
/drupal/sites/default/files/styles/medium/public/2024-06/twig_template.png?itok=npqrBsC2

Data manipulation is the changing of data to make it easier to read or be more organized.

Jessie Allen Anosa
/drupal/sites/default/files/default_images/default_img.png
373
Create Request from Drupal Server to External Server
/drupal/sites/default/files/styles/medium/public/2024-06/drupal_server.png?itok=Vw_OUUp9

There are many ways to communicate with external web services but the most common method from drupal is using S3 bucket from AWS.

Renier John Sediego
/drupal/sites/default/files/pictures/2022-07/default_img_6.png
366
What is Headless Drupal and Do You Need It?
/drupal/sites/default/files/styles/medium/public/2024-06/headless.png?itok=hJZmqhWi

Comparison

Basic Drupal Setup

Drupal is usually used to manage content, no big deal.

Jeffy Lepatan
/drupal/sites/default/files/pictures/2020-10/Jeffy%20Lepatan480.jpg
353
Custom Twig Filter in Drupal 8
/drupal/sites/default/files/styles/medium/public/2020-12/twig.jpg?itok=C7CRYae7

Drupal 8 has seen a massive turnaround when it comes to templating, unlike the previous version of drupal such as Drupal 7 instead of having a PHP Template, Drupal 8 has Twig which is created by Se

Jessie Allen Anosa
/drupal/sites/default/files/default_images/default_img.png
361
Hooks for Drupal 8 Themes
/drupal/sites/default/files/styles/medium/public/2024-06/hook_drupal.png?itok=FxW2ab7Q

Hooks allow modules to alter and extend the behavior of Drupal core, or another module. They are one of the various ways that code components in Drupal can communicate with one another.

Jessie Allen Anosa
/drupal/sites/default/files/default_images/default_img.png
352
Override services in Drupal 8
/drupal/sites/default/files/styles/medium/public/2024-06/service.png?itok=LVRnzFJU

Services is a way to make functions reusable. We use services often when integrating functions with other modules, but what if you want to modify the service belonging to another module?

Gabriel Fernandez
/drupal/sites/default/files/pictures/2024-10/default_img.png
359
Override the entity reference search keyword or auto complete in Drupal 8
/drupal/sites/default/files/styles/medium/public/2024-06/override.png?itok=wwMns1rf

For example you have 2 nodes which have the same title but different contents, and now you don't know which is which cause of the lacking infromation in the autocomplete dropdown.

Gabriel Fernandez
/drupal/sites/default/files/pictures/2024-10/default_img.png