Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
ProjectInfoTest::providerGetInstallableReleases function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for testGetInstallableReleases().
ProjectInfoTest::providerGetSupportedBranches function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for testGetSupportedBranches().
ProjectInfoTest::testGetInstallableReleases function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests get installable releases.
ProjectInfoTest::testGetSupportedBranches function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests get supported branches.
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.
ProjectReleaseTest::getValidData function core/modules/update/tests/src/Unit/ProjectReleaseTest.php Gets valid data for a project release.
ProjectSecurityData::getAdditionalSecurityCoveredMinors function core/modules/update/src/ProjectSecurityData.php Gets the number of additional minor releases with security coverage.
ProjectSecurityData::getCoverageInfo function core/modules/update/src/ProjectSecurityData.php Gets the security coverage information for a project.
ProjectSecurityData::getSecurityCoverageUntilVersion function core/modules/update/src/ProjectSecurityData.php Gets the release the current minor will receive security coverage until.
ProjectSecurityData::getSemanticMinorVersion function core/modules/update/src/ProjectSecurityData.php Gets the minor version for a semantic version string.
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.
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
PromotedContentPageTest::$modules property core/modules/node/tests/src/Functional/Views/PromotedContentPageTest.php
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
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.
PromoteNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/PromoteNode.php
ProtectedDirectory::getPath function core/lib/Drupal/Core/File/ProtectedDirectory.php Gets the directory path.
ProtectedDirectory::getTitle function core/lib/Drupal/Core/File/ProtectedDirectory.php Gets the title.
ProtocolVersionCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php
ProtocolVersionCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php
ProtocolVersionCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php
ProtocolVersionCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php Provides a list of query arguments and expected cache contexts.
ProtocolVersionCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php Tests get context.
Provider::getEndpoints function core/modules/media/src/OEmbed/Provider.php Returns the provider endpoints.
Provider::getName function core/modules/media/src/OEmbed/Provider.php Returns the provider name.
Provider::getUrl function core/modules/media/src/OEmbed/Provider.php Returns the provider URL.
ProviderFilterDecorator::getDefinitions function core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php
ProviderRepository::get function core/modules/media/src/OEmbed/ProviderRepository.php Returns information for a specific oEmbed provider.
ProviderRepository::get function core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php Returns information for a specific oEmbed provider.
ProviderRepository::getAll function core/modules/media/src/OEmbed/ProviderRepository.php Returns information on all available oEmbed providers.
ProviderRepository::getAll function core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php Returns information on all available oEmbed providers.
ProviderRepositoryInterface::get function core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Returns information for a specific oEmbed provider.
ProviderRepositoryInterface::getAll function core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Returns information on all available oEmbed providers.

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