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
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.
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.
PhpArrayDumperTest::getServiceCall function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php Helper function to return a service definition.
PhpassHashedPasswordBase::getCountLog2 function core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Parses the log2 iteration count from a stored hash or setting string.
PhpBackend::get function core/lib/Drupal/Core/Cache/PhpBackend.php Returns data from the persistent cache.
PhpBackend::getByHash function core/lib/Drupal/Core/Cache/PhpBackend.php Fetch a cache item using a hashed cache ID.
PhpBackend::getMultiple function core/lib/Drupal/Core/Cache/PhpBackend.php Returns data from the persistent cache when given an array of cache IDs.
PhpBackendFactory::get function core/lib/Drupal/Core/Cache/PhpBackendFactory.php Gets PhpBackend for the specified cache bin.
PhpRequirements::getMinimumSupportedPhp function core/lib/Drupal/Core/Utility/PhpRequirements.php Dynamically identifies the minimum supported PHP version based on the date.
PhpSelection::getReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php Gets the list of referenceable entities.
PhpSerialize::getFileExtension function core/lib/Drupal/Component/Serialization/PhpSerialize.php Gets the file extension for this serialization format.
PhpStorageFactory::get function core/lib/Drupal/Core/PhpStorage/PhpStorageFactory.php Instantiates a storage for generated PHP code.
PhpStorageFactoryTest::testGetDefault function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Tests the get() method using the 'default' settings.
PhpStorageFactoryTest::testGetNoSettings function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Tests the get() method with no settings.
PhpStorageFactoryTest::testGetOverride function core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php Tests the get() method with overridden settings.
PhpStorageInterface::getFullPath function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Gets the full file path.
PhpStorageTestBase class core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Base test for PHP storages.
PhpStorageTestBase.php file core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php
PhpStorageTestBase::$directory property core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php A unique per test class directory path to test php storage.
PhpStorageTestBase::additionalAssertCRUD function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Additional asserts to be run.
PhpStorageTestBase::assertCRUD function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Assert that a PHP storage's load/save/delete operations work.
PhpStorageTestBase::setUp function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php
PhpUnitBridgeTest class core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php Test how kernel tests interact with deprecation errors.
PhpUnitBridgeTest class core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Tests Drupal's integration with Symfony PHPUnit Bridge.
PhpUnitBridgeTest class core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php Test how unit tests interact with deprecation errors.
PhpUnitBridgeTest.php file core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest.php file core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php The theme to install as the default for testing.
PhpUnitBridgeTest::$modules property core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Modules to install.
PhpUnitBridgeTest::$modules property core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php Modules to install.
PhpUnitBridgeTest::testDeprecatedClass function core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest::testDeprecatedClass function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php Tests class-level deprecation.
PhpUnitBridgeTest::testDeprecatedFunction function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest::testDeprecatedFunction function core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php

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