You are here

constant FILE_CREATE_DIRECTORY in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/includes/file.inc \FILE_CREATE_DIRECTORY

Flag used by file_prepare_directory() -- create directory if not present.

Related topics

33 uses of FILE_CREATE_DIRECTORY
AssetDumper::dump in core/lib/Drupal/Core/Asset/AssetDumper.php
The file name for the CSS or JS cache file is generated from the hash of the aggregated contents of the files in $data. This forces proxies and browsers to download new CSS when the CSS changes.
BrowserTestBase::installDrupal in core/modules/simpletest/src/BrowserTestBase.php
Installs Drupal into the Simpletest site.
BrowserTestBase::prepareEnvironment in core/modules/simpletest/src/BrowserTestBase.php
Prepares the current environment for running the test.
color_scheme_form_submit in core/modules/color/color.module
Form submission handler for color_scheme_form().
DirectoryTest::testFileCheckDirectoryHandling in core/modules/system/src/Tests/File/DirectoryTest.php
Test directory handling functions.

... See full list

File

core/includes/file.inc, line 58
API for handling file uploads and server file management.

Code

const FILE_CREATE_DIRECTORY = 1;