You are here

service diff.entity_parser in Diff 8

Class

Drupal\diff\DiffEntityParser
6 string references to diff.entity_parser
CoreFieldBuilder::create in src/Plugin/diff/Field/CoreFieldBuilder.php
Creates an instance of the plugin.
DiffLayoutBase::create in src/DiffLayoutBase.php
Creates an instance of the plugin.
FieldDiffBuilderBase::create in src/FieldDiffBuilderBase.php
Creates an instance of the plugin.
SplitFieldsDiffLayout::create in src/Plugin/diff/Layout/SplitFieldsDiffLayout.php
Creates an instance of the plugin.
UnifiedFieldsDiffLayout::create in src/Plugin/diff/Layout/UnifiedFieldsDiffLayout.php
Creates an instance of the plugin.

... See full list

File

./diff.services.yml
diff.services.yml

View source
  1. class: Drupal\diff\DiffEntityParser
  2. arguments:
  3. - '@plugin.manager.diff.builder'
  4. - '@config.factory'