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

janchojnacki created an issue. See original summary.

harishh’s picture

Issue summary: View changes

Updated Git instructions.

harishh’s picture

Hi @janchojnacki,

1. Add hook_help.
2. Fix the Drupal coding standards.

FILE: /devel_kint_extras/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
  3 | WARNING | Line exceeds 80 characters; contains 146 characters
 11 | WARNING | Line exceeds 80 characters; contains 87 characters
----------------------------------------------------------------------


FILE: /devel_kint_extras/devel_kint_extras.info.yml
-------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------
 8 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------
harishh’s picture

Status: Needs review » Needs work
janchojnacki’s picture

Hello @harishh,

Thanks for review. I have fixed coding standards and added hook_help().

Fixed on 1.x

janchojnacki’s picture

Status: Needs work » Needs review
avpaderno’s picture

janchojnacki’s picture

@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?

arshadkhan35’s picture

Status: Needs review » Needs work

Hi @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

avpaderno’s picture

Priority: Normal » Minor
Issue tags: -PAreview: project created less than ten days ago
avpaderno’s picture

Status: Needs work » Closed (won't fix)

I 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.