| LocaleConfigManager::getComponentNames |
function |
core/modules/locale/src/LocaleConfigManager.php |
Gets configuration names associated with components. |
| LocaleConfigManager::getStringNames |
function |
core/modules/locale/src/LocaleConfigManager.php |
Gets configuration names associated with strings. |
| LocaleContentTest::testMachineNameLTR |
function |
core/modules/locale/tests/src/Functional/LocaleContentTest.php |
Verifies that machine name fields are always LTR. |
| LocaleDefaultConfigStorage::getComponentNames |
function |
core/modules/locale/src/LocaleDefaultConfigStorage.php |
Get all configuration names and folders for a list of modules or themes. |
| LocaleDefaultConfigStorageTest::testGetComponentNames |
function |
core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php |
Tests retrieval of component names from locale default config storage. |
| LocaleSettingsForm::getEditableConfigNames |
function |
core/modules/locale/src/Form/LocaleSettingsForm.php |
Gets the configuration names that will be editable. |
| locale_config_batch_refresh_name |
function |
core/modules/locale/locale.bulk.inc |
Implements callback_batch_operation(). |
| LocalReadOnlyStream::rename |
function |
core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php |
Support for rename(). |
| LocalStream::dirname |
function |
core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Gets the name of the directory from a given path. |
| LocalStream::rename |
function |
core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Renames a file or directory. |
| LocalTaskDefault::getRouteName |
function |
core/lib/Drupal/Core/Menu/LocalTaskDefault.php |
Get the route name from the settings. |
| LocalTaskInterface::getRouteName |
function |
core/lib/Drupal/Core/Menu/LocalTaskInterface.php |
Get the route name from the settings. |
| LoginLogoutMenuLink::getRouteName |
function |
core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php |
Returns the route name, if available. |
| MachineName |
class |
core/lib/Drupal/Core/Render/Element/MachineName.php |
Provides a machine name render element. |
| 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.php |
file |
core/modules/views/src/Plugin/views/field/MachineName.php |
|
| MachineName.php |
file |
core/modules/migrate/src/Plugin/migrate/process/MachineName.php |
|
| MachineName.php |
file |
core/lib/Drupal/Core/Render/Element/MachineName.php |
|
| MachineName::$replacePattern |
property |
core/modules/migrate/src/Plugin/migrate/process/MachineName.php |
The regular expression pattern. |
| 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::create |
function |
core/modules/migrate/src/Plugin/migrate/process/MachineName.php |
Instantiates a new instance of the implementing class using autowiring. |
| 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 |
Tests Drupal\Core\Render\Element\MachineName. |
| 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 |
Tests Drupal\Core\Render\Element\MachineName. |
| 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 |
The theme to install as the default for testing. |
| 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(). |