You are here

ParagraphSetTranslationHandler.php in Paragraphs frontend ui 8

File

src/ParagraphSetTranslationHandler.php
View source
<?php

namespace Drupal\paragraphs_frontend_ui;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for paragraph_set.
 */
class ParagraphSetTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
ParagraphSetTranslationHandler Defines the translation handler for paragraph_set.