Drupal 8.4.x New Features
Submitted by Rogue Surfer on Fri, 01/12/2018 - 21:33
Drupal 8.4.x New Features
- OOPS not Procedural Coding
Drupal 8 is object oriented and Drupal 7 is primarily procedural. You need to work with Classes to implement your code rather than writing simple functions. OOPS programming is more flexible for module development. - Namespace
Drupal 8 uses namespace. Namespacing ensures that your class does not conflict with another class of the same name.