Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / tour / src / Entity / Tour.php
index 6f4038d5d11fcb2265c0c638b8254be47385c383..9a8e1666ac9630408cbda578d52935965a65a578 100644 (file)
@@ -13,8 +13,10 @@ use Drupal\tour\TourInterface;
  *   id = "tour",
  *   label = @Translation("Tour"),
  *   handlers = {
- *     "view_builder" = "Drupal\tour\TourViewBuilder"
+ *     "view_builder" = "Drupal\tour\TourViewBuilder",
+ *     "access" = "Drupal\tour\TourAccessControlHandler",
  *   },
+ *   admin_permission = "administer site configuration",
  *   entity_keys = {
  *     "id" = "id",
  *     "label" = "label"