Search for result
- Search 7.x for result
- Search 9.5.x for result
- Search 8.9.x for result
- Search 10.3.x for result
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Result | class | core/ |
Views area handler to display some configurable result summary. |
Result | class | core/ |
Class for mysqli-provided results of a data query language (DQL) statement. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Query::result | function | core/ |
Executes the query and returns the result. |
QueryAggregate::result | function | core/ |
Overrides \Drupal\Core\Entity\Query\Sql\Query::result(). |
Result | class | core/ |
Views area handler to display some configurable result summary. |
Result | class | core/ |
Class for mysqli-provided results of a data query language (DQL) statement. |
Result.php | file | core/ |
|
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/ |
|
ResultRow::$_relationship_entities | property | core/ |
|
ResultRow::resetEntityData | function | core/ |
Resets the _entity and _relationship_entities properties. |
ResultRow::__construct | function | core/ |
Constructs a ResultRow object. |
ResultTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\area\Result[[api-linebreak]] @group views |
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. |
SandboxEventException::getResultsAsText | function | core/ |
Formats the validation results, if any, as plain text. |
SandboxValidationEvent::$results | property | core/ |
The validation results. |
SandboxValidationEvent::addResult | function | core/ |
Adds a validation result to the event. |
SandboxValidationEvent::getResults | function | core/ |
Gets the validation results. |
ScaffoldResult | class | composer/ |
Record the result of a scaffold operation. |
ScaffoldResult.php | file | composer/ |
|
ScaffoldResult::$destination | property | composer/ |
The path to the scaffold file that was processed. |
ScaffoldResult::$managed | property | composer/ |
Indicates if this scaffold file is managed by the scaffold command. |
ScaffoldResult::destination | function | composer/ |
Gets the destination scaffold file that this result refers to. |
ScaffoldResult::isManaged | function | composer/ |
Determines whether this scaffold file is managed. |
ScaffoldResult::__construct | function | composer/ |
ScaffoldResult constructor. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.