search_dirty |
function |
drupal/core/modules/search/search.module |
Marks a word as "dirty" (changed), or retrieves the list of dirty words. |
RedirectTest |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RedirectTest.php |
Tests the redirecting after saving a views. |
drupal_mkdir |
function |
drupal/core/includes/file.inc |
Creates a directory, optionally creating missing components in the path to
the directory. |
drupal_rmdir |
function |
drupal/core/includes/file.inc |
Removes a directory. |
DirectEditor |
class |
drupal/core/modules/edit/lib/Drupal/edit/Plugin/InPlaceEditor/DirectEditor.php |
Defines the direct editor. |
RedirectTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RedirectTest.php |
Tests form redirection. |
Directory.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/Directory.php |
|
PHP_Token_DIR |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
DirectoryTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php |
Directory related tests. |
Directory.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/HTML/Renderer/Directory.php |
|
RedirectPlugin |
class |
drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php |
Plugin to implement HTTP redirects. Can redirect like a web browser or using strict RFC 2616 compliance |
drupal_dirname |
function |
drupal/core/includes/file.inc |
Gets the name of the directory from a given path. |
RedirectCommand |
class |
drupal/core/lib/Drupal/Core/Ajax/RedirectCommand.php |
Defines an AJAX command to set the window.location, loading that URL. |
RedirectTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RedirectTest.php |
Definition of Drupal\system\Tests\Form\RedirectTest. |
Kernel::$rootDir |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
|
DirectEditor.php |
file |
drupal/core/modules/edit/lib/Drupal/edit/Plugin/InPlaceEditor/DirectEditor.php |
Contains \Drupal\edit\Plugin\InPlaceEditor\DirectEditor. |
RedirectTest.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RedirectTest.php |
Contains \Drupal\views_ui\tests\RedirectTest. |
SSH::isDirectory |
function |
drupal/core/lib/Drupal/Core/FileTransfer/SSH.php |
Implements Drupal\Core\FileTransfer\FileTransfer::isDirectory(). |
RedirectResponse |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RedirectResponse.php |
RedirectResponse represents an HTTP response doing a redirect. |
Kernel::getLogDir |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
@api |
ConfigCache::$dir |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php |
|
DirectoryTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php |
Definition of Drupal\system\Tests\File\DirectoryTest. |
AssetWriter::$dir |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php |
|
DirectoryResource |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php |
A resource is something formulae can be loaded from. |
ScanDirectoryTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php |
Tests the file_scan_directory() function. |
LocalStream::mkdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for mkdir(). |
LocalStream::rmdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for rmdir(). |
Kernel::getRootDir |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
@api |
RedirectPlugin.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php |
|
_drupal_mkdir_call |
function |
drupal/core/includes/file.inc |
Helper function. Ensures we don't pass a NULL as a context resource to
mkdir(). |
Local::isDirectory |
function |
drupal/core/lib/Drupal/Core/FileTransfer/Local.php |
Implements Drupal\Core\FileTransfer\FileTransfer::isDirectory(). |
form_test_redirect |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form builder to detect form redirect. |
Kernel::getCacheDir |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
@api |
file_scan_directory |
function |
drupal/core/includes/file.inc |
Finds all files that match a given mask in a given directory. |
RedirectCommand.php |
file |
drupal/core/lib/Drupal/Core/Ajax/RedirectCommand.php |
Contains \Drupal\Core\Ajax\RedirectCommand. |
file_directory_temp |
function |
drupal/core/includes/file.inc |
Gets and sets the path of the configured temporary directory. |
drupal_redirect_form |
function |
drupal/core/includes/form.inc |
Redirects the user to a URL after a form has been processed. |
Response::isRedirect |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Is the response a redirect of some form? |
LocalStream::dirname |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Gets the name of the directory from a given path. |
Language::$direction |
property |
drupal/core/lib/Drupal/Core/Language/Language.php |
|
Response::isRedirect |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Checks if HTTP Status code is a Redirect (3xx) |
RedirectResponse.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RedirectResponse.php |
|
install_redirect_url |
function |
drupal/core/includes/install.core.inc |
Returns the URL that should be redirected to during an installation request. |
RedirectResponseTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php |
|
drupal_install_mkdir |
function |
drupal/core/includes/install.inc |
Creates a directory with the specified permissions. |
ReadOnlyStream::mkdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for mkdir(). |
ReadOnlyStream::rmdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for rmdir(). |
RedirectTest::getInfo |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RedirectTest.php |
|
FILE_CREATE_DIRECTORY |
constant |
drupal/core/includes/file.inc |
Flag used by file_prepare_directory() -- create directory if not present. |
ArchiveTar::_dirCheck |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
Check if a directory exists and create it (including parent
dirs) if not. |