You are here

FlaggingCollectionTranslationHandler.php in Flag Lists 8

Same filename and directory in other branches
  1. 4.0.x 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.