Mercurial > hg > isophonics-drupal-site
comparison core/modules/comment/src/CommentForm.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 |
---|---|
16 use Drupal\Core\Session\AccountInterface; | 16 use Drupal\Core\Session\AccountInterface; |
17 use Symfony\Component\DependencyInjection\ContainerInterface; | 17 use Symfony\Component\DependencyInjection\ContainerInterface; |
18 | 18 |
19 /** | 19 /** |
20 * Base handler for comment forms. | 20 * Base handler for comment forms. |
21 * | |
22 * @internal | |
21 */ | 23 */ |
22 class CommentForm extends ContentEntityForm { | 24 class CommentForm extends ContentEntityForm { |
23 | 25 |
24 /** | 26 /** |
25 * The current user. | 27 * The current user. |