Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
241.01 KB
MD5: 2732eac17afe571243056452a0f9ab14
SHA-1: de811b4b402e6c84d5136f1b3cda8769b14c1862
SHA-256: 38c9af4f488e2b934be6fc9fe58030657b672ff590c58b9c8f9dc824f349d99d
Download zip
259.89 KB
MD5: 8b781d3135ed2ef70f92ba7939a2f30e
SHA-1: 608921044a21b4cf61e448f1099262a0ff72cbf2
SHA-256: ad3dac1f7a05c46f43adc093ebc4f0b5f699ac32001268955616513f81cb4fa8
Release notes
SPhoenix AI Content Assistant 1.0.0
FIXES
-----
Code Quality & Compatibility
- Fixed deprecated FileSystemInterface::EXISTS_REPLACE usage
Use FileExists::Replace enum for Drupal 12+ compatibility
- Fixed FormInterface::getEntity() call in form submit handler
Added proper method existence check before calling getEntity()
These fixes ensure the module passes drupal-check validation and maintains compatibility with future Drupal versions.
DRUPAL VERSIONS
---------------
- Drupal 10.0+
- Drupal 11.0+
REQUIREMENTS
------------
- PHP 8.0+
STATUS
------
Initial release with all code quality checks passing.