- ๐ฎ๐ณIndia ighosh
Global \Drupal calls must be used and NOT DI (Dependency Injection) in every place where classes can't be used AND in static functions. Some examples of types of files where classes are not used - .install | .module. In all other situations, DI must be used. Do correct me if I made any mistake. Cheers!
- ๐ฆ๐นAustria drunken monkey Vienna, Austria
Global \Drupal calls must be used and NOT DI (Dependency Injection) in every place where classes can't be used AND in static functions. Some examples of types of files where classes are not used - .install | .module. In all other situations, DI must be used. Do correct me if I made any mistake. Cheers!
There are lots of classes, like entity classes, where DI is currently not supported. See the issue summary.