You are here

CustomLanguageStorage.php in Custom Language field 8

File

src/CustomLanguageStorage.php
View source
<?php

namespace Drupal\languagefield;

use Drupal\Core\Config\Entity\ConfigEntityStorage;

/**
 * Storage for custom_language entities.
 */
class CustomLanguageStorage extends ConfigEntityStorage {

}

Classes

Namesort descending Description
CustomLanguageStorage Storage for custom_language entities.