Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| NodeSearch::$entityTypeManager | property | core/ |
The entity type manager. |
| NodeSearch::$languageManager | property | core/ |
The language manager. |
| NodeSearch::$messenger | property | core/ |
The messenger. |
| NodeSearch::$moduleHandler | property | core/ |
A module manager object. |
| NodeSearch::$rankings | property | core/ |
An array of additional rankings from hook_ranking(). |
| NodeSearch::$renderer | property | core/ |
The Renderer service to format the username and node. |
| NodeSearch::$searchIndex | property | core/ |
The search index. |
| NodeSearch::$searchSettings | property | core/ |
A config object for 'search.settings'. |
| NodeSearch::access | function | core/ |
Checks data value access. |
| NodeSearch::addNodeRankings | function | core/ |
Adds the configured rankings to the search query. |
| NodeSearch::ADVANCED_FORM | constant | core/ |
A constant for setting and checking the query string. |
| NodeSearch::buildConfigurationForm | function | core/ |
Form constructor. |
| NodeSearch::buildSearchUrlQuery | function | core/ |
Builds the URL GET query parameters array for search. |
| NodeSearch::create | function | core/ |
Creates an instance of the plugin. |
| NodeSearch::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| NodeSearch::execute | function | core/ |
Executes the search. |
| NodeSearch::findResults | function | core/ |
Queries to find search results, and sets status messages. |
| NodeSearch::getRankings | function | core/ |
Gathers ranking definitions from hook_ranking(). |
| NodeSearch::getType | function | core/ |
Returns the search index type this plugin uses. |
| NodeSearch::indexClear | function | core/ |
Clears the search index for this plugin. |
| NodeSearch::indexNode | function | core/ |
Indexes a single node. |
| NodeSearch::indexStatus | function | core/ |
Reports the status of indexing. |
| NodeSearch::isSearchExecutable | function | core/ |
Verifies if the values set via setSearch() are valid and sufficient. |
| NodeSearch::markForReindex | function | core/ |
Marks the search index for reindexing for this plugin. |
| NodeSearch::parseAdvancedDefaults | function | core/ |
Parses the advanced search form default values. |
| NodeSearch::prepareResults | function | core/ |
Prepares search results for rendering. |
| NodeSearch::removeSubmittedInfo | function | core/ |
Removes the submitted by information from the build array. |
| NodeSearch::searchFormAlter | function | core/ |
Alters the search form when being built for a given plugin. |
| NodeSearch::submitConfigurationForm | function | core/ |
Form submission handler. |
| NodeSearch::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| NodeSearch::updateIndex | function | core/ |
Updates the search index for this plugin. |
| NodeSearch::__construct | function | core/ |
Constructs a \Drupal\node\Plugin\Search\NodeSearch object. |
| NodeSelection | class | core/ |
Provides specific access control for the node entity type. |
| NodeSelection.php | file | core/ |
|
| NodeSelection::buildEntityQuery | function | core/ |
Builds an EntityQuery to get referenceable entities. |
| NodeSelection::createNewEntity | function | core/ |
Creates a new entity object that can be used as a valid reference. |
| NodeSelection::validateReferenceableNewEntities | function | core/ |
Validates which newly created entities can be referenced. |
| NodeServiceProvider | class | core/ |
Registers services in the container. |
| NodeServiceProvider.php | file | core/ |
|
| NodeServiceProvider::register | function | core/ |
Registers services to the container. |
| NodeStatisticsDatabaseStorage | class | core/ |
Provides the default database storage backend for statistics. |
| NodeStatisticsDatabaseStorage.php | file | core/ |
|
| NodeStatisticsDatabaseStorage::$connection | property | core/ |
The database connection used. |
| NodeStatisticsDatabaseStorage::$requestStack | property | core/ |
The request stack. |
| NodeStatisticsDatabaseStorage::$state | property | core/ |
The state service. |
| NodeStatisticsDatabaseStorage::deleteViews | function | core/ |
Delete counts for a specific entity. |
| NodeStatisticsDatabaseStorage::fetchAll | function | core/ |
Returns the number of times a entity has been viewed. |
| NodeStatisticsDatabaseStorage::fetchView | function | core/ |
Returns the number of times a single entity has been viewed. |
| NodeStatisticsDatabaseStorage::fetchViews | function | core/ |
Returns the number of times entities have been viewed. |
| NodeStatisticsDatabaseStorage::getRequestTime | function | core/ |
Get current request time. |
Pagination
- Previous page
- Page 893
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.