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::$deprecatedProperties |
property |
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 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 |
|
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. |
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. |
SearchPluginBase::buildSearchUrlQuery |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Builds the URL GET query parameters array for search. |
SearchPluginBase::create |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Creates an instance of the plugin. |
SearchPluginBase::getAttributes |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Returns the currently set attributes (from the request). |
SearchPluginBase::getHelp |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Returns the searching help. |
SearchPluginBase::getKeywords |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Returns the currently set keywords of the plugin instance. |
SearchPluginBase::getParameters |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Returns the current parameters set using setSearch(). |
SearchPluginBase::getType |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Returns the search index type this plugin uses. |
SearchPluginBase::isSearchExecutable |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Verifies if the values set via setSearch() are valid and sufficient. |
SearchPluginBase::searchFormAlter |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Alters the search form when being built for a given plugin. |
SearchPluginBase::setSearch |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Sets the keywords, parameters, and attributes to be used by execute(). |
SearchPluginBase::suggestedTitle |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Provides a suggested title for a page of search results. |
SearchPluginCollection |
class |
core/modules/search/src/Plugin/SearchPluginCollection.php |
Provides a container for lazily loading search plugins. |
SearchPluginCollection.php |
file |
core/modules/search/src/Plugin/SearchPluginCollection.php |
|
SearchPluginCollection::$searchPageId |
property |
core/modules/search/src/Plugin/SearchPluginCollection.php |
The unique ID for the search page using this plugin collection. |
SearchPluginCollection::get |
function |
core/modules/search/src/Plugin/SearchPluginCollection.php |
|
SearchPluginCollection::initializePlugin |
function |
core/modules/search/src/Plugin/SearchPluginCollection.php |
Initializes and stores a plugin. |
SearchPluginCollection::__construct |
function |
core/modules/search/src/Plugin/SearchPluginCollection.php |
Constructs a new SearchPluginCollection. |