| RowPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Provide a form for setting options. |
| RowPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Information about options for all kinds of purposes will be held here. |
| RowPluginBase::preRender |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Allow the style to do stuff before each row is rendered. |
| RowPluginBase::query |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Add anything to the query that we might need to. |
| RowPluginBase::render |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Renders a row object. |
| RowPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Perform any necessary changes to the form values prior to storage. |
| RowPluginBase::usesFields |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Returns the usesFields property. |
| RowPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Validate the options form. |
| RowPluginTest |
class |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Tests the node row plugin. |
| RowPluginTest.php |
file |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
|
| RowPluginTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
The theme to install as the default for testing. |
| RowPluginTest::$modules |
property |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Modules to enable. |
| RowPluginTest::$nodes |
property |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Contains all nodes used by this test. |
| RowPluginTest::$testViews |
property |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Views used by this test. |
| RowPluginTest::setUp |
function |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Sets up the test. |
| RowPluginTest::testRowPlugin |
function |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Tests the node row plugin. |
| Rss::$usesRowPlugin |
property |
core/modules/views/src/Plugin/views/style/Rss.php |
Whether or not this style uses a row plugin. |
| RssPluginBase |
class |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
Base class for Views RSS row plugins. |
| RssPluginBase.php |
file |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
|
| RssPluginBase::$entityDisplayRepository |
property |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
The entity display repository. |
| RssPluginBase::$entityTypeId |
property |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
The ID of the entity type for which this is an RSS row plugin. |
| RssPluginBase::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
The entity type manager. |
| RssPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
Provide a form for setting options. |
| RssPluginBase::buildOptionsForm_summary_options |
function |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
Return the main options, which are shown in the summary title. |
| RssPluginBase::calculateDependencies |
function |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
Calculates dependencies for the configured plugin. |
| RssPluginBase::create |
function |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
Creates an instance of the plugin. |
| RssPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
Information about options for all kinds of purposes will be held here. |
| RssPluginBase::__construct |
function |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
Constructs a RssPluginBase object. |
| SearchMultilingualEntityTest::$plugin |
property |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
Node search plugin. |
| SearchPage::$plugin |
property |
core/modules/search/src/Entity/SearchPage.php |
The search plugin ID. |
| SearchPage::$pluginCollection |
property |
core/modules/search/src/Entity/SearchPage.php |
The plugin collection that stores search plugins. |
| SearchPage::getPlugin |
function |
core/modules/search/src/Entity/SearchPage.php |
Returns the search plugin. |
| SearchPage::getPluginCollection |
function |
core/modules/search/src/Entity/SearchPage.php |
Encapsulates the creation of the search page's LazyPluginCollection. |
| SearchPage::getPluginCollections |
function |
core/modules/search/src/Entity/SearchPage.php |
Gets the plugin collections used by this object. |
| SearchPage::searchPluginManager |
function |
core/modules/search/src/Entity/SearchPage.php |
Wraps the search plugin manager. |
| SearchPage::setPlugin |
function |
core/modules/search/src/Entity/SearchPage.php |
Sets the search plugin. |
| SearchPageFormBase::$plugin |
property |
core/modules/search/src/Form/SearchPageFormBase.php |
The search plugin being configured. |
| SearchPageInterface::getPlugin |
function |
core/modules/search/src/SearchPageInterface.php |
Returns the search plugin. |
| SearchPageInterface::setPlugin |
function |
core/modules/search/src/SearchPageInterface.php |
Sets the search plugin. |
| SearchPlugin |
class |
core/modules/search/src/Annotation/SearchPlugin.php |
Defines a SearchPlugin type annotation object. |
| SearchPlugin.php |
file |
core/modules/search/src/Annotation/SearchPlugin.php |
|
| SearchPlugin::$id |
property |
core/modules/search/src/Annotation/SearchPlugin.php |
A unique identifier for the search plugin. |
| SearchPlugin::$title |
property |
core/modules/search/src/Annotation/SearchPlugin.php |
The title for the search page tab. |
| SearchPlugin::$use_admin_theme |
property |
core/modules/search/src/Annotation/SearchPlugin.php |
Whether or not search results should be displayed in admin theme. |
| SearchPluginBase |
class |
core/modules/search/src/Plugin/SearchPluginBase.php |
Defines a base class for plugins wishing to support search. |
| SearchPluginBase.php |
file |
core/modules/search/src/Plugin/SearchPluginBase.php |
|
| SearchPluginBase::$keywords |
property |
core/modules/search/src/Plugin/SearchPluginBase.php |
The keywords to use in a search. |
| SearchPluginBase::$searchAttributes |
property |
core/modules/search/src/Plugin/SearchPluginBase.php |
Array of attributes - usually from the request object. |
| SearchPluginBase::$searchParameters |
property |
core/modules/search/src/Plugin/SearchPluginBase.php |
Array of parameters from the query string from the request. |
| SearchPluginBase::buildResults |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Executes the search and builds render arrays for the result items. |