You are here

32 calls to drupal_basename() in Zircon Profile 8

color_library_info_alter in core/modules/color/color.module
Implements hook_library_info_alter().
color_scheme_form_submit in core/modules/color/color.module
Form submission handler for color_scheme_form().
EditorFileUsageTest::testEditorEntityHooks in core/modules/editor/src/Tests/EditorFileUsageTest.php
Tests the configurable text editor manager.
ExtensionMimeTypeGuesser::guess in core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php
Guesses the mime type of the file with the given path.
File::preCreate in core/modules/file/src/Entity/File.php
Changes the values of an entity before it is created.
FileEntityNormalizer::denormalize in core/modules/hal/src/Normalizer/FileEntityNormalizer.php
Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize().
FileTransfer::copyDirectoryJailed in core/lib/Drupal/Core/FileTransfer/FileTransfer.php
Copies a directory.
FileTransfer::findChroot in core/lib/Drupal/Core/FileTransfer/FileTransfer.php
Returns the chroot property for this connection.
file_copy in core/modules/file/file.module
Copies a file to a new location and adds a file record to the database.
file_destination in core/includes/file.inc
Determines the destination path for a file.
file_move in core/modules/file/file.module
Moves a file to a new location and update the file's database entry.
file_save_data in core/modules/file/file.module
Saves a file to the specified destination and creates a database entry.
file_unmanaged_copy in core/includes/file.inc
Copies a file to a new location without invoking the file API.
ImageItem::generateSampleValue in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
Generates placeholder field values.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
install_retrieve_file in core/includes/install.core.inc
Attempts to get a file using a HTTP request and to store it locally.
locale_translate_file_create in core/modules/locale/locale.bulk.inc
Creates a file object and populates the timestamp property.
LocalStream::getLocalPath in core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Returns the canonical absolute path of the URI, if possible.
SaveDataTest::testWithFilename in core/modules/file/src/Tests/SaveDataTest.php
Test the file_save_data() function when a filename is provided.
SaveDataTest::testWithoutFilename in core/modules/file/src/Tests/SaveDataTest.php
Test the file_save_data() function when no filename is provided.
SaveUploadTest::testNormal in core/modules/file/src/Tests/SaveUploadTest.php
Test the file_save_upload() function.
SimpleTestErrorCollectorTest::assertError in core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php
Asserts that a collected error matches what we are expecting.
system_retrieve_file in core/modules/system/system.module
Attempts to get a file using Guzzle HTTP client and to store it locally.
UnmanagedSaveDataTest::testFileSaveData in core/modules/system/src/Tests/File/UnmanagedSaveDataTest.php
Test the file_unmanaged_save_data() function.
Updater::findInfoFile in core/lib/Drupal/Core/Updater/Updater.php
Determines what the most important (or only) info file is in a directory.
Updater::getProjectName in core/lib/Drupal/Core/Updater/Updater.php
Gets the name of the project directory (basename).
update_manager_file_get in core/modules/update/update.manager.inc
Copies a file from the specified URL to the temporary directory for updates.
update_verify_update_archive in core/modules/update/update.module
Implements hook_verify_update_archive().
UrlRewritingTest::testPublicManagedFileURL in core/modules/system/src/Tests/File/UrlRewritingTest.php
Tests the rewriting of public managed file URLs by hook_file_url_alter().
UrlRewritingTest::testRelativeFileURL in core/modules/system/src/Tests/File/UrlRewritingTest.php
Test file_url_transform_relative().
ValidatorTest::setUp in core/modules/file/src/Tests/ValidatorTest.php
Performs setup tasks before each individual test method is run.
_color_render_images in core/modules/color/color.module
Renders images that match a given palette.