Problem/Motivation
TranslatableConfigPagesEntityController causes a fatal PHP:
Fatal error: Declaration of Drupal\translatable_config_pages\Entity\Controller\TranslatableConfigPagesEntityController::addPage($entity_type_id) must be compatible with Drupal\Core\Entity\Controller\EntityController::addPage($entity_type_id, ?Symfony\Component\HttpFoundation\Request $request = null) in /docroot/modules/contrib/translatable_config_pages/src/Entity/Controller/TranslatableConfigPagesEntityController.php on line 18
Proposed resolution
Add the $request param to the addPage method.
Issue fork translatable_config_pages-3566958
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
luigisa