Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / quickedit / src / Access / EditEntityFieldAccessCheck.php
1 <?php
2
3 namespace Drupal\quickedit\Access;
4
5 /**
6  * @deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.0.
7  */
8 class EditEntityFieldAccessCheck extends QuickEditEntityFieldAccessCheck {
9
10 }