Search for name
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Name | class | core/ |
Filter handler for usernames. |
Name | class | core/ |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FileUploadResult::$sanitizedFilename | property | core/ |
The sanitized filename. |
FileUploadResult::$securityRename | property | core/ |
If the filename was renamed for security reasons. |
FileUploadResult::getOriginalFilename | function | core/ |
Gets the original filename. |
FileUploadResult::getSanitizedFilename | function | core/ |
Gets the sanitized filename. |
FileUploadResult::isRenamed | function | core/ |
Returns if there was a file rename. |
FileUploadResult::isSecurityRename | function | core/ |
Returns if there was a security rename. |
FileUploadResult::setOriginalFilename | function | core/ |
Sets the original filename. |
FileUploadResult::setSanitizedFilename | function | core/ |
Sets the sanitized filename. |
FileUploadResult::setSecurityRename | function | core/ |
Flags the result as having had a security rename. |
FileUploadSanitizeNameEvent | class | core/ |
An event during file upload that lets subscribers sanitize the filename. |
FileUploadSanitizeNameEvent.php | file | core/ |
|
FileUploadSanitizeNameEvent::$allowedExtensions | property | core/ |
A list of allowed extensions. |
FileUploadSanitizeNameEvent::$filename | property | core/ |
The name of the file being uploaded. |
FileUploadSanitizeNameEvent::$isSecurityRename | property | core/ |
Indicates the filename has changed for security reasons. |
FileUploadSanitizeNameEvent::getAllowedExtensions | function | core/ |
Gets the list of allowed extensions. |
FileUploadSanitizeNameEvent::getFilename | function | core/ |
Gets the filename. |
FileUploadSanitizeNameEvent::isSecurityRename | function | core/ |
Gets the security rename flag. |
FileUploadSanitizeNameEvent::setFilename | function | core/ |
Sets the filename. |
FileUploadSanitizeNameEvent::setSecurityRename | function | core/ |
Sets the security rename flag. |
FileUploadSanitizeNameEvent::stopPropagation | function | core/ |
|
FileUploadSanitizeNameEvent::__construct | function | core/ |
Constructs a file upload sanitize name event object. |
FileUploadSanitizeNameEventTest | class | core/ |
FileUploadSanitizeNameEvent tests. |
FileUploadSanitizeNameEventTest.php | file | core/ |
|
FileUploadSanitizeNameEventTest::provideFilenames | function | core/ |
Provides data for testEventFilenameFunctions(). |
FileUploadSanitizeNameEventTest::testAllowedExtensions | function | core/ |
@covers ::getAllowedExtensions |
FileUploadSanitizeNameEventTest::testConstructorException | function | core/ |
@covers ::__construct @covers ::setFilename |
FileUploadSanitizeNameEventTest::testEventFilenameFunctions | function | core/ |
Test event construction. |
FileUploadSanitizeNameEventTest::testSetFilename | function | core/ |
@covers ::setFilename @covers ::getFilename |
FileUploadSanitizeNameEventTest::testSetFilenameException | function | core/ |
@covers ::setFilename |
FileUploadSanitizeNameEventTest::testStopPropagation | function | core/ |
@covers ::stopPropagation |
FileUploadTest::$resourceTypeName | property | core/ |
|
FileUploadTest::testFileUploadUnicodeFilename | function | core/ |
Tests using the file upload route with a unicode file name. |
FileUrlTest::testFilesUrlWithDifferentHostName | function | core/ |
Tests public files with a different host name from settings. |
FileValidationException::$fileName | property | core/ |
The file name. |
FileValidationException::getFilename | function | core/ |
Gets the file name. |
file_munge_filename | function | core/ |
Modifies a filename as needed for security purposes. |
file_unmunge_filename | function | core/ |
Undoes the effect of file_munge_filename(). |
file_validate_name_length | function | core/ |
Checks for files with names longer than can be stored in the database. |
Filter::KEY_NAME | constant | core/ |
The JSON:API filter key name. |
FilterCombineTest::testFilterCombineNoRealName | function | core/ |
Tests the combine filter when no realName is used. |
FilterDateTest::$fieldName | property | core/ |
Name of the field. |
FilterFormat::$name | property | core/ |
Unique label of the text format. |
FilterFormat::getPermissionName | function | core/ |
Returns the machine-readable permission name for the text format. |
FilterFormatInterface::getPermissionName | function | core/ |
Returns the machine-readable permission name for the text format. |
FilterFormatTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
FilterTest::testInvalidFilterPathDueToMissingPropertyName | function | core/ |
@covers ::queryCondition |
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithMetaProperties | function | core/ |
@covers ::queryCondition |
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithoutMetaProperties | function | core/ |
@covers ::queryCondition |
FormBuilderTest::testGetFormIdWithClassName | function | core/ |
Tests the getFormId() method with a class name form ID. |
FormBuilderTest::testGetFormIdWithInjectedClassName | function | core/ |
Tests the getFormId() method with an injected class name form ID. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.