Related Content
Drupal 10: Using A Lazy Builder To Create A Dynamic Button
Adding dynamic and interactive elements to a web page can be a challenge, and there are a few techniques available in Drupal to allow for this.
Drupal 10: Using Parameter Converters To Create Paths For Custom Entities
Drupal's path system gives authors the ability to override the path of an item of content. Whilst the internal path of a page might be "/node/1" the external path can be anything you want, and can be set when editing the item of content.
Drupal 10: Creating Context Aware Plugins
In previous articles I have written about injecting context into context aware plugins and creating custom context providers and wanted to complet
Drupal 10: Migrating Flags With The Migrate Module
I've been doing a bit of Drupal migration recently, and one of the tasks I have undertaken is to migrate "likes" from a Drupal 7 site to a Drupal 10 site.
Drupal 10: Programmatically Injecting Context Into Blocks
Context definitions in Drupal are really useful when you want to inject context into your plugins and I have been using them for a little while now. It has made building custom blocks to add content to pages much easier as I don't need to copy the same block of code to find an entity of a particular sort into the block plugin.
Drupal 10: Creating Custom Context Providers
I previously looked at injecting context providers into context aware plugins. This time I will explore more about creating our own context providers to plug into this system.
Comments
This method:
is no longer recommended to use.
Drupal 8/9 recommended method for including templates is:
ref. https://www.drupal.org/docs/8/theming-drupal-8/including-part-template
Best regards!
Submitted by Martin Markov on Sun, 04/10/2022 - 23:26
PermalinkExcellent. Thanks for the update Martin :)
Submitted by philipnorton42 on Mon, 04/11/2022 - 07:21
PermalinkAdd new comment