bluecadet/bc_api_base

Base layer for all API implementations.

Installs: 3 845

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 18

Type:custom-drupal-module

3.0.0-beta2 2023-11-29 15:02 UTC

README

Testing

./vendor/bin/phpunit --configuration ./web/core --group bc_api --color --verbose --debug [FILE]

If you have a full instal and after enabling the simpletest module: (Login seems to have a bug for some reason...) [Be careful of deprecations!!] php web/core/scripts/run-tests.sh --url [LOCAL SITE URL] --module bc_api_base --verbose --color

Changelog

  • Working on D10 compatibility

8.x-3.0.0

  • Added Drupal 10 Compatability
  • Code Style changes

8.x-2.0.2

  • Fixed Deprecated drupal_set_message() func

8.x-2.0.1

  • Update readme
  • Fix OnException Backwards compatibility with Drupal 8
  • Update Drupal module versions appropriatly

8.x-2.0.0

  • Prepare for Drupal 9 compatability
  • Tweak Cinder Allowed Tags
  • Updates for COmposer V2