- What are the custom entities? When and how it can be used?https://opensenselabs.com/blog/tech/how-create-custom-entity-drupal-8
- How to create a patch?
- Mysql rollback to flag
- What are cache tags in Drupal 8?
https://www.drupal.org/docs/8/api/cache-api/cache-tags - How to create a module using Drupal console?
- How to deploy code - Acquia
- Custom entities into the single table
- Why we need an interface?
An interface allows unrelated classes to implement the same set of methods, regardless of their positions in the class inheritance hierarchy. An interface enables you to model multiple inheritances because a class can implement more than one interface whereas it can extend only one class. - How to pass the interface variable in the constructor
- How to make a string to upper case in Twig
To make a string in upper case use filter 'upper'
{{ 'a string'|upper }} - How to create a custom pipe.
https://symfony.com/doc/current/templating/twig_extension.html - What happens behind when the twig filter used?
What is the best way to strengthen your knowledge? I think the best way is to talk about what you know, then collect feedback, correct, update, and repeat this cycle!
Wednesday, February 13, 2019
Drupal 8 Interview questions
Subscribe to:
Post Comments (Atom)
-
1. Download and install Views Data Export Module (https://www.drupal.org/project/views_data_export) If you are using composer to install ...
-
For example , consider if ADFS SSO giving additional parameters like first name, surname, job title, etc., so how we map these additiona...
-
There were occasions that we need to pull/push data from our Drupal site to/from Salesforce. Here I'm explaining the complete steps to d...
No comments:
Post a Comment