Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
DisplayPluginInterface::getPlugin function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Get the instance of a plugin, for example style or row.
DisplayPluginInterface::getRoutedDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Points to the display which can be linked by this display.
DisplayPluginInterface::getSpecialBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides the block system with any exposed widget blocks for this display.
DisplayPluginInterface::getType function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns the display type that this display requires.
DisplayPluginInterface::getUrl function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns a URL to $this display or its configured linked display.
DisplayRouterInterface::getAlteredRouteNames function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Returns the list of routes overridden by Views.
DisplayRouterInterface::getRouteName function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Returns the route name for the display.
DisplayRouterInterface::getUrlInfo function core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Generates a URL to this display.
DisplayTest::getType function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Returns the display type that this display requires.
DisplayTest::testGetAttachedDisplays function core/modules/views/tests/src/Functional/Plugin/DisplayTest.php Tests the getAttachedDisplays method.
DisplayVariantTest::providerTestGetConfiguration function core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php Provides test data for testGetConfiguration().
DisplayVariantTest::testGetConfiguration function core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php Tests the getConfiguration() method.
DisplayVariantTest::testGetWeight function core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php Tests the getWeight() method.
DisplayVariantTest::testGetWeightDefault function core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php Tests the getWeight() method using a default value.
DistributionProfileTranslationQueryTest::getPo function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Returns the string for the test .po file.
DistributionProfileTranslationTest::getPo function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Returns the string for the test .po file.
DocParser::$target property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Current target context.
DocParser::setTarget function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets current target context as bitmask.
DocParserTest::getAnnotationVarTypeArrayProviderInvalid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getAnnotationVarTypeProviderInvalid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getAnnotationVarTypeProviderValid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getConstantsProvider function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationTarget function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationTargetSyntaxError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithInvalidTargetDeclarationError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithTargetEmptyError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocumentElement::getContent function core/tests/Drupal/Tests/DocumentElement.php Returns document content.
DocumentElement::getText function core/tests/Drupal/Tests/DocumentElement.php
DocumentElement::getXpath function core/tests/Drupal/Tests/DocumentElement.php Returns XPath for handled element.
DoubleSlashTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php Gets the available upgrade paths.
DoubleSlashTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php Gets the expected number of entities per entity type after migration.
DoubleSlashTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php Gets expected number of entities per entity after incremental migration.
DoubleSlashTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php Gets the missing upgrade paths.
DoubleSlashTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php Gets the source base path for the concrete test.
DriverSpecificConnectionUnitTestBase::getConnectionId function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Returns the connection ID of the current test connection.
DriverSpecificConnectionUnitTestBase::getQuery function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Returns a set of queries specific for the database in testing.
DriverSpecificConnectionUnitTestBase::TEST_TARGET_CONNECTION constant core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php A target connection identifier to be used for testing.
Dropbutton::getInfo function core/lib/Drupal/Core/Render/Element/Dropbutton.php Returns the element properties for this element.
Drupal6SqlBaseTest::testGetModuleSchemaVersion function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::getModuleSchemaVersion().
Drupal6SqlBaseTest::testGetSystemData function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::getSystemData().
Drupal6SqlBaseTest::testVariableGet function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::variableGet().
Drupal::getContainer function core/lib/Drupal.php Returns the currently active global container.
DrupalComponentTest::getComponents function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Data provider.
DrupalCoreComposer::getRequireDev function composer/Generator/Util/DrupalCoreComposer.php Return the "require-dev" section from root or core composer.json file.
DrupalCoreRecommendedBuilder::getPackage function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalCoreRecommendedBuilder::getPath function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Return the path to where the metapackage should be written.
DrupalDateTimeTest::testGetPhpDateTime function core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php @covers ::getPhpDateTime
DrupalDevDependenciesBuilder::getPackage function composer/Generator/Builder/DrupalDevDependenciesBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalDevDependenciesBuilder::getPath function composer/Generator/Builder/DrupalDevDependenciesBuilder.php Return the path to where the metapackage should be written.
DrupalImage::getButtons function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns the buttons that this plugin provides, along with metadata.

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