Skip to content

Instantly share code, notes, and snippets.

@mparker17
Last active March 24, 2023 17:36
Show Gist options
  • Save mparker17/411654d18eddf787510acdbeb97cc3e5 to your computer and use it in GitHub Desktop.
Save mparker17/411654d18eddf787510acdbeb97cc3e5 to your computer and use it in GitHub Desktop.
Popular Drupal src/ subdirectories
$ git show -s HEAD
commit b4e874055d157d6cdb9912ea01040f9cb946846f (HEAD -> 8.5.x, origin/8.5.x)
Author: Gábor Hojtsy <gabor@hojtsy.hu>
Date: Wed Jun 13 13:48:17 2018 +0200
Issue #2886609 by quietone, Jo Fitzgerald, jhodgdon, masipila, heddn, Gábor Hojtsy, mikeryan: Migrate D6 i18n loacalized translations of taxonomy terms
(cherry picked from commit 8c457c9d69af92a9664479669ef886a09e9369e8)
$ find . -type d -name 'src' -exec ls -F1 '{}' \; | sort | uniq -c | ggrep '/' | sort -r
102 Plugin/
72 Functional/
71 Controller/
66 Kernel/
60 Form/
54 Unit/
39 Tests/
36 Entity/
28 FunctionalJavascript/
21 EventSubscriber/
17 Annotation/
16 Access/
12 Routing/
9 Element/
8 Traits/
7 ProxyClass/
7 Cache/
7 Ajax/
6 PageCache/
5 Theme/
5 Render/
5 Exception/
4 PathProcessor/
4 Logger/
3 ParamConverter/
3 ContextProvider/
3 Authentication/
2 StreamWrapper/
2 StackMiddleware/
2 RouteProcessor/
2 Normalizer/
2 LinkManager/
2 HttpKernel/
2 Event/
2 Encoder/
2 EditorXssFilter/
1 TypedData/
1 TwigExtension/
1 Session/
1 SectionStorage/
1 PluginForm/
1 PhpStorage/
1 Normalization/
1 Menu/
1 Loader/
1 FormElement/
1 FileUsage/
1 Field/
1 EntityResolver/
1 Display/
1 Deprecation/
1 Context/
1 ConfigTranslation/
1 Config/
1 Breadcrumb/
1 Block/
1 Batch/
1 Audit/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment