Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
VendorHardeningPlugin::deactivate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::findBinOverlap function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Find bin files which are inside cleanup directories.
VendorHardeningPlugin::getInstalledPackages function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Gets a list of all installed packages from Composer.
VendorHardeningPlugin::getInstallPathForPackage function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Gets the installed path for a package.
VendorHardeningPlugin::getSubscribedEvents function composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::onPostAutoloadDump function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_AUTOLOAD_DUMP event handler.
VendorHardeningPlugin::onPostCmd function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_UPDATE_CMD and POST_INSTALL_CMD event handler.
VendorHardeningPlugin::onPostPackageInstall function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_PACKAGE_INSTALL event handler.
VendorHardeningPlugin::onPostPackageUpdate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_PACKAGE_UPDATE event handler.
VendorHardeningPlugin::onPrePackageInstall function composer/Plugin/VendorHardening/VendorHardeningPlugin.php PRE_PACKAGE_INSTALL event handler.
VendorHardeningPlugin::onPrePackageUpdate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php PRE_PACKAGE_UPDATE event handler.
VendorHardeningPlugin::removeBinBeforeCleanup function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Remove bin config for packages that would have the bin file removed.
VendorHardeningPlugin::uninstall function composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VendorHardeningPlugin::writeAccessRestrictionFiles function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Place .htaccess file into the vendor directory.
VendorHardeningPluginTest class core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php Tests Drupal\Composer\Plugin\VendorHardening\VendorHardeningPlugin.
VendorHardeningPluginTest.php file core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php
VendorHardeningPluginTest::providerFindBinOverlap function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php
VendorHardeningPluginTest::setUp function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php
VendorHardeningPluginTest::testCleanAllPackages function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php Tests clean all packages.
VendorHardeningPluginTest::testCleanPackage function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php Tests clean package.
VendorHardeningPluginTest::testCleanPathsForPackage function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php Tests clean paths for package.
VendorHardeningPluginTest::testFindBinOverlap function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php Tests find bin overlap.
VendorHardeningPluginTest::testWriteAccessRestrictionFiles function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php Tests write access restriction files.
Version class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Version.php Plugin annotation
@Target("PROPERTY");
Version.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Version.php
VersionById class core/modules/jsonapi/src/Revisions/VersionById.php Defines a revision ID implementation for entity revision ID values.
VersionById.php file core/modules/jsonapi/src/Revisions/VersionById.php
VersionById::getRevisionId function core/modules/jsonapi/src/Revisions/VersionById.php
VersionByRel class core/modules/jsonapi/src/Revisions/VersionByRel.php Revision ID implementation for the default or latest revisions.
VersionByRel.php file core/modules/jsonapi/src/Revisions/VersionByRel.php
VersionByRel::getRevisionId function core/modules/jsonapi/src/Revisions/VersionByRel.php
VersionByRel::LATEST_VERSION constant core/modules/jsonapi/src/Revisions/VersionByRel.php Version argument which loads the revision known to be the "latest version".
VersionByRel::WORKING_COPY constant core/modules/jsonapi/src/Revisions/VersionByRel.php Version argument which loads the revision known to be the "working copy".
VersionHistoryController class core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Provides a controller showing revision history for an entity.
VersionHistoryController.php file core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php
VersionHistoryController::buildDeleteRevisionLink function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Builds a link to delete an entity revision.
VersionHistoryController::buildRevertRevisionLink function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Builds a link to revert an entity revision.
VersionHistoryController::buildRow function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Builds a table row for a revision.
VersionHistoryController::getOperationLinks function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Get operations for an entity revision.
VersionHistoryController::getRevisionDescription function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Get a description of the revision.
VersionHistoryController::getRevisionDescriptionDateFormat function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Date format to use for revision description dates.
VersionHistoryController::loadRevisions function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Generates revisions of an entity relevant to the current language.
VersionHistoryController::revisionOverview function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Generates an overview table of revisions of an entity.
VersionHistoryController::REVISIONS_PER_PAGE constant core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php
VersionHistoryController::__construct function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Constructs a new VersionHistoryController.
VersionHistoryController::__invoke function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Generates an overview table of revisions for an entity.
VersionHistoryLocalTasks class core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php Provides version history local tasks for revisionable entities.
VersionHistoryLocalTasks.php file core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php
VersionHistoryLocalTasks::create function core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php
VersionHistoryLocalTasks::getDerivativeDefinitions function core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php

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