| FieldStorageConfig::NAME_MAX_LENGTH |
constant |
core/modules/field/src/Entity/FieldStorageConfig.php |
The maximum length of the field name, in characters. |
| FieldStorageConfigTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
The name of the tested JSON:API resource type. |
| FieldStorageDefinitionInterface::getMainPropertyName |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Returns the name of the main property, if any. |
| FieldStorageDefinitionInterface::getName |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Returns the machine name of the field. |
| FieldStorageDefinitionInterface::getPropertyNames |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Returns the names of the field's subproperties. |
| FieldUiTest::testGetNextDestinationRouteName |
function |
core/modules/field_ui/tests/src/Unit/FieldUiTest.php |
@covers ::getNextDestination[[api-linebreak]] |
| File::getFilename |
function |
core/modules/file/src/Entity/File.php |
Returns the name of the file. |
| File::METADATA_ATTRIBUTE_NAME |
constant |
core/modules/media/src/Plugin/media/Source/File.php |
Key for "Name" metadata attribute. |
| File::setFilename |
function |
core/modules/file/src/Entity/File.php |
Sets the name of the file. |
| FileCopyTest::providerDeprecationNoticeRename |
function |
core/modules/migrate/tests/src/Unit/process/FileCopyTest.php |
Data provider for testDeprecationNoticeRename. |
| FileCopyTest::testDeprecationNoticeRename |
function |
core/modules/migrate/tests/src/Unit/process/FileCopyTest.php |
Tests that the rename configuration key will trigger a deprecation notice. |
| FileCopyTest::testRenameFile |
function |
core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php |
Test the 'rename' overwrite mode. |
| FileFieldAttributesTest::$fieldName |
property |
core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php |
The name of the file field used in the test. |
| FileInterface::getFilename |
function |
core/modules/file/src/FileInterface.php |
Returns the name of the file. |
| FileInterface::setFilename |
function |
core/modules/file/src/FileInterface.php |
Sets the name of the file. |
| FileManagedFileElementTest::testFileNameTrim |
function |
core/modules/file/tests/src/Functional/FileManagedFileElementTest.php |
Tests file names have leading . removed. |
| FileOnTranslatedEntityTest::$fieldName |
property |
core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php |
The name of the file field used in the test. |
| FileResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| FileStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets the existing collections. |
| FileStorage::getAllCollectionNamesHelper |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Helper function for getAllCollectionNames(). |
| FileStorage::getCollectionName |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Gets the name of the current collection the storage is using. |
| FileStorage::rename |
function |
core/lib/Drupal/Core/Config/FileStorage.php |
Renames a configuration object in the storage. |
| FileSystem::basename |
function |
core/lib/Drupal/Core/File/FileSystem.php |
Gets the filename from a given path. |
| FileSystem::createFilename |
function |
core/lib/Drupal/Core/File/FileSystem.php |
Creates a full file path from a directory and filename. |
| FileSystem::dirname |
function |
core/lib/Drupal/Core/File/FileSystem.php |
Gets the name of the directory from a given path. |
| FileSystem::getDestinationFilename |
function |
core/lib/Drupal/Core/File/FileSystem.php |
Determines the destination path for a file. |
| FileSystemDeprecationTest::testDeprecatedDrupalBasename |
function |
core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php |
@expectedDeprecation drupal_basename() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::basename(). See https://www.drupal.org/node/2418133. |
| FileSystemDeprecationTest::testDeprecatedDrupalDirname |
function |
core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php |
@expectedDeprecation drupal_dirname() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::dirname(). See https://www.drupal.org/node/2418133. |
| FileSystemForm::getEditableConfigNames |
function |
core/modules/system/src/Form/FileSystemForm.php |
Gets the configuration names that will be editable. |
| FileSystemInterface::basename |
function |
core/lib/Drupal/Core/File/FileSystemInterface.php |
Gets the filename from a given path. |
| FileSystemInterface::createFilename |
function |
core/lib/Drupal/Core/File/FileSystemInterface.php |
Creates a full file path from a directory and filename. |
| FileSystemInterface::dirname |
function |
core/lib/Drupal/Core/File/FileSystemInterface.php |
Gets the name of the directory from a given path. |
| FileSystemInterface::EXISTS_RENAME |
constant |
core/lib/Drupal/Core/File/FileSystemInterface.php |
Flag for dealing with existing files: Appends number until name is unique. |
| FileSystemInterface::getDestinationFilename |
function |
core/lib/Drupal/Core/File/FileSystemInterface.php |
Determines the destination path for a file. |
| FileSystemTest::providerTestBasename |
function |
core/tests/Drupal/Tests/Core/File/FileSystemTest.php |
|
| FileSystemTest::testBasename |
function |
core/tests/Drupal/Tests/Core/File/FileSystemTest.php |
@covers ::basename[[api-linebreak]] |
| FileSystemTest::testCopySelfRename |
function |
core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php |
@covers ::copy[[api-linebreak]] |
| FileTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/FileTest.php |
The fields that are protected against modification during PATCH requests. |
| FileTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/FileTest.php |
The name of the tested JSON:API resource type. |
| FileTestBase::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/FileTestBase.php |
A fully-qualified stream wrapper class name to register for the test. |
| FileTransfer::$hostname |
property |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
The hostname for this file transfer. |
| FileTransfer::$username |
property |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
The username for this file transfer. |
| FileTransferTest::$hostname |
property |
core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php |
|
| FileTransferTest::$username |
property |
core/modules/system/tests/src/Functional/FileTransfer/FileTransferTest.php |
|
| FileUploadResource::prepareFilename |
function |
core/modules/file/src/Plugin/rest/resource/FileUploadResource.php |
Prepares the filename to strip out any malicious extensions. |
| FileUploadResource::REQUEST_HEADER_FILENAME_REGEX |
constant |
core/modules/file/src/Plugin/rest/resource/FileUploadResource.php |
The regex used to extract the filename from the content disposition header. |
| FileUploadResourceTestBase::testFileUploadUnicodeFilename |
function |
core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php |
Tests using the file upload route with a unicode file name. |
| 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 |
Test public files with a different host name from settings. |