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 main for __get
  6. Other projects
Title Object type File name Summary
ComponentPluginManager::getScanDirectories function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Get the list of directories to scan.
ComponentsTwigExtension::getFunctions function core/lib/Drupal/Core/Template/ComponentsTwigExtension.php
ComponentsTwigExtension::getNodeVisitors function core/lib/Drupal/Core/Template/ComponentsTwigExtension.php
ComponentTestDoesNotExtendCoreTest::getNodeType function core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php
ComponentTestDoesNotExtendCoreTestTest::getRule function core/tests/PHPStan/tests/ComponentTestDoesNotExtendCoreTestTest.php
ComponentValidator::getClassProps function core/lib/Drupal/Core/Theme/Component/ComponentValidator.php Gets the props that are not JSON based.
ComposerBuildTestBase::getComponentPathsFinder function core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php Find all the composer.json files for components.
ComposerInspector::getAllowPluginsConfig function core/modules/package_manager/src/ComposerInspector.php Returns the value of `allow-plugins` config setting.
ComposerInspector::getConfig function core/modules/package_manager/src/ComposerInspector.php Returns a config value from Composer.
ComposerInspector::getInstalledPackagesList function core/modules/package_manager/src/ComposerInspector.php Returns the installed packages list.
ComposerInspector::getPackageTypes function core/modules/package_manager/src/ComposerInspector.php Loads package types from the lock file.
ComposerInspector::getRootPackageInfo function core/modules/package_manager/src/ComposerInspector.php Returns the output of `composer show --self` in a directory.
ComposerInspector::getVersion function core/modules/package_manager/src/ComposerInspector.php Returns the current Composer version.
ComposerInspectorTest::testGetInstalledPackagesList function core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php Tests get installed packages list.
ComposerInspectorTest::testGetVersion function core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php Tests get version.
ComposerIntegrationTest::getContentHash function core/tests/Drupal/Tests/ComposerIntegrationTest.php Returns the md5 hash of the sorted content of the composer file.
ComposerIntegrationTrait::getComposerJsonFinder function core/tests/Drupal/Tests/Composer/ComposerIntegrationTrait.php Get a Finder object to traverse all of the composer.json files in core.
ComposerMinimumStabilityValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/ComposerMinimumStabilityValidator.php
ComposerPatchesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/ComposerPatchesValidator.php
ComposerPluginImplementsScaffoldEvents::getSubscribedEvents function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php
ComposerPluginsValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/ComposerPluginsValidator.php
ComposerProjectTemplatesTest::getCoreStability function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Returns the stability of the current core version.
ComposerProjectTemplatesTest::getPathReposForType function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Get Composer items that we want to be path repos, from within a directory.
ComposerValidator::getHelpUrl function core/modules/package_manager/src/Validator/ComposerValidator.php Returns a URL to a specific fragment of Package Manager's online help.
CompositeConstraintInterface::getCompositeOptionStatic function core/lib/Drupal/Core/Validation/CompositeConstraintInterface.php Returns the name of the property or properties that contain constraints.
ComputedFileUrl::getValue function core/modules/file/src/ComputedFileUrl.php Gets the data value.
ComputedFileUrlTest::testGetValue function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php Tests get value.
ComputedItemListTrait::get function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::getIterator function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::getString function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedItemListTrait::getValue function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ComputedString::getCacheContexts function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php The cache contexts associated with this object.
ComputedString::getCacheMaxAge function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php The maximum age for which this object may be cached.
ComputedString::getCacheTags function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php The cache tags associated with this object.
ComputedString::getCastedValue function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php
ComputedString::getValue function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php Gets the data value.
ConditionAggregateInterface::getConjunction function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Gets the current conjunction.
ConditionAggregateInterface::getQuery function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Gets the query that is holding this condition.
ConditionFundamentals::getConjunction function core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php
ConditionFundamentals::getQuery function core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php
ConditionInterface::getConjunction function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Gets the current conjunction.
ConditionInterface::getQuery function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Gets the query that is holding this condition.
ConditionManager::getType function core/lib/Drupal/Core/Condition/ConditionManager.php A string identifying the plugin type.
ConditionPluginBase::getConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Gets this plugin's configuration.
ConditionPluginCollection::get function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php
ConditionPluginCollection::getConditionContexts function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Gets the values for all defined contexts.
ConditionPluginCollection::getConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Gets the current configuration of all plugins in this collection.
ConditionPluginCollectionTest::testGetConfiguration function core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php Tests get configuration.
Config::get function core/lib/Drupal/Core/Config/Config.php Gets data from this configuration object.
Config::getAllCleanupPaths function composer/Plugin/VendorHardening/Config.php Gets the configured list of directories to remove from the root package.

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