Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
PhpTransliteration::$moduleHandler property core/lib/Drupal/Core/Transliteration/PhpTransliteration.php The module handler to execute the transliteration_overrides alter hook.
PhpTransliteration::lookupReplacement function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Look up the generic replacement for a UTF-8 character code.
PhpTransliteration::ordUTF8 function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Finds the character code for a UTF-8 character: like ord() but for UTF-8.
PhpTransliteration::readGenericData function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Reads in generic transliteration data for a bank of characters.
PhpTransliteration::readLanguageOverrides function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Reads in language overrides for a language code.
PhpTransliteration::readLanguageOverrides function core/lib/Drupal/Core/Transliteration/PhpTransliteration.php Overrides \Drupal\Component\Transliteration\PhpTransliteration::readLanguageOverrides().
PhpTransliteration::removeDiacritics function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Removes diacritics (accents) from certain letters.
PhpTransliteration::replace function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Replaces a single Unicode character using the transliteration database.
PhpTransliteration::transliterate function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Transliterates text from Unicode to US-ASCII.
PhpTransliteration::__construct function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Constructs a transliteration object.
PhpTransliteration::__construct function core/lib/Drupal/Core/Transliteration/PhpTransliteration.php Constructs a PhpTransliteration object.
PhpTransliterationTest class core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Tests Transliteration component functionality.
PhpTransliterationTest class core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php Tests Transliteration component functionality.
PhpTransliterationTest.php file core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php
PhpTransliterationTest.php file core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php
PhpTransliterationTest::providerTestPhpTransliteration function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Provides data for self::testPhpTransliteration().
PhpTransliterationTest::providerTestPhpTransliterationRemoveDiacritics function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Provides data for self::testRemoveDiacritics().
PhpTransliterationTest::providerTestPhpTransliterationWithAlter function core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php Provides test data for testPhpTransliterationWithAlter.
PhpTransliterationTest::testPhpTransliteration function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Tests the PhpTransliteration class.
PhpTransliterationTest::testPhpTransliterationWithAlter function core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php Tests the PhpTransliteration with an alter hook.
PhpTransliterationTest::testRemoveDiacritics function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Tests the PhpTransliteration::removeDiacritics() function.
PhpTransliterationTest::testSafeInclude function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Tests inclusion is safe.
PhpTufValidator::getRepositoryStatus function core/modules/package_manager/src/Validator/PhpTufValidator.php Gets the TUF protection status of Composer repositories.
PhpTufValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/PhpTufValidator.php
PhpTufValidator::__construct function core/modules/package_manager/src/Validator/PhpTufValidator.php
PhpTufValidatorInvalidConfigTest class core/modules/package_manager/tests/src/Kernel/PhpTufValidatorInvalidConfigTest.php Tests Drupal\package_manager\Validator\PhpTufValidator.
PhpTufValidatorInvalidConfigTest.php file core/modules/package_manager/tests/src/Kernel/PhpTufValidatorInvalidConfigTest.php
PhpTufValidatorInvalidConfigTest::providerInvalidConfiguration function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorInvalidConfigTest.php Data provider for testing invalid plugin configuration.
PhpTufValidatorInvalidConfigTest::providerInvalidConfigurationInStage function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorInvalidConfigTest.php Data provider for testing invalid plugin configuration in the stage.
PhpTufValidatorInvalidConfigTest::setUp function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorInvalidConfigTest.php
PhpTufValidatorInvalidConfigTest::testInvalidConfigurationInProjectRoot function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorInvalidConfigTest.php Tests errors caused by invalid plugin configuration in the project root.
PhpTufValidatorInvalidConfigTest::testInvalidConfigurationInStage function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorInvalidConfigTest.php Tests errors caused by invalid plugin configuration in the stage directory.
PhpTufValidatorTest class core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests Drupal\package_manager\Validator\PhpTufValidator.
PhpTufValidatorTest.php file core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
PhpTufValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
PhpTufValidatorTest::testPluginInstalledAndConfiguredProperly function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests that there are no errors if the plugin is set up correctly.
PhpTufValidatorTest::testPluginNotInstalledInProjectRoot function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests there is an error if the plugin is not installed in the project root.
PhpTufValidatorTest::testPluginRemovedFromStagePreApply function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests removing the plugin from the stage before applying it.
PhpTufValidatorTest::testPluginRemovedFromStagePreRequire function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests removing the plugin from the stage on pre-require.
PhpTuf\ComposerStager\API\Core\BeginnerInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Core\Beginner
PhpTuf\ComposerStager\API\Core\CleanerInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Core\Cleaner
PhpTuf\ComposerStager\API\Core\CommitterInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Core\Committer
PhpTuf\ComposerStager\API\Core\StagerInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Core\Stager
PhpTuf\ComposerStager\API\Environment\Service\EnvironmentInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Environment\Service\Environment
PhpTuf\ComposerStager\API\FileSyncer\Service\FileSyncerInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\FileSyncer\Service\FileSyncer
PhpTuf\ComposerStager\API\Filesystem\Service\FilesystemInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Filesystem\Service\Filesystem
PhpTuf\ComposerStager\API\Finder\Service\ExecutableFinderInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Finder\Service\ExecutableFinder
PhpTuf\ComposerStager\API\Finder\Service\FileFinderInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Finder\Service\FileFinder
PhpTuf\ComposerStager\API\Path\Factory\PathFactoryInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Path\Factory\PathFactory
PhpTuf\ComposerStager\API\Path\Factory\PathListFactoryInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Path\Factory\PathListFactory

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