How to add a Drupal8 View to a database table?

Hi all,
I have a custom table into the Drupal database called .
Is there a module that shows the content of this table in Drupal?

It seems that the View module can't be used.

Thank you very much

Claudio

How to disable CACHE in VIEW PAGE display

I am using VIEW module to create a page which loads data from database table.

Seems this view page is doing caching because whenever I add a new record in this table, it doesn't show on view page immediately after refresh.

Rather I have to clear cache from the site > performance section and then I can see new entry on the view page.

Can anyone advise what should I do to avoid this?

htaccess, subdirectories, and relative URL's

Hey,

1 - My current live site lives here: www.mydomain.com

2 - I am building a new D8 site here: www.mydomain.com/newD8Site (hidden subdirectory on the production server)

3 - When it is ready - I want to leave it right where it is -> www.mydomain.com/newD8Site

What are the best modules for ..

Hello,

my project is to create a site where end-user can create their own surveys
For that, I would like to create a form for the end-user. This form, when filled by the end-user has to generate the survey for the end-user.

Which modules/approach do you think that best fit to this requirement?

Thank you in advance for your response

user_cancel_delete method of hook_user_cancel

Firstly, I was unable to catch the user_cancel_delete method in either of the recommended hooks (hook_ENTITY_TYPE_predelete() and hook_ENTITY_TYPE_delete()).

Then I was unable to find an invoke for either of those hooks in case of user_cancel_delete and noticed that it doesn't enter the user_delete() as well, contradicting the documentation. If I recall correctly, it enters _user_delete() only.

Relative menu links not working

Does anyone know how to get relative menu links to work.

I have domain.com

So I added a menu link Parts with path /parts
When I go to domain.com/bmw page

I would like the Parts link in the menu to point to
domain.com/bmw/parts

but it points to domain.com/parts

if I use #parts in the menu link then it links to
domain.com/bmw#parts

This is basically the right behaviour but not doesn't work because it needs to be /.

Any ideas?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x