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

dev-main 2021-05-23 00:42 UTC

This package is auto-updated.

Last update: 2024-05-23 07:05:59 UTC


README

This module integrates Gather Content into Drupal.

Installation

Dependencies

  • Image
  • File
  • Views

Optional dependecies

Tasks

  1. Download and install dependent packages. You'll need Composer.
  2. Download the most recent release of Tablesorter, and place it into libraries/. Rename it's directory to tablesorter-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/