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
ProjectSecurityData::SECURITY_COVERAGE_END_DATE_9_4 constant core/modules/update/src/ProjectSecurityData.php Define constants for versions with security coverage end dates.
ProjectSecurityData::SECURITY_COVERAGE_END_DATE_9_5 constant core/modules/update/src/ProjectSecurityData.php
ProjectSecurityData::__construct function core/modules/update/src/ProjectSecurityData.php Constructs a ProjectSecurityData object.
ProjectSecurityRequirement class core/modules/update/src/ProjectSecurityRequirement.php Class for generating a project's security requirement.
ProjectSecurityRequirement.php file core/modules/update/src/ProjectSecurityRequirement.php
ProjectSecurityRequirement::$existingMajorMinorVersion property core/modules/update/src/ProjectSecurityRequirement.php The existing (currently installed) version in the format [MAJOR].[MINOR].
ProjectSecurityRequirement::$nextMajorMinorVersion property core/modules/update/src/ProjectSecurityRequirement.php The next version after the installed version in the format [MAJOR].[MINOR].
ProjectSecurityRequirement::$projectTitle property core/modules/update/src/ProjectSecurityRequirement.php The project title.
ProjectSecurityRequirement::$securityCoverageInfo property core/modules/update/src/ProjectSecurityRequirement.php Security coverage information for the project.
ProjectSecurityRequirement::createFromProjectDataAndSecurityCoverageInfo function core/modules/update/src/ProjectSecurityRequirement.php Creates a ProjectSecurityRequirement object from project data.
ProjectSecurityRequirement::getDateEndRequirement function core/modules/update/src/ProjectSecurityRequirement.php Gets the security coverage requirement based on an end date.
ProjectSecurityRequirement::getReleaseCycleLink function core/modules/update/src/ProjectSecurityRequirement.php Gets a link the release cycle page on drupal.org.
ProjectSecurityRequirement::getRequirement function core/modules/update/src/ProjectSecurityRequirement.php Gets the security coverage requirement, if any.
ProjectSecurityRequirement::getVersionEndCoverageMessage function core/modules/update/src/ProjectSecurityRequirement.php Gets the message for additional minor version security coverage.
ProjectSecurityRequirement::getVersionEndRequirement function core/modules/update/src/ProjectSecurityRequirement.php Gets the requirements based on security coverage until a specific version.
ProjectSecurityRequirement::getVersionNoSecurityCoverageMessage function core/modules/update/src/ProjectSecurityRequirement.php Gets the formatted message for a project with no security coverage.
ProjectSecurityRequirement::__construct function core/modules/update/src/ProjectSecurityRequirement.php Constructs a ProjectSecurityRequirement object.
promoted-content.css file core/profiles/demo_umami/themes/umami/css/components/views/promoted-content.css This file is used to style the 'Promoted Content' view.
promoted-items.css file core/profiles/demo_umami/themes/umami/css/components/views/promoted-items.css This file is used to style the 'Promoted Items' view.
PromotedContentPageTest class core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Tests the promoted content view provided with views.
PromotedContentPageTest.php file core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php
PromotedContentPageTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php The theme to install as the default for testing.
PromotedContentPageTest::$modules property core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Modules to install.
PromotedContentPageTest::$nodeStorage property core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php The entity storage for nodes.
PromotedContentPageTest::assertNotInResultSet function core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Verifies that an amount of nids aren't in the result.
PromotedContentPageTest::doTestPromotedContentPageViewCacheTags function core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Tests the cache tags on the promoted content page.
PromotedContentPageTest::setUp function core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Sets up the test.
PromotedContentPageTest::testCacheTagsWithCachePluginNone function core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Tests the cache tags when using the "none" cache plugin.
PromotedContentPageTest::testCacheTagsWithCachePluginTag function core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Tests the cache tags when using the "tag" cache plugin.
PromotedContentPageTest::testCacheTagsWithCachePluginTime function core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Tests the cache tags when using the "time" cache plugin.
PromotedContentPageTest::testPromotedContentPage function core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php Tests the promoted content view.
PromotedContentViewTestTrait trait core/modules/node/tests/src/Traits/PromotedContentViewTestTrait.php Provides a method to enable the promoted_content view.
PromotedContentViewTestTrait.php file core/modules/node/tests/src/Traits/PromotedContentViewTestTrait.php
PromotedContentViewTestTrait::enablePromotedContentView function core/modules/node/tests/src/Traits/PromotedContentViewTestTrait.php Enables the promoted_content view and optionally rebuilds the router.
PromoteNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/PromoteNode.php Gets an array of values to be set.
ProtectedDirectory::isPrivate function core/lib/Drupal/Core/File/ProtectedDirectory.php Is the directory private (or public).
ProtectedDirectory::__construct function core/lib/Drupal/Core/File/ProtectedDirectory.php ProtectedDirectory constructor.
ProtectedUserFieldConstraint class core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php Checks if the plain text password is provided for editing a protected field.
ProtectedUserFieldConstraint.php file core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php
ProtectedUserFieldConstraint::__construct function core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php
ProtectedUserFieldConstraintValidator class core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php Validates the ProtectedUserFieldConstraint constraint.
ProtectedUserFieldConstraintValidator.php file core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php
ProtectedUserFieldConstraintValidator::$currentUser property core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php The current user.
ProtectedUserFieldConstraintValidator::$userStorage property core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php User storage handler.
ProtectedUserFieldConstraintValidator::create function core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php Instantiates a new instance of this class.
ProtectedUserFieldConstraintValidator::validate function core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php
ProtectedUserFieldConstraintValidator::__construct function core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php Constructs the object.
ProtectedUserFieldConstraintValidatorTest class core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php Tests Drupal\user\Plugin\Validation\Constraint\ProtectedUserFieldConstraintValidator.
ProtectedUserFieldConstraintValidatorTest.php file core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php
ProtectedUserFieldConstraintValidatorTest::createValidator function core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php

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