This module is currently unusable without Lightning Core, because it depends on Drupal\lightning_core\ComponentDiscovery. We need to remove that.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3157210-9.patch | 1.41 KB | phenaproxima |
| #7 | 3157210-7.patch | 1.9 KB | phenaproxima |
| #6 | 3157210-6.patch | 1.36 KB | phenaproxima |
| #2 | 3157210-2.patch | 891 bytes | phenaproxima |
Comments
Comment #2
phenaproximaAnd, patch.
Comment #3
grasmash commentedLooks good to me.
Comment #5
wim leersNit: you don't need to use
array_keys()if you were to useARRAY_FILTER_USE_KEYonarray_filter().Nit:
string $moduleComment #6
phenaproximaFixed both nits and added a hard dependency on PHP 7+ so we can use scalar type hints.
Comment #7
phenaproximaHuh, it doesn't like that. Maybe without the PHP dependency?
Comment #9
phenaproximaFer Chrissakes!
Comment #12
phenaproximaScrew it. I don't know why the test is failing, but I'm not waiting around to find out. Committing it.