Search for name

  1. Search 7.x for name
  2. Search 9.5.x for name
  3. Search 8.9.x for name
  4. Search 11.x for name
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Name class core/modules/user/src/Plugin/views/filter/Name.php Filter handler for usernames.
Name class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php

All search results

Title Object type File name Summary
FileUploadSanitizeNameEvent::$filename property core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php The name of the file being uploaded.
FileUploadSanitizeNameEvent::$isSecurityRename property core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php Indicates the filename has changed for security reasons.
FileUploadSanitizeNameEvent::getAllowedExtensions function core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php Gets the list of allowed extensions.
FileUploadSanitizeNameEvent::getFilename function core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php Gets the filename.
FileUploadSanitizeNameEvent::isSecurityRename function core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php Gets the security rename flag.
FileUploadSanitizeNameEvent::setFilename function core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php Sets the filename.
FileUploadSanitizeNameEvent::setSecurityRename function core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php Sets the security rename flag.
FileUploadSanitizeNameEvent::stopPropagation function core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php
FileUploadSanitizeNameEvent::__construct function core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php Constructs a file upload sanitize name event object.
FileUploadSanitizeNameEventTest class core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php FileUploadSanitizeNameEvent tests.
FileUploadSanitizeNameEventTest.php file core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php
FileUploadSanitizeNameEventTest::provideFilenames function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php Provides data for testEventFilenameFunctions().
FileUploadSanitizeNameEventTest::testAllowedExtensions function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php @covers ::getAllowedExtensions
FileUploadSanitizeNameEventTest::testConstructorException function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php @covers ::__construct
@covers ::setFilename
FileUploadSanitizeNameEventTest::testEventFilenameFunctions function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php Test event construction.
FileUploadSanitizeNameEventTest::testSetFilename function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php @covers ::setFilename
@covers ::getFilename
FileUploadSanitizeNameEventTest::testSetFilenameException function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php @covers ::setFilename
FileUploadSanitizeNameEventTest::testStopPropagation function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php @covers ::stopPropagation
FileUploadTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/FileUploadTest.php
FileUploadTest::testFileUploadUnicodeFilename function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests using the file upload route with a unicode file name.
FileUrlTest::testFilesUrlWithDifferentHostName function core/modules/file/tests/src/Kernel/FileUrlTest.php Tests public files with a different host name from settings.
FileValidationException::$fileName property core/modules/file/src/Upload/FileValidationException.php The file name.
FileValidationException::getFilename function core/modules/file/src/Upload/FileValidationException.php Gets the file name.
file_post_update_add_default_filename_sanitization_configuration function core/modules/file/file.post_update.php Add default filename sanitization configuration.
file_validate_name_length function core/modules/file/file.module Checks for files with names longer than can be stored in the database.
Filter::KEY_NAME constant core/modules/jsonapi/src/Query/Filter.php The JSON:API filter key name.
FilterCombineTest::testFilterCombineNoRealName function core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php Tests the combine filter when no realName is used.
FilterDateTest::$fieldName property core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php Name of the field.
FilterFormat::$name property core/modules/filter/src/Entity/FilterFormat.php Unique label of the text format.
FilterFormat::getPermissionName function core/modules/filter/src/Entity/FilterFormat.php Returns the machine-readable permission name for the text format.
FilterFormatInterface::getPermissionName function core/modules/filter/src/FilterFormatInterface.php Returns the machine-readable permission name for the text format.
FilterFormatTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php The name of the tested JSON:API resource type.
FilterTest::testInvalidFilterPathDueToMissingPropertyName function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithoutMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FormBuilderTest::testGetFormIdWithClassName function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getFormId() method with a class name form ID.
FormBuilderTest::testGetFormIdWithInjectedClassName function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the getFormId() method with an injected class name form ID.
FormElementHelper::getElementByName function core/lib/Drupal/Core/Form/FormElementHelper.php Retrieves a form element.
FormElementHelperTest::getElementByNameProvider function core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php Provides test data.
FormElementHelperTest::testGetElementByName function core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php Tests the getElementByName() method.
FormState::setErrorByName function core/lib/Drupal/Core/Form/FormState.php Files an error against a form element.
FormStateDecoratorBase::setErrorByName function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Files an error against a form element.
FormStateDecoratorBaseTest::testSetErrorByName function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setErrorByName
FormStateInterface::setErrorByName function core/lib/Drupal/Core/Form/FormStateInterface.php Files an error against a form element.
FormStateTest::providerTestSetErrorByName function core/tests/Drupal/Tests/Core/Form/FormStateTest.php
FormStateTest::testLoadIncludeNoName function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude
FormStateTest::testSetErrorByName function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::setErrorByName
FormTestArgumentsObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Gets the configuration names that will be editable.
FormTestControllerObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Gets the configuration names that will be editable.
FormTestMachineNameForm class core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php Form constructor for testing #type 'machine_name' elements.

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