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
PerformanceData::getCacheDeleteCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache delete count.
PerformanceData::getCacheDeleteCountByBin function core/tests/Drupal/Tests/PerformanceData.php Returns the cache delete operation count grouped by bin.
PerformanceData::getCacheGetCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache get count.
PerformanceData::getCacheGetCountByBin function core/tests/Drupal/Tests/PerformanceData.php Returns the cache get operation count grouped by bin.
PerformanceData::getCacheOperations function core/tests/Drupal/Tests/PerformanceData.php Gets the cache operations.
PerformanceData::getCacheSetCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache set count.
PerformanceData::getCacheSetCountByBin function core/tests/Drupal/Tests/PerformanceData.php Returns the cache set operation count grouped by bin.
PerformanceData::getCacheTagChecksumCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag checksum count.
PerformanceData::getCacheTagGroupedLookups function core/tests/Drupal/Tests/PerformanceData.php Gets the grouped cache tag lookups.
PerformanceData::getCacheTagInvalidationCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag invalidation count.
PerformanceData::getCacheTagIsValidCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag isValid count.
PerformanceData::getCacheTagLookupQueryCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag lookup query count.
PerformanceData::getQueries function core/tests/Drupal/Tests/PerformanceData.php Gets the queries.
PerformanceData::getQueryCount function core/tests/Drupal/Tests/PerformanceData.php Gets the query count.
PerformanceData::getReturnValue function core/tests/Drupal/Tests/PerformanceData.php Gets the original return value.
PerformanceData::getScriptBytes function core/tests/Drupal/Tests/PerformanceData.php Gets the script bytes count.
PerformanceData::getScriptCount function core/tests/Drupal/Tests/PerformanceData.php Gets the script request count.
PerformanceData::getStylesheetBytes function core/tests/Drupal/Tests/PerformanceData.php Gets the stylesheet bytes count.
PerformanceData::getStylesheetCount function core/tests/Drupal/Tests/PerformanceData.php Gets the stylesheet request count.
PerformanceData::setCacheGetCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache get count.
PerformanceDataCollector::getSubscribedEvents function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php
PerformanceForm::getEditableConfigNames function core/modules/system/src/Form/PerformanceForm.php Gets the configuration names that will be editable.
PerformanceForm::getFormId function core/modules/system/src/Form/PerformanceForm.php Returns a unique string identifying the form.
PerformanceTestBase::getMinkDriverArgs function core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php Gets the Mink driver args from an environment variable.
PerformanceTestRecorder::getCount function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php Gets the number of times an event occurred.
PerformanceTestRecorder::getSubscribedEvents function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
PerformanceTestTrait::doGetMinkDriverArgs function core/tests/Drupal/Tests/PerformanceTestTrait.php Helper for ::getMinkDriverArgs().
PerformanceTestTrait::getMetrics function core/tests/Drupal/Tests/PerformanceTestTrait.php Get metrics from a performance data value object.
Permission::getCacheContexts function core/modules/user/src/Plugin/views/access/Permission.php The cache contexts associated with this object.
Permission::getCacheMaxAge function core/modules/user/src/Plugin/views/access/Permission.php The maximum age for which this object may be cached.
Permission::getCacheTags function core/modules/user/src/Plugin/views/access/Permission.php The cache tags associated with this object.
PermissionHandler::getModuleNames function core/modules/user/src/PermissionHandler.php Returns all module names.
PermissionHandler::getPermissions function core/modules/user/src/PermissionHandler.php Gets all available permissions.
PermissionHandler::getYamlDiscovery function core/modules/user/src/PermissionHandler.php Gets the YAML discovery.
PermissionHandlerInterface::getPermissions function core/modules/user/src/PermissionHandlerInterface.php Gets all available permissions.
Permissions::getValueOptions function core/modules/user/src/Plugin/views/filter/Permissions.php Gets the value options.
PermissionsHashGenerator::getCacheableMetadata function core/lib/Drupal/Core/Session/PermissionsHashGenerator.php Gets the cacheability metadata for the generated hash.
PermissionsHashGeneratorInterface::getCacheableMetadata function core/lib/Drupal/Core/Session/PermissionsHashGeneratorInterface.php Gets the cacheability metadata for the generated hash.
PermissionsPerBundleDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/PermissionsPerBundleDeriver.php Gets the definition of all derivatives of a base plugin.
PersistentDatabaseLockBackend::getLockId function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php Gets the unique page token for locks.
PgsqlRequirements::getRequirements function core/modules/pgsql/src/Install/Requirements/PgsqlRequirements.php Check installation requirements.
PhoneField::getFieldFormatterMap function core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php Get a map between D6 formatters and D8 formatters for this field type.
PhpArrayContainerTest::getCollection function core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php Helper function to return a machine-optimized '@notation'.
PhpArrayContainerTest::getParameterCall function core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php Helper function to return a service definition.
PhpArrayContainerTest::getServiceCall function core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php Helper function to return a service definition.
PhpArrayDumper::getArray function core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php Gets the service container definition as a PHP array.
PhpArrayDumper::getParameterCall function core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php Gets a parameter reference in a suitable PHP array format.
PhpArrayDumper::getServiceCall function core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php Gets a service reference for an ID in a suitable PHP array format.
PhpArrayDumperTest::getCollection function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php Helper function to return a machine-optimized collection.
PhpArrayDumperTest::getParameterCall function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php Helper function to return a parameter definition.

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