Search for audit
- Search 7.x for audit
 - Search 9.5.x for audit
 - Search 10.3.x for audit
 - Search 11.x for audit
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| AuditException | class | core/ | 
                                                                                        Defines an exception to throw if an error occurs during a migration audit. | 
| AuditException.php | file | core/ | 
                                                                                        |
| AuditException::__construct | function | core/ | 
                                                                                        AuditException constructor. | 
| AuditorInterface | interface | core/ | 
                                                                                        Defines an interface for migration auditors. | 
| AuditorInterface.php | file | core/ | 
                                                                                        |
| AuditorInterface::audit | function | core/ | 
                                                                                        Audits a migration. | 
| AuditorInterface::auditMultiple | function | core/ | 
                                                                                        Audits a set of migrations. | 
| AuditResult | class | core/ | 
                                                                                        Encapsulates the result of a migration audit. | 
| AuditResult.php | file | core/ | 
                                                                                        |
| AuditResult::$migration | property | core/ | 
                                                                                        The audited migration. | 
| AuditResult::$reasons | property | core/ | 
                                                                                        The reasons why the migration passed or failed the audit. | 
| AuditResult::$status | property | core/ | 
                                                                                        The result of the audit (TRUE if passed, FALSE otherwise). | 
| AuditResult::addReason | function | core/ | 
                                                                                        Adds a reason why the migration passed or failed the audit. | 
| AuditResult::count | function | core/ | 
                                                                                        Implements \Countable::count() for Twig template compatibility. | 
| AuditResult::fail | function | core/ | 
                                                                                        Creates a failing audit result for a migration. | 
| AuditResult::getMigration | function | core/ | 
                                                                                        Returns the audited migration. | 
| AuditResult::jsonSerialize | function | core/ | 
                                                                                        Returns the reasons the migration passed or failed, for JSON serialization. | 
| AuditResult::pass | function | core/ | 
                                                                                        Creates a passing audit result for a migration. | 
| AuditResult::passed | function | core/ | 
                                                                                        Returns the boolean result of the audit. | 
| AuditResult::__construct | function | core/ | 
                                                                                        AuditResult constructor. | 
| AuditResult::__toString | function | core/ | 
                                                                                        Returns the reasons the migration passed or failed, as a string. | 
| IdAuditor | class | core/ | 
                                                                                        Audits migrations that create content entities in the destination system. | 
| IdAuditor.php | file | core/ | 
                                                                                        |
| IdAuditor::audit | function | core/ | 
                                                                                        Audits a migration. | 
| IdAuditor::auditEntityComplete | function | core/ | 
                                                                                        Audits an EntityComplete migration. | 
| IdAuditor::auditMultiple | function | core/ | 
                                                                                        Audits a set of migrations. | 
| LegacyMigrateDrupal6AuditIdsTest | class | core/ | 
                                                                                        Extends MigrateDrupal6AuditIdsTest to test with deprecated modules. | 
| LegacyMigrateDrupal6AuditIdsTest.php | file | core/ | 
                                                                                        |
| LegacyMigrateDrupal6AuditIdsTest::$excludeDeprecated | property | core/ | 
                                                                                        Flag to exclude deprecated modules from the tests. | 
| LegacyMigrateDrupal7AuditIdsTest | class | core/ | 
                                                                                        Extends MigrateDrupal7AuditIdsTest to test with deprecated modules. | 
| LegacyMigrateDrupal7AuditIdsTest.php | file | core/ | 
                                                                                        |
| LegacyMigrateDrupal7AuditIdsTest::$excludeDeprecated | property | core/ | 
                                                                                        Flag to exclude deprecated modules from the tests. | 
| MigrateDrupal6AuditIdsTest | class | core/ | 
                                                                                        Tests the migration auditor for ID conflicts. | 
| MigrateDrupal6AuditIdsTest.php | file | core/ | 
                                                                                        |
| MigrateDrupal6AuditIdsTest::setUp | function | core/ | 
                                                                                        |
| MigrateDrupal6AuditIdsTest::testAllMigrationsWithIdConflicts | function | core/ | 
                                                                                        Tests all migrations with ID conflicts. | 
| MigrateDrupal6AuditIdsTest::testAllMigrationsWithNoIdConflicts | function | core/ | 
                                                                                        Tests all migrations with no ID conflicts. | 
| MigrateDrupal6AuditIdsTest::testDraftRevisionIdConflicts | function | core/ | 
                                                                                        Tests draft revisions ID conflicts. | 
| MigrateDrupal6AuditIdsTest::testMultipleMigrationWithoutIdConflicts | function | core/ | 
                                                                                        Tests multiple migrations to the same destination with no ID conflicts. | 
| MigrateDrupal6AuditIdsTest::testNodeGrantsIdConflicts | function | core/ | 
                                                                                        Tests ID conflicts for inaccessible nodes. | 
| MigrateDrupal7AuditIdsTest | class | core/ | 
                                                                                        Tests the migration auditor for ID conflicts. | 
| MigrateDrupal7AuditIdsTest.php | file | core/ | 
                                                                                        |
| MigrateDrupal7AuditIdsTest::setUp | function | core/ | 
                                                                                        |
| MigrateDrupal7AuditIdsTest::testAllMigrationsWithIdConflicts | function | core/ | 
                                                                                        Tests all migrations with ID conflicts. | 
| MigrateDrupal7AuditIdsTest::testAllMigrationsWithNoIdConflicts | function | core/ | 
                                                                                        Tests all migrations with no ID conflicts. | 
| MigrateDrupal7AuditIdsTest::testDraftRevisionIdConflicts | function | core/ | 
                                                                                        Tests draft revisions ID conflicts. | 
| MigrateDrupal7AuditIdsTest::testMultipleMigrationWithoutIdConflicts | function | core/ | 
                                                                                        Tests multiple migrations to the same destination with no ID conflicts. | 
| MigrateDrupal7AuditIdsTest::testNodeGrantsIdConflicts | function | core/ | 
                                                                                        Tests ID conflicts for inaccessible nodes. | 
| Migration::$audit | property | core/ | 
                                                                                        Whether the migration is auditable. | 
| Migration::isAuditable | function | core/ | 
                                                                                        Indicates if the migration is auditable. | 
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.