| 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::TITLE_VIEW_MODE |
constant |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
A fake view mode to only display titles. |
| 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. |
| SearchPageValidationTest::testInvalidPluginId |
function |
core/modules/search/tests/src/Kernel/SearchPageValidationTest.php |
Tests that the search plugin ID is validated. |
| 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. |
| 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 |
Instantiates a new instance of the implementing class using autowiring. |
| 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. |
| SearchPluginBase::usesAdminTheme |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Returns whether or not search results should be displayed in admin theme. |
| 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. |
| SearchPluginCollectionTest |
class |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
Tests Drupal\search\Plugin\SearchPluginCollection. |
| SearchPluginCollectionTest.php |
file |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
|
| SearchPluginCollectionTest::$pluginInstances |
property |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
Stores all setup plugin instances. |
| SearchPluginCollectionTest::$pluginManager |
property |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
The mocked plugin manager. |
| SearchPluginCollectionTest::$searchPluginCollection |
property |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
The tested plugin collection. |
| SearchPluginCollectionTest::setUp |
function |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
|