Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
FileFieldWidgetTest::testMultiValuedWidget function core/modules/file/tests/src/Functional/FileFieldWidgetTest.php Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testPrivateFileComment function core/modules/file/tests/src/Functional/FileFieldWidgetTest.php Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testPrivateFileSetting function core/modules/file/tests/src/Functional/FileFieldWidgetTest.php Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTest::testSingleValuedWidget function core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php Tests uploading and remove buttons for a single-valued File field.
FileFieldWidgetTest::testSingleValuedWidget function core/modules/file/tests/src/Functional/FileFieldWidgetTest.php Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTest::testTemporaryFileRemovalExploit function core/modules/file/tests/src/Functional/FileFieldWidgetTest.php Tests exploiting the temporary file removal of another user using fid.
FileFieldWidgetTest::testTemporaryFileRemovalExploitAnonymous function core/modules/file/tests/src/Functional/FileFieldWidgetTest.php Tests exploiting the temporary file removal for anonymous users using fid.
FileFieldWidgetTest::testUploadingMoreFilesThanAllowed function core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php Tests uploading more files than allowed at once.
FileFieldWidgetTest::testWidgetElement function core/modules/file/tests/src/Functional/FileFieldWidgetTest.php Tests file widget element.
FileFieldWidgetTest::testWidgetValidation function core/modules/file/tests/src/Functional/FileFieldWidgetTest.php Tests validation with the Upload button.
FileHooks::fieldWidgetInfoAlter function core/modules/file/src/Hook/FileHooks.php Implements hook_field_widget_info_alter().
FileInterface::getCreatedTime function core/modules/file/src/FileInterface.php Returns the file entity creation timestamp.
FileInterface::getDownloadHeaders function core/modules/file/src/FileInterface.php Examines a file entity and returns content headers for download.
FileInterface::getFilename function core/modules/file/src/FileInterface.php Returns the name of the file.
FileInterface::getFileUri function core/modules/file/src/FileInterface.php Returns the URI of the file.
FileInterface::getMimeType function core/modules/file/src/FileInterface.php Returns the MIME type of the file.
FileInterface::getSize function core/modules/file/src/FileInterface.php Returns the size of the file.
FileItem::doGetUploadLocation function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Determines the URI for a file field.
FileItem::getPreconfiguredOptions function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Returns preconfigured field options for a field type.
FileItem::getUploadLocation function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Determines the URI for a file field.
FileItem::getUploadValidators function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Retrieves the upload validators for a file field.
FileItemValidationTest::getFileTypes function core/modules/file/tests/src/Kernel/FileItemValidationTest.php Provides a list of file types to test.
FileLinkTarget class core/modules/file/src/Entity/FileLinkTarget.php Provides a File link target handler.
FileLinkTarget.php file core/modules/file/src/Entity/FileLinkTarget.php
FileLinkTarget::getLinkTarget function core/modules/file/src/Entity/FileLinkTarget.php Gets the generated URL object for a linked entity's link target.
FileManagedFileElementTest::getLastFileId function core/modules/file/tests/src/FunctionalJavascript/FileManagedFileElementTest.php Retrieves the fid of the last inserted file.
FileMediaFormatterBase::getHtmlTag function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Gets the HTML tag for the formatter.
FileMediaFormatterBase::getSourceFiles function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Gets source files with attributes.
FileMediaFormatterInterface::getMediaType function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterInterface.php Gets the applicable media type for a formatter.
FileMigrationSetupTrait::getFileMigrationInfo function core/modules/file/tests/src/Kernel/Migrate/d7/FileMigrationSetupTrait.php Returns information about the file to be migrated.
FileModuleTestForm::getFormId function core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php Returns a unique string identifying the form.
FileOutput::getStyle function core/tests/PHPStan/ErrorFormatter/FileOutput.php
FilePathTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the available upgrade paths.
FilePathTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the expected number of entities per entity type after migration.
FilePathTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets expected number of entities per entity after incremental migration.
FilePathTest::getManagedFiles function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the file data.
FilePathTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the missing upgrade paths.
FilePathTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the source base path for the concrete test.
FilePathTest::getSourcePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the source base path for the Credential form.
FileProcessOutputCallback::getErrorOutput function core/modules/package_manager/src/FileProcessOutputCallback.php
FileProcessOutputCallback::getOutput function core/modules/package_manager/src/FileProcessOutputCallback.php
FileReadOnlyStorage::getFullPath function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Gets the full file path.
FileRequiredTestForm::getFormId function core/modules/file/tests/file_test/src/Form/FileRequiredTestForm.php Returns a unique string identifying the form.
FileResourceTestBase::getExpectedCacheContexts function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
FileResourceTestBase::getExpectedNormalizedEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the expected normalization of the entity.
FileResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Return the expected error message.
FileResourceTestBase::getNormalizedPatchEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the normalized PATCH entity.
FileResourceTestBase::getNormalizedPostEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the normalized POST entity.
FileRouteProvider::getRoutes function core/modules/file/src/Entity/FileRouteProvider.php Provides routes for entities.
FileSanitizationEventSubscriber::getAllowedExtensions function core/modules/file/tests/modules/file_validator_test/src/EventSubscriber/FileSanitizationEventSubscriber.php Gets the allowed extensions.

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