Search for machineName

  1. Search 7.x for machineName
  2. Search 9.5.x for machineName
  3. Search 8.9.x for machineName
  4. Search 10.3.x for machineName
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
MachineName class core/modules/views/src/Plugin/views/field/MachineName.php Field handler which allows to show machine name content as human name.
MachineName class core/modules/migrate/src/Plugin/migrate/process/MachineName.php Creates a machine name.
MachineName class core/lib/Drupal/Core/Render/Element/MachineName.php Provides a machine name render element.

All search results

Title Object type File name Summary
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::create function core/modules/migrate/src/Plugin/migrate/process/MachineName.php Creates an instance of the plugin.
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::getInfo function core/lib/Drupal/Core/Render/Element/MachineName.php Returns the element properties for this element.
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::preRender function core/modules/views/src/Plugin/views/field/MachineName.php Runs before any fields are rendered.
MachineName::processMachineName function core/lib/Drupal/Core/Render/Element/MachineName.php Processes a machine-readable name form element.
MachineName::render function core/modules/views/src/Plugin/views/field/MachineName.php Renders the field.
MachineName::transform function core/modules/migrate/src/Plugin/migrate/process/MachineName.php Performs the associated process.
MachineName::validateMachineName function core/lib/Drupal/Core/Render/Element/MachineName.php Form element validation handler for machine_name elements.
MachineName::valueCallback function core/lib/Drupal/Core/Render/Element/MachineName.php Determines how user input is mapped to an element's #value property.
MachineName::__construct function core/modules/migrate/src/Plugin/migrate/process/MachineName.php Constructs a MachineName plugin.
MachineNameTest class core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests the machine name process plugin.
MachineNameTest class core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php @coversDefaultClass \Drupal\Core\Render\Element\MachineName
@group Render
MachineNameTest class core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php Tests for the machine name field.
MachineNameTest class core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php @coversDefaultClass \Drupal\Core\Render\Element\MachineName
@group Render
MachineNameTest.php file core/modules/migrate/tests/src/Unit/process/MachineNameTest.php
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::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php The theme to install as the default for testing.
MachineNameTest::$modules property core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Modules to install.
MachineNameTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php Required modules.
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 Form constructor.
MachineNameTest::getFormId function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Returns a unique string identifying the form.
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/modules/migrate/tests/src/Unit/process/MachineNameTest.php
MachineNameTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
MachineNameTest::submitForm function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Form submission handler.
MachineNameTest::testInvalidConfiguration function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests that the replacement regular expression is a string.
MachineNameTest::testMachineName function core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php Tests that machine name field functions.
MachineNameTest::testMachineNameOrderException function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Tests the order of the machine name field and the source.
MachineNameTest::testMachineNames function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests machine name transformation of non-alphanumeric characters.
MachineNameTest::testProcessMachineName function core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php @covers ::processMachineName
MachineNameTest::testValueCallback function core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php @covers ::valueCallback
MachineNameTest::validateForm function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Form validation handler.
MachineNameTransliterationTest class core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php Tests the machine name transliteration functionality.
MachineNameTransliterationTest.php file core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php
MachineNameTransliterationTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php The theme to install as the default for testing.
MachineNameTransliterationTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php Modules to install.
MachineNameTransliterationTest::machineNameInputOutput function core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php Data for the testMachineNameTransliterations.
MachineNameTransliterationTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php
MachineNameTransliterationTest::testMachineNameTransliterations function core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php Test for machine name transliteration functionality.
MenuValidationTest::providerInvalidMachineNameCharacters function core/modules/system/tests/src/Kernel/Entity/MenuValidationTest.php Menu IDs are atypical: they allow dashes and disallow underscores.
OptionsFieldUIAllowedValuesTest::exposeOptionMachineName function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Exposes the machine name input for a row.
OptionsFieldUITest::exposeOptionMachineName function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php Exposes the machine name input for a row.

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