How do I enable aggregation in the settings?

How do I enable aggregation in the settings?

I have the same problem as in Views sorting by number of values in field”. I would really like to try the solution that is given. How can I enable aggregation in the view settings? I can’t find it anywhere. The following is a screenshot of the view panel.... read more
Is it possible to programmatically add a path alias to a programmatically created node?

Is it possible to programmatically add a path alias to a programmatically created node?

I have created pre save hook in module which is populating my node by fetching information from various API’s. However I can’t get my mind around how to add node alias to newly created node. Is there any function or module or something (Drupal 7 had... read more
Is it possible to programmatically add a path alias to a programmatically created node?

How to print and/or manipulate individual image attributes and suppress width and height via the image.html.twig template

I had to get rid of the width and height attributes in my images and wanted to learn better the possibilites of Twig in Drupal. read more