Search for release

  1. Search 7.x for release
  2. Search 8.9.x for release
  3. Search 10.3.x for release
  4. Search 11.x for release
  5. Other projects
Title Object type File name Summary
Comment::releaseThreadLock function core/modules/comment/src/Entity/Comment.php Release the lock acquired for the thread in preSave().
ComponentsTaggedReleaseTest class core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php Demonstrate that the Component generator responds to release tagging.
ComponentsTaggedReleaseTest.php file core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php
ComponentsTaggedReleaseTest::providerVersionConstraint function core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php Highly arbitrary version and constraint expectations.
ComponentsTaggedReleaseTest::testReleaseTagging function core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php Validate release tagging and regeneration of dependencies.
Connection::releaseSavepoint function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Release a savepoint by name.
DatabaseLockBackend::release function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Releases the given lock.
DatabaseLockBackend::release function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Releases the given lock.
DatabaseLockBackend::releaseAll function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Releases all locks for the given lock token identifier.
DatabaseLockBackend::releaseAll function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Releases all locks for the given lock token identifier.
DatabaseQueue::releaseItem function core/lib/Drupal/Core/Queue/DatabaseQueue.php Releases an item that the worker could not process.
LocaleUpdateDevelopmentReleaseTest class core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php Test for proper version fallback in case of a development release.
LocaleUpdateDevelopmentReleaseTest.php file core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php
LocaleUpdateDevelopmentReleaseTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php The theme to install as the default for testing.
LocaleUpdateDevelopmentReleaseTest::$modules property core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php Modules to enable.
LocaleUpdateDevelopmentReleaseTest::setUp function core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php
LocaleUpdateDevelopmentReleaseTest::testLocaleUpdateDevelopmentRelease function core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php
locale_test_development_release.info.yml file core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml
locale_test_development_release.module file core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.module Simulate a Drupal version.
locale_test_development_release_locale_translation_projects_alter function core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.module Implements hook_locale_translation_projects_alter().
locale_test_development_release_system_info_alter function core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.module Implements hook_system_info_alter().
LockBackendInterface::release function core/lib/Drupal/Core/Lock/LockBackendInterface.php Releases the given lock.
LockBackendInterface::releaseAll function core/lib/Drupal/Core/Lock/LockBackendInterface.php Releases all locks for the given lock token identifier.
LockTest::testBackendLockRelease function core/tests/Drupal/KernelTests/Core/Lock/LockTest.php Tests backend release functionality.
LockTest::testBackendLockReleaseAll function core/tests/Drupal/KernelTests/Core/Lock/LockTest.php Tests backend release functionality.
Memory::releaseItem function core/lib/Drupal/Core/Queue/Memory.php Releases an item that the worker could not process.
NullLockBackend::release function core/lib/Drupal/Core/Lock/NullLockBackend.php Releases the given lock.
NullLockBackend::releaseAll function core/lib/Drupal/Core/Lock/NullLockBackend.php Releases all locks for the given lock token identifier.
PersistentDatabaseLockBackend::release function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Releases the given lock.
PersistentDatabaseLockBackend::releaseAll function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Releases all locks for the given lock token identifier.
ProjectCoreCompatibility::setReleaseMessage function core/modules/update/src/ProjectCoreCompatibility.php Sets core compatibility messages for project releases.
ProjectRelease class core/modules/update/src/ProjectRelease.php Provides a project release value object.
ProjectRelease.php file core/modules/update/src/ProjectRelease.php
ProjectRelease::$coreCompatibilityMessage property core/modules/update/src/ProjectRelease.php The core compatibility message or NULL if not set.
ProjectRelease::$coreCompatible property core/modules/update/src/ProjectRelease.php Whether the release is compatible with the site's Drupal core version.
ProjectRelease::$date property core/modules/update/src/ProjectRelease.php The release date as a Unix timestamp or NULL if no date was set.
ProjectRelease::$downloadUrl property core/modules/update/src/ProjectRelease.php The download URL or NULL if none is available.
ProjectRelease::$published property core/modules/update/src/ProjectRelease.php Whether the release is published.
ProjectRelease::$releaseTypes property core/modules/update/src/ProjectRelease.php The release types or NULL if not set.
ProjectRelease::$releaseUrl property core/modules/update/src/ProjectRelease.php The URL for the release.
ProjectRelease::$version property core/modules/update/src/ProjectRelease.php The release version.
ProjectRelease::createFromArray function core/modules/update/src/ProjectRelease.php Creates a ProjectRelease instance from an array.
ProjectRelease::getCoreCompatibilityMessage function core/modules/update/src/ProjectRelease.php Gets the core compatibility message for the site's version of Drupal core.
ProjectRelease::getDate function core/modules/update/src/ProjectRelease.php Gets the release date if set.
ProjectRelease::getDownloadUrl function core/modules/update/src/ProjectRelease.php Gets the download URL of the release.
ProjectRelease::getReleaseUrl function core/modules/update/src/ProjectRelease.php Gets the URL of the release.
ProjectRelease::getVersion function core/modules/update/src/ProjectRelease.php Gets the project version.
ProjectRelease::isCoreCompatible function core/modules/update/src/ProjectRelease.php Determines whether release is compatible the site's version of Drupal core.
ProjectRelease::isInsecure function core/modules/update/src/ProjectRelease.php Determines if the release is insecure.
ProjectRelease::isPublished function core/modules/update/src/ProjectRelease.php Determines if the release is published.

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