Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
LOCALE_TRANSLATION_LOCAL constant core/modules/locale/locale.module Translation source is a local file.
LOCALE_TRANSLATION_OVERWRITE_ALL constant core/modules/locale/locale.module UI option for override of existing translations. Override any translation.
LOCALE_TRANSLATION_OVERWRITE_NONE constant core/modules/locale/locale.module UI option for override of existing translations.
LOCALE_TRANSLATION_OVERWRITE_NON_CUSTOMIZED constant core/modules/locale/locale.module UI option for override of existing translations.
locale_translation_project_list function core/modules/locale/locale.compare.inc Fetch an array of projects for translation update.
LOCALE_TRANSLATION_REMOTE constant core/modules/locale/locale.module Translation source is a remote file.
locale_translation_source_build function core/modules/locale/locale.translation.inc Builds abstract translation source.
locale_translation_source_check_file function core/modules/locale/locale.translation.inc Checks whether a po file exists in the local filesystem.
LOCALE_TRANSLATION_SOURCE_COMPARE_EQ constant core/modules/locale/locale.translation.inc Comparison result of source files timestamps.
LOCALE_TRANSLATION_SOURCE_COMPARE_GT constant core/modules/locale/locale.translation.inc Comparison result of source files timestamps.
LOCALE_TRANSLATION_SOURCE_COMPARE_LT constant core/modules/locale/locale.translation.inc Comparison result of source files timestamps.
locale_translation_status_delete_languages function core/modules/locale/locale.module Delete language entries from the status cache.
locale_translation_status_delete_projects function core/modules/locale/locale.module Delete project entries from the status cache.
locale_translation_status_save function core/modules/locale/locale.module Saves the status of translation sources in static cache.
LOCALE_TRANSLATION_STATUS_TTL constant core/modules/locale/locale.module The number of seconds the translations status entry should be considered.
locale_translation_update_file_history function core/modules/locale/locale.module Updates the {locale_file} table.
locale_translation_use_remote_source function core/modules/locale/locale.module Checks whether remote translation sources are used.
LOCALE_TRANSLATION_USE_SOURCE_LOCAL constant core/modules/locale/locale.module Translation update mode: Use local files only.
LOCALE_TRANSLATION_USE_SOURCE_REMOTE_AND_LOCAL constant core/modules/locale/locale.module Translation update mode: Use both remote and local files.
locale_uninstall function core/modules/locale/locale.install Implements hook_uninstall().
locale_update_last_removed function core/modules/locale/locale.install Implements hook_update_last_removed().
LocalReadOnlyStream class core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Defines a read-only Drupal stream wrapper base class for local files.
LocalReadOnlyStream.php file core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
LocalReadOnlyStream::getType function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Returns the type of stream wrapper.
LocalReadOnlyStream::mkdir function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for mkdir().
LocalReadOnlyStream::rename function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for rename().
LocalReadOnlyStream::rmdir function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for rmdir().
LocalReadOnlyStream::stream_flush function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for fflush().
LocalReadOnlyStream::stream_lock function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for flock().
LocalReadOnlyStream::stream_metadata function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Does not change meta data as this is a read-only stream wrapper.
LocalReadOnlyStream::stream_open function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Opens file or URL.
LocalReadOnlyStream::stream_truncate function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Truncate stream.
LocalReadOnlyStream::stream_write function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for fwrite(), file_put_contents() etc.
LocalReadOnlyStream::unlink function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for unlink().
LocalRedirectResponse class core/lib/Drupal/Core/Routing/LocalRedirectResponse.php Provides a redirect response which cannot redirect to an external URL.
LocalRedirectResponse.php file core/lib/Drupal/Core/Routing/LocalRedirectResponse.php
LocalStream class core/lib/Drupal/Core/StreamWrapper/LocalStream.php Defines a Drupal stream wrapper base class for local files.
LocalStream.php file core/lib/Drupal/Core/StreamWrapper/LocalStream.php
LocalStream::$context property core/lib/Drupal/Core/StreamWrapper/LocalStream.php Stream context resource.
LocalStream::$handle property core/lib/Drupal/Core/StreamWrapper/LocalStream.php A generic resource handle.
LocalStream::$uri property core/lib/Drupal/Core/StreamWrapper/LocalStream.php Instance URI (stream).
LocalStream::dirname function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Gets the name of the directory from a given path.
LocalStream::dir_closedir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Close directory handle.
LocalStream::dir_opendir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Open directory handle.
LocalStream::dir_readdir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Read entry from directory handle.
LocalStream::dir_rewinddir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Rewind directory handle.
LocalStream::getDirectoryPath function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Gets the path that the wrapper is responsible for.
LocalStream::getFileSystem function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns file system service.
LocalStream::getLocalPath function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns the canonical absolute path of the URI, if possible.
LocalStream::getTarget function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Returns the local writable target of the resource within the stream.

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