Loading core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php +0 −4 Original line number Diff line number Diff line Loading @@ -207,10 +207,6 @@ public function getDefinitions() { } spl_autoload_unregister([$autoloader, 'loadClass']); // Plugin discovery is a memory expensive process due to reflection and the // number of files involved. Collect cycles at the end of discovery to be as // efficient as possible. gc_collect_cycles(); return $definitions; } Loading Loading
core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php +0 −4 Original line number Diff line number Diff line Loading @@ -207,10 +207,6 @@ public function getDefinitions() { } spl_autoload_unregister([$autoloader, 'loadClass']); // Plugin discovery is a memory expensive process due to reflection and the // number of files involved. Collect cycles at the end of discovery to be as // efficient as possible. gc_collect_cycles(); return $definitions; } Loading