protected property GutenbergBlockProcessorManager::$blockProcessors in Gutenberg 8.2
Holds the array of block processors to cycle through.
An array whose keys are priorities and whose values are arrays of path processor objects.
Type: GutenbergBlockProcessorInterface[]
File
- src/
BlockProcessor/ GutenbergBlockProcessorManager.php, line 20
Class
- GutenbergBlockProcessorManager
- Gutenberg block processor manager.
Namespace
Drupal\gutenberg\BlockProcessorCode
protected $blockProcessors = [];