| 
            Connection::destroy           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/Database/Connection.php           | 
                  
            Destroys this Connection object.           | 
              
          
                  | 
            PluginBase::destroy           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php           | 
                  
            Clears a plugin.           | 
              
          
                  | 
            SessionHandler::destroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php           | 
                  
                       | 
              
          
                  | 
            ViewExecutable::destroy           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php           | 
                  
            Unset references so that a $view object may be properly garbage
collected.           | 
              
          
                  | 
            _drupal_session_destroy           | 
                  
            function           | 
                  
            drupal/core/includes/session.inc           | 
                  
            Session handler assigned by session_set_save_handler().           | 
              
          
                  | 
            StylePluginBase::destroy           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php           | 
                  
            Clears a plugin.           | 
              
          
                  | 
            PdoSessionHandler::destroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php           | 
                  
                       | 
              
          
                  | 
            DisplayPluginBase::destroy           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php           | 
                  
            Clears a plugin.           | 
              
          
                  | 
            drupal_session_destroy_uid           | 
                  
            function           | 
                  
            drupal/core/includes/session.inc           | 
                  
            Ends a specific user's session(s).           | 
              
          
                  | 
            NullSessionHandler::destroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php           | 
                  
                       | 
              
          
                  | 
            views.view.test_destroy.yml           | 
                  
            file           | 
                  
            drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_destroy.yml           | 
                  
            drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_destroy.yml           | 
              
          
                  | 
            SessionHandlerProxy::destroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php           | 
                  
                       | 
              
          
                  | 
            MongoDbSessionHandler::destroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php           | 
                  
                       | 
              
          
                  | 
            MockFileSessionStorage::destroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php           | 
                  
            Deletes a session from persistent storage.
Deliberately leaves session data in memory intact.           | 
              
          
                  | 
            ViewExecutableTest::testDestroy           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php           | 
                  
            Tests the deconstructor to be sure that necessary objects are removed.           | 
              
          
                  | 
            MemcacheSessionHandler::destroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php           | 
                  
                       | 
              
          
                  | 
            SessionTest::testMigrateDestroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php           | 
                  
                       | 
              
          
                  | 
            MemcachedSessionHandler::destroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php           | 
                  
                       | 
              
          
                  | 
            SessionHandlerInterface::destroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Resources/stubs/SessionHandlerInterface.php           | 
                  
            Destroys this session.           | 
              
          
                  | 
            SessionHandlerProxyTest::testDestroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php           | 
                  
                       | 
              
          
                  | 
            ViewExecutableTest::assertViewDestroy           | 
                  
            function           | 
                  
            drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php           | 
                  
            Asserts that expected view properties have been unset by destroy().           | 
              
          
                  | 
            MongoDbSessionHandlerTest::testDestroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php           | 
                  
                       | 
              
          
                  | 
            PdoSessionHandlerTest::testSessionDestroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php           | 
                  
                       | 
              
          
                  | 
            ConcreteSessionHandlerInterfaceProxy::destroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php           | 
                  
                       | 
              
          
                  | 
            MemcacheSessionHandlerTest::testDestroySession           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php           | 
                  
                       | 
              
          
                  | 
            MemcachedSessionHandlerTest::testDestroySession           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php           | 
                  
                       | 
              
          
                  | 
            NativeSessionStorageTest::testRegenerateDestroy           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php           | 
                  
                       |