Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I want do build a module to do the following things:
generate a new entity with Drupal Console (@ConfigEntityType => dynamic_content_type + @ContentEntityType => dynamic_content).
Each dynamic_content entity must be attached to an entity (node or user for example) at creation.
I modified the 'collection' link route of my entity like this:
I would like a particular multi-site installation (I'm testing drupal 8.1.2), as described below.
- many websites with front-end URLs, like:
site1.example.com (website1+DB1)
site2.example.com (website2+DB2)
...
- all the back-end (management) URLs for the above sites as subdirectories of a unique (different) website, like:
admin.example.com/site1 (website1+DB1)
admin.example.com/site2 (website2+DB2)
...
I have a custom installation profile, that has a dependency on views and other custom modules. One such module is an admin content module that has a custom view meant to replace the "content" view (/admin/content) .
In general, I'm able to disable the content view programatically. (This is on a drush file that I call with drush scr)
I use Drupal 8.1.2 and Rules 8.x-3.0-alpha1.
I created a new Rule, try to input value to field Data and nothing is happening, but I waited list with available data... (It was in Drupal 7)