Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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
MachineName::defineOptions function core/modules/views/src/Plugin/views/field/MachineName.php
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
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::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.
MachineNameTest class core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests the machine name process plugin.
MachineNameTest class core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php @coversDefaultClass \Drupal\Core\Render\Element\MachineName[[api-linebreak]]
@group Render
MachineNameTest class core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php Tests for the machine name field.
MachineNameTest class core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php @coversDefaultClass \Drupal\Core\Render\Element\MachineName[[api-linebreak]]
@group Render
MachineNameTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php
MachineNameTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
MachineNameTest.php file core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php
MachineNameTest.php file core/modules/migrate/tests/src/Unit/process/MachineNameTest.php
MachineNameTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
MachineNameTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php Required modules.
MachineNameTest::$modules property core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php
MachineNameTest::$transliteration property core/modules/migrate/tests/src/Unit/process/MachineNameTest.php The mock transliteration.
MachineNameTest::buildForm function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php
MachineNameTest::getFormId function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php
MachineNameTest::providerTestMachineNames function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Provides test cases for MachineNameTest::testMachineNames().
MachineNameTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php Data provider for testValueCallback().
MachineNameTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
MachineNameTest::setUp function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php
MachineNameTest::submitForm function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php
MachineNameTest::testInvalidConfiguration function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests that the replacement regular expression is a string.

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