Search Kint
240 sites
Security covered
This module allows you to search through debug output, copy the path to specific variables, and even generate the getter code for entity fields when copying their paths.
Heavily based on the search_krumo module; however this works with kint for Drupal 9.
Key features:
* Searching though debug output
* Copying the path to a particular variable
* When copying a path to a field attached to an entity return the getter code.
E.g. $account->get('field_first_name')->value;