comparison core/modules/taxonomy/src/VocabularyForm.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
9 use Drupal\language\Entity\ContentLanguageSettings; 9 use Drupal\language\Entity\ContentLanguageSettings;
10 use Symfony\Component\DependencyInjection\ContainerInterface; 10 use Symfony\Component\DependencyInjection\ContainerInterface;
11 11
12 /** 12 /**
13 * Base form for vocabulary edit forms. 13 * Base form for vocabulary edit forms.
14 *
15 * @internal
14 */ 16 */
15 class VocabularyForm extends BundleEntityFormBase { 17 class VocabularyForm extends BundleEntityFormBase {
16 18
17 /** 19 /**
18 * The vocabulary storage. 20 * The vocabulary storage.