function ImporterTest::getSubscribedEvents
Same name and namespace in other branches
- 11.x core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php \Drupal\KernelTests\Core\DefaultContent\ImporterTest::getSubscribedEvents()
File
-
core/
tests/ Drupal/ KernelTests/ Core/ DefaultContent/ ImporterTest.php, line 59
Class
- ImporterTest
- Tests the Default Content Importer.
Namespace
Drupal\KernelTests\Core\DefaultContentCode
public static function getSubscribedEvents() : array {
return [
PreEntityImportEvent::class => 'onPreEntityImport',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.