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 need help configuring and tweaking a view.
Briefly explained it is a view with relations to other nodes and paragraphs with exposed filters.
The view should be grouped by day (pargagraph-field-1) and within there sorted by daytime (pargagraph-field-2).
1. Currently i am having problem to avoid duplicate entries, when a node has more than one reference. I guess this could be solved with the built in aggregation function in views.
Sorting is also not working as intended.
Fatal error: Declaration of Drupal\Tests\PhpunitCompatibilityTrait::createMock($originalClassName) must be compatible with PHPUnit\Framework\TestCase::createMock($originalClassName): PHPUnit\Framework\MockObject\MockObject in C:\dev\acquia\sites\devdesktop\my-drupal\docroot\core\tests\Drupal\Tests\UnitTestCase.php on line 19
I did a Drupal upgrade from 7 to 8, and have an article that has some PHP code. I've noticed that everytime I edit the node, the PHP code gets commented out, and the rest of the lines of PHP get displayed as regular text in the wysiwyg editor.
I'm just starting the process of converting an existing Drupal singe-site installation into multi-site to accommodate some new sites.
The existing site is already built with a bunch of Content Types and Paragraphs which I'd like to be available for use on any additional sites that are added.
How can I share these content types, paragraphs, etc across multiple sites while omitting other config and settings from the parent site?