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. Other projects
Title Object type File name Summary
ValidationResult::getOverallSeverity function core/modules/package_manager/src/ValidationResult.php Returns the overall severity for a set of validation results.
ValidationResult::__get function core/modules/package_manager/src/ValidationResult.php Implements magic ::__get() method.
ValidationTestTrait::getValidationResultsAsArray function core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php Gets an array representation of validation results for easy comparison.
ValidKeysConstraint::getAllowedKeys function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php Returns the list of valid keys.
ValidKeysConstraint::getDefaultOption function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php
ValidKeysConstraint::getRequiredOptions function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php
ValidKeysConstraintValidator::getDynamicMessageParameters function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraintValidator.php Computes message parameters for dynamic type violations.
Value::getInfo function core/lib/Drupal/Core/Render/Element/Value.php Returns the element properties for this element.
Variable::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Defines the source fields uniquely identifying a source row.
VariableMultiRow::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php Defines the source fields uniquely identifying a source row.
VariableTranslation::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Defines the source fields uniquely identifying a source row.
VariableTranslation::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Defines the source fields uniquely identifying a source row.
VariantBase::getConfiguration function core/lib/Drupal/Core/Display/VariantBase.php Gets this plugin's configuration.
VariantBase::getWeight function core/lib/Drupal/Core/Display/VariantBase.php Returns the weight of the display variant.
VariantInterface::getWeight function core/lib/Drupal/Core/Display/VariantInterface.php Returns the weight of the display variant.
VariationCache::get function core/lib/Drupal/Core/Cache/VariationCache.php Gets a cache entry based on cache keys.
VariationCache::getMultiple function core/lib/Drupal/Core/Cache/VariationCache.php Gets multiple cache entries based on a set of cache keys.
VariationCache::getRedirectChain function core/lib/Drupal/Core/Cache/VariationCache.php Performs a full get, returning every step of the way.
VariationCache::getValidatedCachedRedirectChain function core/lib/Drupal/Core/Cache/VariationCache.php Retrieved the redirect chain from cache, validating each part.
VariationCache::maxAgeToExpire function core/lib/Drupal/Core/Cache/VariationCache.php Maps a max-age value to an "expire" value for the Cache API.
VariationCacheFactory::get function core/lib/Drupal/Core/Cache/VariationCacheFactory.php Gets a variation cache for a given cache bin.
VariationCacheFactoryInterface::get function core/lib/Drupal/Core/Cache/VariationCacheFactoryInterface.php Gets a variation cache for a given cache bin.
VariationCacheInterface::get function core/lib/Drupal/Core/Cache/VariationCacheInterface.php Gets a cache entry based on cache keys.
VariationCacheInterface::getMultiple function core/lib/Drupal/Core/Cache/VariationCacheInterface.php Gets multiple cache entries based on a set of cache keys.
VariationCacheTest::getSortedCacheId function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Creates the sorted cache ID from cache ID parts.
VegetableInterface interface core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php Provides an interface for test plugins.
VegetableInterface.php file core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
VendorHardeningExcluder::getSubscribedEvents function core/modules/package_manager/src/PathExcluder/VendorHardeningExcluder.php
VendorHardeningPlugin::getInstalledPackages function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Gets a list of all installed packages from Composer.
VendorHardeningPlugin::getInstallPathForPackage function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Gets the installed path for a package.
VendorHardeningPlugin::getSubscribedEvents function composer/Plugin/VendorHardening/VendorHardeningPlugin.php
VersionById::getRevisionId function core/modules/jsonapi/src/Revisions/VersionById.php Gets the revision ID.
VersionByRel::getRevisionId function core/modules/jsonapi/src/Revisions/VersionByRel.php Gets the revision ID.
VersionHistoryController::getOperationLinks function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Get operations for an entity revision.
VersionHistoryController::getRevisionDescription function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Get a description of the revision.
VersionHistoryController::getRevisionDescriptionDateFormat function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Date format to use for revision description dates.
VersionHistoryLocalTasks::getDerivativeDefinitions function core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php Gets the definition of all derivatives of a base plugin.
VersionNegotiator::getRevision function core/modules/jsonapi/src/Revisions/VersionNegotiator.php Gets a negotiated entity revision.
VersionNegotiatorInterface::getRevision function core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php Gets the identified revision.
VerticalTabs::getInfo function core/lib/Drupal/Core/Render/Element/VerticalTabs.php Returns the element properties for this element.
View::getDisplay function core/modules/views/src/Entity/View.php Retrieves a specific display's configuration by reference.
View::getExecutable function core/modules/views/src/Entity/View.php Gets an executable instance for this view.
View::getInfo function core/modules/views/src/Element/View.php Returns the element properties for this element.
ViewAjaxControllerTest::getCommands function core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php Gets the commands entry from the response object.
ViewAjaxResponse::getView function core/modules/views/src/Ajax/ViewAjaxResponse.php Gets the executed view of this response.
ViewEditForm::getDisplayDetails function core/modules/views_ui/src/ViewEditForm.php Helper function to get the display details section of the edit UI.
ViewEditForm::getDisplayTab function core/modules/views_ui/src/ViewEditForm.php Returns a renderable array representing the edit page for one display.
ViewEditForm::getFormBucket function core/modules/views_ui/src/ViewEditForm.php Add information about a section to a display.
ViewEntityDependenciesTest::testGetDependencies function core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php Tests the getDependencies method.
ViewEntityInterface::getDisplay function core/modules/views/src/ViewEntityInterface.php Retrieves a specific display's configuration by reference.

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