How to define your own Services in Drupal 8 – 9 | what is services in drupal 8 | what is services in drupal 9

Services is a simple PHP class, which is build for solving/achieving specific task/functionality throughout the application. Because of this it is very easy to use in the applicatins. Service is a PHP class with some code that provides a single specific functionality throughout the application. So you can easily access each service and use its … Read more

Create custom rest api in drupal 8 – 9 | drupal 9 rest api | creating a custom REST resource for GET method in Drupal 8 | drupal 8 create rest api programmatically

Dear Developers, in this article we will discuss about, how to create RESTful web services in Drupal 8 | 9. This can be made possible by using HTTP requests to GET, PUT, POST and DELETE data. It is based on representational state transfer (REST) technology, an architectural style, and approach to communications often used in … Read more

how to find length of string in php | how to find length of string without using string function in php | how to find length of string without using strlen in php

how to find length of string without using string function in php

To find length of string in php, it’s very simple you can use the PHP strlen() function to get the length of a string. The strlen() function return the length of the string on success, and 0 if the string is empty. But whenever someone asked to how to find length of string without using … Read more

4 string functions to convert string case in PHP | strtoupper() function in php | strtolower() function in php | ucfirst | ucwords function in php

strtolower and strtoupper

Dear Readers. In this article we will discuss 4 PHP functions to convert case of letter one by one. strtoupper strtolower ucfirst ucwords What is string ? A string is a collection/sequence of characters. String is one of the data types supported by PHP. The string variables can contain alphanumeric characters. Strings are created when; … Read more

PHP string functions programs | str_replace functions in php | how to find and replace string in php

String Replace

Dear Friend, In this article we will discuss about str_replace function in PHP which is most popular and useful string functions. what is str_replace function ? The str_replace() is a built-in function in PHP and is used to replace all the occurrences of the search string by replacement string. Search and replace string can be … Read more

how to create content type in drupal | What are the content types | Drupal 8 adding new content type

What is a content type in Drupal? A single web site could contain many types of content, such as informational pages, news items, polls, blog posts, real estate listings, etc. In Drupal, each item of content is called a node, and each node belongs to a single content type, which defines various default settings for … Read more

Drupal 9 custom module development | how to create custom module in drupal 9

In this article we will discuss step by step Drupal Custom Module Development. Drupal is a great tool for building dynamic, scalable websites using drupal code and contributed modules. But in some case, contributed module will not work for any specific requirement, in that case, we need to create custom module, which can full fill … Read more

Best mobile stand holder under 500 | Tripod stand for mobile phone | Mobile stand for online classes | mobile stand for recording

mobile-accessarries

Dear Friends, In this article i will tell you top 10 best mobile stands under ₹1000. Personally used and tested. It’s very comfortable and flexible to use. In this modern age, technologies are growing day by day, some time if we need to attends meeting or classes, and also want to shoot video using your … Read more

String reverse without using library function in php | PHP reverse string without strrev | String manipulation programs in php

Reverse String without inbuilt function in PHP

PHP reverse string without strrev, This is very simple to reverse a String in PHP by using inbuild function strrev. But sometimes in php interview, interviewer may ask how to Reverse a String in PHP without using strrev function or String reverse without using library function in php There are few simple steps to answer … Read more

Drupal as headless cms | drupal vs headless cms | decoupled drupal | headless drupal tutorial

Headless Drupal

Table of content What is Drupal Headless CMS ? Drupal headless architecture Why Drupal headless CMS ? Drupal vs headless cms | Drupal headless vs decoupled Which Decoupled Drupal Solution is Best for You? Why headless CMS is growing? Is headless Drupal suited for any kind of project? Benefits of Drupal as a headless CMS … Read more