I you attempt to create a custom process plugin without any configuration options, EntityImporterFieldMappingForm::processProcessingPlugins triggers a fatal error by attempting to pass NULL (instead of array) to createPluginInstance.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

justin2pin created an issue. See original summary.

justin2pin’s picture

Status: Needs work » Needs review
FileSize
889 bytes

Attached patch ensures an array is passed to createPluginInstance, rather than NULL in cases where this is no configuration.

  • droath committed bfc7d23 on 8.x-1.x authored by justin2pin
    Issue #3089059 by justin2pin: Fatal error for field processors without...
droath’s picture

Status: Needs review » Fixed
droath’s picture

Status: Fixed » Closed (fixed)