colema18 / gathercontent
GatherContent for Drupal
Installs: 150
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- cheppers/gathercontent-client: ^2.0
- drupal/core: ^8.7 || ^9
- drupal/migrate_tools: ^5.0
This package is auto-updated.
Last update: 2025-02-23 08:46:20 UTC
README
This module integrates Gather Content into Drupal.
Installation
Dependencies
- Image
- File
- Views
Optional dependecies
- Tablesorter for sortable tables.
Tasks
- Download and install dependent packages. You'll need Composer.
- Download the most recent release of Tablesorter,
and place it into
libraries/
. Rename it's directory totablesorter-mottie
.
API
We provide several events, which you can find in
gathercontent/src/Event/GatherContentEvents.php
file with additional
documentation.
Tests
Your bootstrap attribute in "phpunit.xml.dist" should point to "web/core/tests/bootstrap.php". Add this to the xml too with your credentials:
<php>
<env name="SIMPLETEST_DB" value="mysql://root:mysql@127.0.0.1/gc-drupal"/>
</php>
Standing in the phpunit.xml.dist directory, run the tests as: path/to/phpunit path/to/gathercontent/