You are here

FlaggingCollectionTranslationHandler.php in Flag Lists 4.0.x

Same filename and directory in other branches
  1. 8 src/FlaggingCollectionTranslationHandler.php

Namespace

Drupal\flag_lists

File

src/FlaggingCollectionTranslationHandler.php
View source
<?php

namespace Drupal\flag_lists;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for flagging_collection.
 */
class FlaggingCollectionTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
FlaggingCollectionTranslationHandler Defines the translation handler for flagging_collection.