Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
IconFinderTest::testExtractIconIdFromFilenameWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::extractIconIdFromFilename method with failing pattern.
IconFinderTest::testGetFilesFromPathInvalidExtensionWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromPath method with warning.
IconPackExtractorForm::validateConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php Form validation handler.
IconPackExtractorFormTest::testValidateConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Test the IconPackExtractorForm::validateConfigurationForm method.
IconPackManager::$validator property core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php The schema validator.
IconPackManager::providerExists function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Determines if the provider of a definition exists.
IconPackManager::SCHEMA_VALIDATE constant core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php
IconPackManager::setValidator function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Sets the validator service if available.
IconPackManager::validateDefinition function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Validates a definition against the JSON schema specification.
IconPackManagerKernelTest::TEST_ICON_FULL_ID constant core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Icon from icon_test module.
IconPackManagerTest::providerIconPackLibraryName function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackManagerTest.php Data provider for ::testLibraryName().
IconTest::providerPreRenderIcon function core/tests/Drupal/Tests/Core/Theme/Icon/IconTest.php Data provider for ::testPreRenderIcon().
IdAuditor class core/modules/migrate/src/Audit/IdAuditor.php Audits migrations that create content entities in the destination system.
IdAuditor.php file core/modules/migrate/src/Audit/IdAuditor.php
IdAuditor::audit function core/modules/migrate/src/Audit/IdAuditor.php Audits a migration.
IdAuditor::auditEntityComplete function core/modules/migrate/src/Audit/IdAuditor.php Audits an EntityComplete migration.
IdAuditor::auditMultiple function core/modules/migrate/src/Audit/IdAuditor.php Audits a set of migrations.
IdConflictForm class core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Migrate Upgrade Id Conflict form.
IdConflictForm.php file core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php
IdConflictForm::buildForm function core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Form constructor.
IdConflictForm::conflictsForm function core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Build the markup for conflict warnings.
IdConflictForm::formatConflicts function core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Formats a set of failing audit results as strings.
IdConflictForm::getConfirmText function core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Returns a caption for the button that confirms the action.
IdConflictForm::getFormId function core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Returns a unique string identifying the form.
IdConflictForm::i18nWarningForm function core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Build the markup for i18n warnings.
IdConflictForm::submitForm function core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php Form submission handler.
IdConflictTest class core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Tests Drupal 6 Id Conflict page.
IdConflictTest class core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Tests Drupal 7 Id Conflict page.
IdConflictTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php
IdConflictTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php
IdConflictTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Modules to install.
IdConflictTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Modules to install.
IdConflictTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets the available upgrade paths.
IdConflictTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets the available upgrade paths.
IdConflictTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets the expected number of entities per entity type after migration.
IdConflictTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets the expected number of entities per entity type after migration.
IdConflictTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets expected number of entities per entity after incremental migration.
IdConflictTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets expected number of entities per entity after incremental migration.
IdConflictTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets the missing upgrade paths.
IdConflictTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets the missing upgrade paths.
IdConflictTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Gets the source base path for the concrete test.
IdConflictTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Gets the source base path for the concrete test.
IdConflictTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php
IdConflictTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php
IdConflictTest::testIdConflictForm function core/modules/migrate_drupal_ui/tests/src/Functional/d6/IdConflictTest.php Tests ID Conflict form.
IdConflictTest::testIdConflictForm function core/modules/migrate_drupal_ui/tests/src/Functional/d7/IdConflictTest.php Tests ID Conflict form.
IdMapTableNoDummyTest class core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php Test that no dummy migrate_map tables are created.
IdMapTableNoDummyTest.php file core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php
IdMapTableNoDummyTest::$pluginManager property core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php The migration plugin manager.
IdMapTableNoDummyTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.