
| Current Path : /var/www/html/rocksensor1/web/core/lib/Drupal/Core/Routing/Access/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/core/lib/Drupal/Core/Routing/Access/AccessInterface.php |
<?php
namespace Drupal\Core\Routing\Access;
/**
* An access check service determines access rules for particular routes.
*/
interface AccessInterface {
// @todo Remove this interface since it no longer defines any methods?
// @see https://www.drupal.org/node/2266817.
}