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