You are here

private function FieldMappingFilter::renderWithoutMappingFields in Gutenberg 8

Callback function to process each URL.

File

src/Plugin/Filter/FieldMappingFilter.php, line 68

Class

FieldMappingFilter
Class FieldMappingFilter.

Namespace

Drupal\gutenberg\Plugin\Filter

Code

private function renderWithoutMappingFields($match) {
  $comment_begin = $match[1];
  $comment_end = $match[3];
  return '';
}