Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithNonUpcastedParameters function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php @covers ::getRouteParameters[[api-linebreak]]
LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithUpcastedParameters function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Tests the getRouteParameters method for a route with upcasted parameters.
LocalTaskDefaultTest::testGetRouteParametersForDynamicRouteWithUpcastedParametersEmptyRawParameters function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php Tests the getRouteParameters method for a route with upcasted parameters.
LocalTaskDefaultTest::testGetRouteParametersForStaticRoute function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php @covers ::getRouteParameters[[api-linebreak]]
LocalTaskDefaultTest::testGetRouteParametersInPluginDefinitions function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php @covers ::getRouteParameters[[api-linebreak]]
LocalTaskDefaultTest::testGetTitle function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php @covers ::getTitle[[api-linebreak]]
LocalTaskDefaultTest::testGetTitleWithContext function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php @covers ::getTitle[[api-linebreak]]
LocalTaskDefaultTest::testGetTitleWithTitleArguments function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php @covers ::getTitle[[api-linebreak]]
LocalTaskDefaultTest::testGetWeight function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php @dataProvider providerTestGetWeight
@covers ::getWeight[[api-linebreak]]
LocalTaskIntegrationTestBase::getLocalTaskManager function core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php Sets up the local task manager for the test.
LocalTaskInterface::getActive function core/lib/Drupal/Core/Menu/LocalTaskInterface.php Gets the active status.
LocalTaskInterface::getOptions function core/lib/Drupal/Core/Menu/LocalTaskInterface.php Returns options for rendering a link to the local task.
LocalTaskInterface::getRouteName function core/lib/Drupal/Core/Menu/LocalTaskInterface.php Get the route name from the settings.
LocalTaskInterface::getRouteParameters function core/lib/Drupal/Core/Menu/LocalTaskInterface.php Returns the route parameters needed to render a link for the local task.
LocalTaskInterface::getTitle function core/lib/Drupal/Core/Menu/LocalTaskInterface.php Returns the localized title to be shown for this tab.
LocalTaskInterface::getWeight function core/lib/Drupal/Core/Menu/LocalTaskInterface.php Returns the weight of the local task.
LocalTaskManager::getDefinitions function core/lib/Drupal/Core/Menu/LocalTaskManager.php Gets the definition of all plugins for this type.
LocalTaskManager::getDiscovery function core/lib/Drupal/Core/Menu/LocalTaskManager.php Gets the plugin discovery.
LocalTaskManager::getLocalTasks function core/lib/Drupal/Core/Menu/LocalTaskManager.php Renders the local tasks (tabs) for the given route.
LocalTaskManager::getLocalTasksForRoute function core/lib/Drupal/Core/Menu/LocalTaskManager.php Find all local tasks that appear on a named route.
LocalTaskManager::getTasksBuild function core/lib/Drupal/Core/Menu/LocalTaskManager.php Gets the render array for all local tasks.
LocalTaskManager::getTitle function core/lib/Drupal/Core/Menu/LocalTaskManager.php Gets the title for a local task.
LocalTaskManagerInterface::getLocalTasks function core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Renders the local tasks (tabs) for the given route.
LocalTaskManagerInterface::getLocalTasksForRoute function core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Find all local tasks that appear on a named route.
LocalTaskManagerInterface::getTasksBuild function core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php Gets the render array for all local tasks.
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 @covers ::getTasksBuild[[api-linebreak]]
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.
Log::get function core/lib/Drupal/Core/Database/Log.php Retrieve the query log for the specified logging key so far.
Log::getDebugBacktrace function core/lib/Drupal/Core/Database/Log.php Gets the debug backtrace.
LoggedStatementsTrait::getDriverClass function core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php
LoggedStatementsTrait::getLoggedStatements function core/modules/system/tests/modules/database_statement_monitoring_test/src/LoggedStatementsTrait.php Returns the executed queries.
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.

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