| FormUploadedFile::getClientOriginalName |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Returns the original file name. |
| FormUploadedFile::getFilename |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Gets the filename. |
| FormUploadedFile::getPathname |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Gets the path to the file. |
| FullDate::summaryName |
function |
core/modules/views/src/Plugin/views/argument/FullDate.php |
Provides the name to use for the summary, defaults to the name field. |
| GenerateProxyClassApplication::getCommandName |
function |
core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php |
|
| GenerateTheme::namePatterns |
function |
core/lib/Drupal/Core/Command/GenerateTheme.php |
Returns the possible file name patterns. |
| GenerateThemeTest::doTestNoRename |
function |
core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php |
|
| GenerateThemeTest::doTestNoRenameMissingFilesWarning |
function |
core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php |
|
| GroupByNumeric::getSortName |
function |
core/modules/views/src/Plugin/views/argument/GroupByNumeric.php |
Return a description of how the argument would normally be sorted. |
| GroupwiseMax::$subquery_namespace |
property |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php |
The namespace of the subquery. |
| GroupwiseMax::conditionNamespace |
function |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php |
Helper function to namespace query pieces. |
| Handler::rootPackageName |
function |
composer/Plugin/Scaffold/Handler.php |
Gets the root package name. |
| HandlerFieldUserNameTest |
class |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
Tests the handler of the user: name field. |
| HandlerFieldUserNameTest.php |
file |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
|
| HandlerFieldUserNameTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
The theme to install as the default for testing. |
| HandlerFieldUserNameTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
Views used by this test. |
| HandlerFieldUserNameTest::testNoAdditionalFields |
function |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
Tests that the field handler works when no additional fields are added. |
| HandlerFieldUserNameTest::testUserName |
function |
core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php |
Tests the rendering of the user name field in Views. |
| HandlerFilterUserNameTest |
class |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Tests the handler of the user: name filter. |
| HandlerFilterUserNameTest.php |
file |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
|
| HandlerFilterUserNameTest::$accounts |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Accounts used by this test. |
| HandlerFilterUserNameTest::$columnMap |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Stores the column map for this testCase. |
| HandlerFilterUserNameTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
The theme to install as the default for testing. |
| HandlerFilterUserNameTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Modules to install. |
| HandlerFilterUserNameTest::$names |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Usernames of $accounts. |
| HandlerFilterUserNameTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Views used by this test. |
| HandlerFilterUserNameTest::setUp |
function |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Sets up the test. |
| HandlerFilterUserNameTest::testAdminUserInterface |
function |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Tests using the user interface. |
| HandlerFilterUserNameTest::testExposedFilter |
function |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Tests exposed filters. |
| HandlerFilterUserNameTest::testUserNameApi |
function |
core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php |
Tests just using the filter. |
| HelpTestTwigNodeVisitor::STATE_NAME |
constant |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php |
Name used in \Drupal::state() for saving state information. |
| HelpTopicTwigLoader::MAIN_NAMESPACE |
constant |
core/modules/help/src/HelpTopicTwigLoader.php |
|
| HookAttributeNamedArgumentsHook |
class |
core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeNamedArgumentsHook.php |
Test Hook attribute named arguments. |
| HookAttributeNamedArgumentsHook.php |
file |
core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeNamedArgumentsHook.php |
|
| HookAttributeNamedArgumentsHook::flush |
function |
core/modules/system/tests/modules/hook_collector_hook_attribute/src/Hook/HookAttributeNamedArgumentsHook.php |
Implements hook_cache_flush(). |
| hook_post_update_NAME |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Executes an update which is intended to update data, like entities. |
| hook_user_format_name_alter |
function |
core/modules/user/user.api.php |
Alter the username that is displayed for a user. |
| HTMLRestrictions::getRegExForWildCardAttributeName |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Computes a regular expression for matching a wildcard attribute name. |
| HTMLRestrictions::isWildcardAttributeName |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Checks whether the given attribute name contains a wildcard, e.g. `data-*`. |
| HtmxRequestInfoTest::testGetHtmxTriggerName |
function |
core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php |
Tests the getHtmxTriggerName method. |
| HtmxRequestInfoTrait::getHtmxTriggerName |
function |
core/lib/Drupal/Core/Htmx/HtmxRequestInfoTrait.php |
Retrieves the trigger name from an HTMX request header. |
| IconFinder::extractIconIdFromFilename |
function |
core/lib/Drupal/Core/Theme/Icon/IconFinder.php |
Check if {icon_id} is a part of the name and need to be extracted. |
| IconFinderTest::providerExtractIconIdFromFilename |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
Data provider for ::testExtractIconIdFromFilename(). |
| IconFinderTest::testExtractIconIdFromFilename |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
Test the IconFinder::extractIconIdFromFilename method. |
| IconFinderTest::testExtractIconIdFromFilenameWarning |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php |
Test the IconFinder::extractIconIdFromFilename method with failing pattern. |
| IconPackManagerKernelTest::testProcessDefinitionExceptionName |
function |
core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php |
Test the IconPackManager::processDefinition method with exception. |
| IconPackManagerTest::providerIconPackLibraryName |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackManagerTest.php |
Data provider for ::testLibraryName(). |
| IconPackManagerTest::testIconPackLibraryName |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackManagerTest.php |
Test the library names. |
| ImageAdminStylesTest::testNumericStyleName |
function |
core/modules/image/tests/src/Functional/ImageAdminStylesTest.php |
Tests creating an image style with a numeric name. |
| ImageFormatterTest::$fieldName |
property |
core/modules/image/tests/src/Kernel/ImageFormatterTest.php |
|