I'm updating the documentation because the previous version was unclear and lacked sufficient detail.I aim to deliver a documentation that's user-friendly and rich in information, ensuring users can readily grasp and effectively apply the topic.
-
Clarity and Structure: The primary goal of the changes was to enhance the clarity and structure of the content. I reorganized the information to make it more comprehensible for readers.
-
Introduction: Simplified the introduction to highlight the key points about services defined in 'example.services.yml' and how Drupal automatically detects them.
-
Symbol Explanation: Added a section to explain the use of the '@' and '%' symbols in service definitions, making it easier for readers to understand.
-
Summary: Included a brief summary at the end for quick reference.
The changes aimed to make the content more reader-friendly, ensuring that readers can grasp the key concepts of Drupal service configuration and injection easily.
could you please review it .
Hi , could you provide us with more information about which version of paragraph module you are currently using.
Tested and verified , ready for merge .
Nikolay Penchev β made their first commit to this issueβs fork.
In this commit, I've upgraded the usage of Symfony\Contracts\EventDispatcher\Event to Drupal\Component\EventDispatcher\Event, aligning with this article:
https://www.drupal.org/node/3159012 β
. This change ensures Drupal 9/10 compatibility and forward compatibility with Symfony 5.
Additionally, I've executed the PHP Code Sniffer and Drupal Check tools to validate the code against coding standards, ensuring the codebase remains clean and maintainable.
Nikolay Penchev β made their first commit to this issueβs fork.
Nikolay Penchev β made their first commit to this issueβs fork.
I think you are unable, to do that since Drupal core behaviour is building dependencies on save , basically you are rewriting configurations and after that on that config object it's called ->save method which is building the dependencies.