You are here

25 string references to YAML keys in auditfiles.routing.yml in Audit Files 8.2

AuditFilesConfigTest::testConfigPageContent in tests/src/Functional/AuditFilesConfigTest.php
Tests that the config page has correct settings.
AuditFilesConfigTest::testConfigPageSaveConfig in tests/src/Functional/AuditFilesConfigTest.php
Tests that config page can be saved with default values without errors.
AuditFilesConfigTest::testReportPage in tests/src/Functional/AuditFilesConfigTest.php
Tests config page returns correct HTTP response code.
AuditFilesManagedNotUsed::getCancelUrl in src/Form/AuditFilesManagedNotUsed.php
Returns the route to go to if the user cancels the action.
AuditFilesManagedNotUsedTest::testFileEntityCanBeDeleted in tests/src/Functional/AuditFilesManagedNotUsedTest.php
Tests that an orphan file can be deleted.
AuditFilesManagedNotUsedTest::testReportPage in tests/src/Functional/AuditFilesManagedNotUsedTest.php
Tests report page returns correct HTTP response code.
AuditFilesMergeFileReferences::getCancelUrl in src/Form/AuditFilesMergeFileReferences.php
Returns the route to go to if the user cancels the action.
AuditFilesNotInDatabase::getCancelUrl in src/Form/AuditFilesNotInDatabase.php
Returns the route to go to if the user cancels the action.
AuditFilesNotInDatabaseTest::testFileCanBeAdded in tests/src/Functional/AuditFilesNotInDatabaseTest.php
Tests that orphan file system files can be added to the database.
AuditFilesNotInDatabaseTest::testFileCanBeDeleted in tests/src/Functional/AuditFilesNotInDatabaseTest.php
Tests that an orphan file can be deleted.
AuditFilesNotInDatabaseTest::testFileNotInDatabase in tests/src/Functional/AuditFilesNotInDatabaseTest.php
Tests that orphaned files display on the report.
AuditFilesNotInDatabaseTest::testReportPage in tests/src/Functional/AuditFilesNotInDatabaseTest.php
Tests report page returns correct HTTP response code.
AuditFilesNotOnServer::getCancelUrl in src/Form/AuditFilesNotOnServer.php
Returns the route to go to if the user cancels the action.
AuditFilesNotOnServerTest::testFileEntityCanBeDeleted in tests/src/Functional/AuditFilesNotOnServerTest.php
Tests that an orphan file can be deleted.
AuditFilesNotOnServerTest::testReportPage in tests/src/Functional/AuditFilesNotOnServerTest.php
Tests report page returns correct HTTP response code.
AuditFilesReferencedNotUsed::getCancelUrl in src/Form/AuditFilesReferencedNotUsed.php
Returns the route to go to if the user cancels the action.
AuditFilesReferencedNotUsedTest::testFileEntityCanBeAddedToFileUsageTable in tests/src/FunctionalJavascript/AuditFilesReferencedNotUsedTest.php
Tests that orphan file entity can be added to the file_usage table.
AuditFilesReferencedNotUsedTest::testFileEntityCanBeDeletedFromFileUsageTable in tests/src/FunctionalJavascript/AuditFilesReferencedNotUsedTest.php
Tests that orphan file entity can be deleted from file_usage.
AuditFilesReferencedNotUsedTest::testReportPage in tests/src/FunctionalJavascript/AuditFilesReferencedNotUsedTest.php
Tests report page returns correct HTTP response code.
AuditFilesUsedNotManaged::getCancelUrl in src/Form/AuditFilesUsedNotManaged.php
Returns the route to go to if the user cancels the action.
AuditFilesUsedNotManagedTest::testFileEntityCanBeDeleted in tests/src/Functional/AuditFilesUsedNotManagedTest.php
Tests that an orphan file can be deleted.
AuditFilesUsedNotManagedTest::testReportPage in tests/src/Functional/AuditFilesUsedNotManagedTest.php
Tests report page returns correct HTTP response code.
AuditFilesUsedNotReferenced::getCancelUrl in src/Form/AuditFilesUsedNotReferenced.php
Returns the route to go to if the user cancels the action.
AuditFilesUsedNotReferencedTest::testFileEntityCanBeDeleted in tests/src/Functional/AuditFilesUsedNotReferencedTest.php
Tests that an orphan file can be deleted.
AuditFilesUsedNotReferencedTest::testReportPage in tests/src/Functional/AuditFilesUsedNotReferencedTest.php
Tests report page returns correct HTTP response code.