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 11.x for __get
  6. Other projects
Title Object type File name Summary
LocalTaskManagerInterface::getTitle function core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Gets the title for a local task.
LocalTaskManagerTest::getLocalTaskFixtures function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Return some local tasks plugin definitions.
LocalTaskManagerTest::getLocalTasksCache function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Returns the cache entry expected when running getLocalTaskForRoute().
LocalTaskManagerTest::getLocalTasksForRouteResult function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Returns an expected result for getLocalTasksForRoute.
LocalTaskManagerTest::testGetLocalTaskForRouteWithEmptyCache function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the cache of the local task manager with an empty initial cache.
LocalTaskManagerTest::testGetLocalTaskForRouteWithFilledCache function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the cache of the local task manager with a filled initial cache.
LocalTaskManagerTest::testGetLocalTasksForRouteForChild function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the getLocalTasksForRoute method on a child.
LocalTaskManagerTest::testGetLocalTasksForRouteSingleLevelTitle function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the getLocalTasksForRoute method.
LocalTaskManagerTest::testGetTasksBuildWithCacheabilityMetadata function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests get tasks build with cacheability metadata.
LocalTaskManagerTest::testGetTasksBuildWithFibers function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Test multiple parallel calls with fibers.
LocalTaskManagerTest::testGetTitle function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php Tests the getTitle method.
LocalTaskTest::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php Gets the definition of all derivatives of a base plugin.
LocalTaskTestWithUnsafeTitle::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php Gets the definition of all derivatives of a base plugin.
Lock::getOwnerId function core/lib/Drupal/Core/TempStore/Lock.php Gets the owner ID.
Lock::getUpdated function core/lib/Drupal/Core/TempStore/Lock.php Gets the timestamp of the last update to the lock.
LockBackendAbstract::getLockId function core/lib/Drupal/Core/Lock/LockBackendAbstract.php Gets the unique page token for locks.
LockBackendAbstractTest::testGetLockId function core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php Tests the getLockId() method.
LockBackendInterface::getLockId function core/lib/Drupal/Core/Lock/LockBackendInterface.php Gets the unique page token for locks.
LockFileValidator::getHash function core/modules/package_manager/src/Validator/LockFileValidator.php Returns the XXH64 hash of a file.
LockFileValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/LockFileValidator.php
Log::get function core/lib/Drupal/Core/Database/Log.php Retrieve the query log for the specified logging key so far.
LoggerAwareStub::getLogger function core/modules/system/tests/modules/logger_aware_test/src/LoggerAwareStub.php Gets the logger.
LoggerChannelFactory::get function core/lib/Drupal/Core/Logger/LoggerChannelFactory.php Retrieves the registered logger for the requested channel.
LoggerChannelFactoryInterface::get function core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php Retrieves the registered logger for the requested channel.
LoggerChannelFactoryTest::testGet function core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php Tests LoggerChannelFactory::get().
LoggerChannelTrait::getLogger function core/lib/Drupal/Core/Logger/LoggerChannelTrait.php Gets the logger for a specific channel.
LoggingDecoratorTrait::getInvocationArguments function core/modules/package_manager/tests/modules/package_manager_bypass/src/LoggingDecoratorTrait.php Returns the arguments from every invocation of the main class method.
LoggingForm::getFormId function core/modules/system/src/Form/LoggingForm.php Returns a unique string identifying the form.
LoggingTest::testEnableTargetLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests logging queries against multiple targets on the same connection.
LoggingTest::testEnableTargetLoggingNoTarget function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that logs to separate targets use the same connection properly.
LoggingTest::testGetLoggingWrongKey function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that getLog with a wrong key return an empty array.
LoginLogoutMenuLink::getCacheContexts function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php The cache contexts associated with this object.
LoginLogoutMenuLink::getRouteName function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php Returns the route name, if available.
LoginLogoutMenuLink::getTitle function core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php Returns the localized title to be shown for this link.
LruMemoryCache::get function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Returns data from the persistent cache.
LruMemoryCache::getMultiple function core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php Returns data from the persistent cache when given an array of cache IDs.
LruMemoryCacheTest::getLruMemoryCache function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Creates a LRU cache for testing.
LruMemoryCacheTest::testGetSetDelete function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests getting, setting and deleting items from the LRU memory cache.
MachineName::getInfo function core/lib/Drupal/Core/Render/Element/MachineName.php Returns the element properties for this element.
MachineName::getTransliterationLanguageOverrides function core/lib/Drupal/Core/Render/Element/MachineName.php Gets transliteration language overrides for a language.
MachineName::getValueOptions function core/modules/views/src/Plugin/views/field/MachineName.php
MachineNameTest::getFormId function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Returns a unique string identifying the form.
MailerCaptureTestForm::getFormId function core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php Returns a unique string identifying the form.
MailerCaptureTrait::getCapturedMessages function core/lib/Drupal/Core/Test/MailerCaptureTrait.php Gets an array containing all messages sent during this test case.
MailerCaptureTrait::getEmails function core/lib/Drupal/Core/Test/MailerCaptureTrait.php Gets an array containing all emails sent during this test case.
MailHandlerTest::getAnonymousMockMessage function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock message from anonymous user.
MailHandlerTest::getAuthenticatedMockMessage function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock message from authenticated user.
MailHandlerTest::getMockContactForm function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock message on given scenario.
MailHandlerTest::getMockSender function core/modules/contact/tests/src/Unit/MailHandlerTest.php Builds a mock sender on given scenario.
MailHandlerTest::getSendMailMessages function core/modules/contact/tests/src/Unit/MailHandlerTest.php Data provider for ::testSendMailMessages.

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