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::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[[api-linebreak]]
FileUploadSanitizeNameEventTest::testConstructorException function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php @covers ::__construct[[api-linebreak]]
@covers ::setFilename[[api-linebreak]]
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[[api-linebreak]]
@covers ::getFilename[[api-linebreak]]
FileUploadSanitizeNameEventTest::testSetFilenameException function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php @covers ::setFilename[[api-linebreak]]
FileUploadSanitizeNameEventTest::testStopPropagation function core/tests/Drupal/Tests/Core/File/FileUploadSanitizeNameEventTest.php @covers ::stopPropagation[[api-linebreak]]
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[[api-linebreak]]
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition[[api-linebreak]]
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithoutMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition[[api-linebreak]]
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[[api-linebreak]]
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[[api-linebreak]]
FormStateTest::testSetErrorByName function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::setErrorByName[[api-linebreak]]
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.
FormTestMachineNameForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php
FormTestMachineNameForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php Form constructor.
FormTestMachineNameForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php Returns a unique string identifying the form.
FormTestMachineNameForm::load function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php Loading stub for machine name.
FormTestMachineNameForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php Form submission handler.
FormTestMachineNameValidationForm class core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php Form to test whether machine name validation works with ajax requests.
FormTestMachineNameValidationForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php

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