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 11.x for __get
  5. Other projects
Title Object type File name Summary
BrowserTestBaseTest::testDrupalGet function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests drupalGet().
BrowserTestBaseTest::testGetDefaultDriveInstance function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
BrowserTestBaseTest::testGetHttpClient function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php @covers ::getHttpClient
BrowserTestBaseTest::testGetHttpClientException function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php @covers ::getHttpClient
BrowserTestBaseTest::testGetRandomGeneratorPropertyDeprecation function core/tests/Drupal/Tests/Core/Test/BrowserTestBaseTest.php Tests the deprecation of accessing the randomGenerator property directly.
BrowserWithJavascriptTest::drupalGetWithAlert function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Retrieves a Drupal path or an absolute path.
BuilderInterface::getPackage function composer/Generator/BuilderInterface.php Generate the Composer.json data for the current tag or branch.
BuilderInterface::getPath function composer/Generator/BuilderInterface.php Return the path to where the metapackage should be written.
BuildTestBase::getCodebaseFinder function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get a default Finder object for a Drupal codebase.
BuildTestBase::getComposerRoot function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Gets the path to the Composer root directory.
BuildTestBase::getDrupalRoot function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get the root path of this Drupal codebase.
BuildTestBase::getDrupalRootStatic function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get the root path of this Drupal codebase.
BuildTestBase::getMink function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get the Mink instance.
BuildTestBase::getPortNumber function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get the port number for requests.
BuildTestBase::getWorkingPath function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get the working directory within the workspace, creating if necessary.
BuildTestBase::getWorkingPathDrupalRoot function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Gets the working path for Drupal core.
BuildTestBase::getWorkspaceDirectory function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Full path to the workspace where this test can build.
BuildTestBase::getWorkspaceDrupalRoot function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Gets the path to Drupal root in the workspace directory.
BulkForm::getBulkOptions function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the available operations for this form.
BulkForm::getCacheContexts function core/modules/views/src/Plugin/views/field/BulkForm.php The cache contexts associated with this object.
BulkForm::getCacheMaxAge function core/modules/views/src/Plugin/views/field/BulkForm.php The maximum age for which this object may be cached.
BulkForm::getCacheTags function core/modules/views/src/Plugin/views/field/BulkForm.php The cache tags associated with this object.
BulkForm::getEntityRepository function core/modules/views/src/Plugin/views/field/BulkForm.php
BulkForm::getEntityTypeId function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the entity type identifier.
BulkForm::getEntityTypeManager function core/modules/views/src/Plugin/views/field/BulkForm.php
BulkForm::getLanguageManager function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the language manager.
BulkForm::getValue function core/modules/views/src/Plugin/views/field/BulkForm.php Gets the value that's supposed to be rendered.
BulkForm::getView function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the top object of a view.
Bundle::getValueOptions function core/modules/views/src/Plugin/views/filter/Bundle.php Gets the value options.
BundleConstraint::getBundleOption function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraint.php Gets the bundle option as array.
BundleConstraint::getDefaultOption function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraint.php
BundleConstraint::getRequiredOptions function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraint.php
BundleEntityStorageInterface::getBundleFromClass function core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php Retrieves the bundle name for a provided class name.
BundleTranslationSettingsInterface::getBundleTranslationSettings function core/modules/content_translation/src/BundleTranslationSettingsInterface.php Returns translation settings for the specified bundle.
Button::getInfo function core/lib/Drupal/Core/Render/Element/Button.php Returns the element properties for this element.
Cache::getBins function core/lib/Drupal/Core/Cache/Cache.php Gets all cache bin services.
Cache::getMemoryBins function core/lib/Drupal/Core/Cache/Cache.php Gets all memory cache bin services.
Cache::mergeTags function core/lib/Drupal/Core/Cache/Cache.php Merges arrays of cache tags and removes duplicates.
CacheabilityMetadataConfigOverride::getCacheableMetadata function core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php
CacheabilityMetadataConfigOverride::getCacheSuffix function core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php
CacheableDependencyInterface::getCacheContexts function core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php The cache contexts associated with this object.
CacheableDependencyInterface::getCacheMaxAge function core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php The maximum age for which this object may be cached.
CacheableDependencyInterface::getCacheTags function core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php The cache tags associated with this object.
CacheableDependencyTrait::getCacheContexts function core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php
CacheableDependencyTrait::getCacheMaxAge function core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php
CacheableDependencyTrait::getCacheTags function core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php
CacheableMetadata::getCacheContexts function core/lib/Drupal/Core/Cache/CacheableMetadata.php The cache contexts associated with this object.
CacheableMetadata::getCacheMaxAge function core/lib/Drupal/Core/Cache/CacheableMetadata.php The maximum age for which this object may be cached.
CacheableMetadata::getCacheTags function core/lib/Drupal/Core/Cache/CacheableMetadata.php The cache tags associated with this object.
CacheableMetadataCalculationTest::getCacheContexts function core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CacheableMetadataCalculationTest.php The cache contexts associated with this object.

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