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. Search 11.x for id
  6. Other projects
Title Object type File name Summary
IconDefinition::getIconId function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon id.
IconDefinition::getId function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the full icon id.
IconDefinition::getPackId function core/lib/Drupal/Core/Theme/Icon/IconDefinition.php Get the icon Pack id.
IconDefinitionInterface::createIconId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Create an icon full id.
IconDefinitionInterface::getIconDataFromId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get icon id and pack id from an icon full id.
IconDefinitionInterface::getIconId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon id.
IconDefinitionInterface::getId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the full icon id.
IconDefinitionInterface::getPackId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon Pack id.
IconDefinitionInvalidDataException class core/lib/Drupal/Core/Theme/Icon/Exception/IconDefinitionInvalidDataException.php Raised when icon data is invalid.
IconDefinitionInvalidDataException.php file core/lib/Drupal/Core/Theme/Icon/Exception/IconDefinitionInvalidDataException.php
IconDefinitionTest::providerCreateIcon function core/tests/Drupal/Tests/Core/Theme/Icon/IconDefinitionTest.php Data provider for ::testCreateIcon().
IconDefinitionTest::providerCreateIconHumanize function core/tests/Drupal/Tests/Core/Theme/Icon/IconDefinitionTest.php Data provider for ::testCreateIcon().
IconDefinitionTest::providerGetPreview function core/tests/Drupal/Tests/Core/Theme/Icon/IconDefinitionTest.php Data provider for ::testGetPreview().
IconExtractorBase::validateConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php Form validation handler.
IconExtractorSettingsFormTest::settingsFormDataProvider function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php Provide data for testGenerateSettingsForm.
IconFinder::extractIconIdFromFilename function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Check if {icon_id} is a part of the name and need to be extracted.
IconFinder::ICON_ID_PATTERN constant core/lib/Drupal/Core/Theme/Icon/IconFinder.php Pattern to match an icon ID placeholder in a filename.
IconFinderTest::providerExtractIconIdFromFilename function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testExtractIconIdFromFilename().
IconFinderTest::providerGetFileContents function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFileContents().
IconFinderTest::providerGetFilesFromSourcesPath function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFilesFromSourcesPath().
IconFinderTest::providerGetFilesFromSourcesUrl function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFilesFromSourcesUrl().
IconFinderTest::testExtractIconIdFromFilename function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::extractIconIdFromFilename method.
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.

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