cfdb32df579bc4ce3b11cec54496041cd653aaff
[yaffs-website] / web / core / modules / quickedit / src / Access / EditEntityFieldAccessCheckInterface.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 interface EditEntityFieldAccessCheckInterface extends QuickEditEntityFieldAccessCheckInterface {
9
10 }