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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
LogMessageParserInterface.php file core/lib/Drupal/Core/Logger/LogMessageParserInterface.php
LogMessageParserInterface::parseMessagePlaceholders function core/lib/Drupal/Core/Logger/LogMessageParserInterface.php Parses and transforms message and its placeholders to a common format.
LogMessageParserTest class core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php @coversDefaultClass \Drupal\Core\Logger\LogMessageParser[[api-linebreak]]
@group Logger
LogMessageParserTest.php file core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php
LogMessageParserTest::providerTestParseMessagePlaceholders function core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Data provider for testParseMessagePlaceholders().
LogMessageParserTest::testParseMessagePlaceholders function core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Tests for LogMessageParserTrait::parseMessagePlaceholders()
logo.svg.twig file core/modules/navigation/templates/logo.svg.twig <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 32 32" role="img" aria-label="{{ label }}">
<rect fill="{{ bg_color|default('#347efe')…
LogTest class core/modules/migrate/tests/src/Unit/process/LogTest.php Tests the Log process plugin.
LogTest class core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Tests the Log process plugin.
LogTest class core/tests/Drupal/Tests/Core/Database/LogTest.php Tests the Log class.
LogTest.php file core/tests/Drupal/Tests/Core/Database/LogTest.php
LogTest.php file core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php
LogTest.php file core/modules/migrate/tests/src/Unit/process/LogTest.php
LogTest::$executable property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Migrate executable.
LogTest::$logPlugin property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php The Log process plugin.
LogTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Modules to install.
LogTest::providerTestLog function core/modules/migrate/tests/src/Unit/process/LogTest.php Provides data for testLog.
LogTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php
LogTest::testContribDriverLog function core/tests/Drupal/Tests/Core/Database/LogTest.php Tests that a log called by a custom database driver returns proper caller.
LogTest::testLog function core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Tests the Log plugin.
LogTest::testLog function core/modules/migrate/tests/src/Unit/process/LogTest.php Tests the Log plugin.
LonelyMonkeyClass class core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php A class with a single dependency.
LonelyMonkeyClass.php file core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php
LonelyMonkeyClass::$connection property core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php The database connection.
LonelyMonkeyClass::__construct function core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php
LonelyMonkeyController::$class property core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php The lonely monkey class.
LonelyMonkeyController::testBrokenClass function core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
LonelyMonkeyController::__construct function core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
MachineName::$transliteration property core/modules/migrate/src/Plugin/migrate/process/MachineName.php The transliteration service.
MachineName::$valueOptions property core/modules/views/src/Plugin/views/field/MachineName.php Stores the available options.
MachineName::buildOptionsForm function core/modules/views/src/Plugin/views/field/MachineName.php Default option form that provides label widget that all fields should have.
MachineName::defineOptions function core/modules/views/src/Plugin/views/field/MachineName.php Information about options for all kinds of purposes will be held here.
MachineName::getTransliterationLanguageOverrides function core/lib/Drupal/Core/Render/Element/MachineName.php Gets transliteration language overrides for a language.
MachineName::getValueOptions function core/modules/views/src/Plugin/views/field/MachineName.php
MachineName::processMachineName function core/lib/Drupal/Core/Render/Element/MachineName.php Processes a machine-readable name form element.
MachineName::transform function core/modules/migrate/src/Plugin/migrate/process/MachineName.php Performs the associated process.
MachineName::__construct function core/modules/migrate/src/Plugin/migrate/process/MachineName.php Constructs a MachineName plugin.
MachineNameController::$transliteration property core/modules/system/src/MachineNameController.php The transliteration helper.
MachineNameController::transliterate function core/modules/system/src/MachineNameController.php Transliterates a string in given language. Various postprocessing possible.
MachineNameController::__construct function core/modules/system/src/MachineNameController.php Constructs a MachineNameController object.
MachineNameControllerTest class core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php Tests that the machine name controller can transliterate strings as expected.
MachineNameControllerTest.php file core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php
MachineNameControllerTest::$machineNameController property core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php The machine name controller.
MachineNameControllerTest::$tokenGenerator property core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php The CSRF token generator.
MachineNameControllerTest::providerTestMachineNameController function core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php Data provider for testMachineNameController().
MachineNameControllerTest::setUp function core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php
MachineNameControllerTest::testMachineNameController function core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php Tests machine name controller's transliteration functionality.
MachineNameControllerTest::testMachineNameControllerDeprecation function core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php Tests deprecation of MachineNameController.
MachineNameControllerTest::testMachineNameControllerWithInvalidReplacePattern function core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php Tests the pattern validation.
MachineNameControllerTest::testMachineNameControllerWithMissingToken function core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php Tests the pattern validation with a missing token.

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