Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
Result.php file core/modules/views/src/Plugin/views/area/Result.php
Result::buildOptionsForm function core/modules/views/src/Plugin/views/area/Result.php Provide a form to edit options for this plugin.
Result::defineOptions function core/modules/views/src/Plugin/views/area/Result.php Information about options for all kinds of purposes will be held here.
Result::fetch function core/modules/mysqli/src/Driver/Database/mysqli/Result.php Fetches the next row.
Result::query function core/modules/views/src/Plugin/views/area/Result.php Add anything to the query that we might need to.
Result::render function core/modules/views/src/Plugin/views/area/Result.php Render the area.
Result::rowCount function core/modules/mysqli/src/Driver/Database/mysqli/Result.php Returns the number of rows matched by the last SQL statement.
Result::setFetchMode function core/modules/mysqli/src/Driver/Database/mysqli/Result.php Sets the default fetch mode for this result set.
Result::__construct function core/modules/mysqli/src/Driver/Database/mysqli/Result.php Constructor.
ResultBase class core/lib/Drupal/Core/Database/Statement/ResultBase.php Base class for results of a data query language (DQL) statement.
ResultBase.php file core/lib/Drupal/Core/Database/Statement/ResultBase.php
ResultBase::fetch function core/lib/Drupal/Core/Database/Statement/ResultBase.php Fetches the next row.
ResultBase::fetchAll function core/lib/Drupal/Core/Database/Statement/ResultBase.php Returns an array containing all of the result set rows.
ResultBase::fetchAllAssoc function core/lib/Drupal/Core/Database/Statement/ResultBase.php Returns the result set as an associative array keyed by the given column.
ResultBase::fetchAllKeyed function core/lib/Drupal/Core/Database/Statement/ResultBase.php Returns the entire result set as a single associative array.
ResultBase::rowCount function core/lib/Drupal/Core/Database/Statement/ResultBase.php Returns the number of rows matched by the last SQL statement.
ResultBase::setFetchMode function core/lib/Drupal/Core/Database/Statement/ResultBase.php Sets the default fetch mode for this result set.
ResultBase::__construct function core/lib/Drupal/Core/Database/Statement/ResultBase.php Constructor.
ResultRow class core/modules/views/src/ResultRow.php A class representing a view result row.
ResultRow.php file core/modules/views/src/ResultRow.php
ResultRow::$index property core/modules/views/src/ResultRow.php An incremental number which represents the row in the entire result.
ResultRow::$_entity property core/modules/views/src/ResultRow.php The entity for this result.
ResultRow::$_relationship_entities property core/modules/views/src/ResultRow.php An array of relationship entities.
ResultRow::resetEntityData function core/modules/views/src/ResultRow.php Resets the _entity and _relationship_entities properties.
ResultRow::__construct function core/modules/views/src/ResultRow.php Constructs a ResultRow object.
ResultTest class core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Tests Drupal\views\Plugin\views\area\Result.
ResultTest.php file core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php
ResultTest::$resultHandler property core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php The Result handler.
ResultTest::$view property core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php The view executable object.
ResultTest::providerTestResultArea function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Data provider for testResultArea.
ResultTest::setUp function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php
ResultTest::setupViewPager function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Sets up a mock pager on the view executable object.
ResultTest::testQuery function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Tests the query method.
ResultTest::testResultArea function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Tests the rendered output of the Result area handler.
ReverseContainer class core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Retrieves service IDs from the container for public services.
ReverseContainer.php file core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php
ReverseContainer::$getServiceId property core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php A closure on the container that can search for services.
ReverseContainer::$recordedServices property core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php A static map of services to a hash.
ReverseContainer::generateServiceIdHash function core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Generates an identifier for a service based on the object class and hash.
ReverseContainer::getId function core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Returns the ID of the passed object when it exists as a service.
ReverseContainer::recordContainer function core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Records a map of the container's services.
ReverseContainer::__construct function core/lib/Drupal/Component/DependencyInjection/ReverseContainer.php Constructs a ReverseContainer object.
ReverseContainerTest class core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php Tests the ReverseContainer class.
ReverseContainerTest.php file core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php
ReverseContainerTest::testGetId function core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php Tests get id.
ReverseContainerTest::testRecordContainer function core/tests/Drupal/Tests/Component/DependencyInjection/ReverseContainerTest.php Tests record container.
ReverseProxyMiddleware class core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php Provides support for reverse proxies.
ReverseProxyMiddleware.php file core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php
ReverseProxyMiddleware::$httpKernel property core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php The decorated kernel.
ReverseProxyMiddleware::$settings property core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php The site settings.

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