This module offers to display methods and statics available for an object when using Kint.
Kint plugins responsible for showing object available methods and static class properties were removed from the Devel module for Drupal 8 since version 3.0. This module re-adds back those features as an external module.
Project link
https://www.drupal.org/project/devel_kint_extras
Git instructions
git clone --branch 1.x https://git.drupalcode.org/project/devel_kint_extras.git
Comments
Comment #2
harishh commentedUpdated Git instructions.
Comment #3
harishh commentedHi @janchojnacki,
1. Add hook_help.
2. Fix the Drupal coding standards.
Comment #4
harishh commentedComment #5
janchojnacki commentedHello @harishh,
Thanks for review. I have fixed coding standards and added hook_help().
Fixed on 1.x
Comment #6
janchojnacki commentedComment #7
avpadernoComment #8
janchojnacki commented@kiamlaluno could you possibly enlighten me on how to proceed with this issue and if there are any actions required from my side to get this project approved?
Comment #9
arshadkhan35 commentedHi @janchojnacki
While reviewing the module i came across one important drupal core version requirement, In this module you have mention core as 8.x which means the module is compatible with any Drupal8 version, but you have included devel module version >= 4 which is compatible with core 8.8 or higher, i think this would be a problem.
This module
info file: https://git.drupalcode.org/project/devel_kint_extras/-/blob/master/devel...
composer file : https://git.drupalcode.org/project/devel_kint_extras/-/blob/master/compo...
type: module
name: 'Devel Kint Extras'
description: 'Shows methods and statics available for an object when using Kint with Devel.'
core: 8.x
core_version_requirement: ^8 || ^9
package: Development
dependencies:
- devel:devel (>=4.x)
Devel module 4.x
info file: https://git.drupalcode.org/project/devel/-/blob/4.x/devel.info.yml
type: module
name: Devel
description: 'Various blocks, pages, and functions for developers.'
package: Development
core_version_requirement: ^8.8 || ^9
php: 7.2
configure: devel.admin_settings
tags:
- developer
Comment #10
avpadernoComment #11
avpadernoI am closing this application, as it hasn't been any reply in more than 4 months. Please reopen it once you made the requested changes, or the required changes are wrong.