Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 10.3.x for conf
  5. Search 11.x for conf
  6. Other projects
Title Object type File name Summary
IconFinderTest::testGetFileContents function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFileContents method.
IconFinderTest::testGetFileFromUrlWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFileFromUrl method with warning.
IconFinderTest::testGetFilesFromPathEmptyWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromPath method with warning.
IconFinderTest::testGetFilesFromPathInvalidExtensionWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromPath method with warning.
IconFinderTest::testGetFilesFromSourcesPath function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromSources method with paths.
IconFinderTest::testGetFilesFromSourcesUrl function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromSources method with urls.
IconFinderTest::TEST_ICONS_PATH constant core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php
IconFinderTest::TEST_RELATIVE_URL constant core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php
IconPackConfigErrorException class core/lib/Drupal/Core/Theme/Icon/Exception/IconPackConfigErrorException.php Raised when we have an icon pack error.
IconPackConfigErrorException.php file core/lib/Drupal/Core/Theme/Icon/Exception/IconPackConfigErrorException.php
IconPackExtractorForm::buildConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php
IconPackExtractorForm::submitConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php
IconPackExtractorForm::validateConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php
IconPackExtractorFormTest::testBuildConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Test the IconPackExtractorForm::buildConfigurationForm method.
IconPackExtractorFormTest::testSubmitConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Test the IconPackExtractorForm::submitConfigurationForm method.
IconPackExtractorFormTest::testValidateConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Test the IconPackExtractorForm::validateConfigurationForm method.
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/d6/IdConflictTest.php Gets the expected number of entities per entity type after migration.
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::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/d6/IdConflictTest.php Gets the missing upgrade paths.
IdConflictTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/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/d6/IdConflictTest.php
IdConflictTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d7/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.
Image::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php
Image::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php This returns an empty array as image upload config is stored out of band.
Image::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php
Image::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php
Image::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php

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