Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sevices_dependency): implement Services & Dependency Injection #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sapatevaibhav
Copy link
Collaborator

Services & Dependency Injection

Installation

Step 1: Enable the Module

Run the following command:

drush en vaibhav_services_dependency_injection -y

Custom Service (CustomService)

  • Defined in src/Service/CustomService.php.
  • Provides a technology-related message.

Controller (ServiceDemoController)

  • Uses dependency injection to access the service.
  • Displays the message on the route /vaibhav-service-demo.

Testing the Module

  1. Clear cache:
    drush cr
  2. Visit the route:
    /vaibhav-service-demo
    
  3. Expected Output:
    • A page with the title Technology Fact.
    • A message which will contain below:

      "Did you know? Drupal is a powerful CMS that enables developers to build dynamic and flexible websites. It is open-source, written in PHP, and follows a modular architecture!"

@sapatevaibhav sapatevaibhav self-assigned this Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants