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
FileSanitizationEventSubscriber::getSubscribedEvents function core/modules/file/tests/modules/file_validator_test/src/EventSubscriber/FileSanitizationEventSubscriber.php
FileSizeLimitConstraint::getDefaultOption function core/modules/file/src/Plugin/Validation/Constraint/FileSizeLimitConstraint.php
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::getCollectionDirectory function core/lib/Drupal/Core/Config/FileStorage.php Gets the directory for the collection.
FileStorage::getCollectionName function core/lib/Drupal/Core/Config/FileStorage.php Gets the name of the current collection the storage is using.
FileStorage::getFileExtension function core/lib/Drupal/Core/Config/FileStorage.php Gets the extension used by the file storage for all configuration files.
FileStorage::getFilePath function core/lib/Drupal/Core/Config/FileStorage.php Returns the path to the configuration file.
FileStorage::getFileSystem function core/lib/Drupal/Core/Config/FileStorage.php Returns file system service.
FileStorage::getFullPath function core/lib/Drupal/Component/PhpStorage/FileStorage.php Gets the full file path.
FileStorageFactory::getSync function core/lib/Drupal/Core/Config/FileStorageFactory.php Returns a FileStorage object working with the sync config directory.
FileStorageFactoryTest::testGetSync function core/tests/Drupal/KernelTests/Core/Config/FileStorageFactoryTest.php Tests get sync.
FileStorageSchema::getSharedTableFieldSchema function core/modules/file/src/FileStorageSchema.php Gets the schema for a single field definition.
FileStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php Tests FileStorage operations.
FileStorageTest class core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php Tests Drupal\Component\PhpStorage\FileStorage.
FileStorageTest.php file core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php
FileStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileStorageTest::$directory property core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php A directory to store configuration in.
FileStorageTest::$standardSettings property core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php Standard test settings to pass to storage instances.
FileStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php Deletes configuration data from the storage.
FileStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php Inserts configuration data in the storage.
FileStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php Reads configuration data from the storage.
FileStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileStorageTest::setUp function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php
FileStorageTest::testCreateDirectoryFailWarning function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php Tests create directory fail warning.
FileStorageTest::testCRUD function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php Tests basic load/save/delete operations.
FileStorageTest::testDeleteAll function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php Tests delete all.
FileStorageTest::testListAll function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php Tests the FileStorage::listAll method with a relative and absolute path.
FileStorageTest::testUnsupportedDataTypeConfigException function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php Tests UnsupportedDataTypeConfigException.
FileStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php Updates configuration data in the storage.
FileSystem::getDestinationFilename function core/lib/Drupal/Core/File/FileSystem.php Determines the destination path for a file.
FileSystem::getOsTemporaryDirectory function core/lib/Drupal/Component/FileSystem/FileSystem.php Discovers a writable system-appropriate temporary directory.
FileSystem::getTempDirectory function core/lib/Drupal/Core/File/FileSystem.php Gets the path of the configured temporary directory.
FileSystemForm::getFormId function core/modules/system/src/Form/FileSystemForm.php Returns a unique string identifying the form.
FileSystemInterface::getDestinationFilename function core/lib/Drupal/Core/File/FileSystemInterface.php Determines the destination path for a file.
FileSystemInterface::getTempDirectory function core/lib/Drupal/Core/File/FileSystemInterface.php Gets the path of the configured temporary directory.
FileSystemTempDirectoryTest::testGetTempDirectoryOsDefault function core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php Tests os default fallback.
FileSystemTempDirectoryTest::testGetTempDirectorySettings function core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php Tests 'file_temp_path' setting.
FileTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/FileTest.php Returns the expected JSON:API document for the entity.
FileTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FileTest.php Return the expected error message.
FileTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/FileTest.php Returns the JSON:API POST document.
FileTestForm::getFormId function core/modules/file/tests/file_test/src/Form/FileTestForm.php Returns a unique string identifying the form.
FileTestHelper::getAllCalls function core/modules/file/tests/file_test/src/FileTestHelper.php Get an array with the calls for all hooks.
FileTestHelper::getCalls function core/modules/file/tests/file_test/src/FileTestHelper.php Gets the arguments passed to a given hook invocation.
FileTestHooks::getReturn function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Load the appropriate return value.
FileTestSaveUploadFromForm::getFormId function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Returns a unique string identifying the form.
FileThemeHooks::preprocessFileWidgetMultiple function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for multi file form widget templates.
FileTransfer::getSettingsForm function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Returns a form to collect connection settings credentials.
FileTransfer::__get function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Implements the magic __get() method.
FileTransferAuthorizeForm::getFiletransfer function core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php Gets a FileTransfer class for a specific transfer method and settings.

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