Experimental project

This is a sandbox project, which contains experimental code for developer use only.

In addition to https://drupal.org/node/2109035 I am presenting a little awk script which prints out the classname for a given requirements string.

Examples:

➜  system git:(8.x) ✗ awk -v search=_permission -f access_search.txt **/*.services.yml
Drupal\user\Access\PermissionAccessCheck
➜  system git:(8.x) ✗ awk -v search=_entity_access -f access_search.txt **/*.services.yml
Drupal\Core\Entity\EntityAccessCheck

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Created by chx on , updated