Search for nodes
- Search 7.x for nodes
- Search 9.5.x for nodes
- Search 8.9.x for nodes
- Search 10.3.x for nodes
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
NodeSearchHooks | class | core/ |
Search related hook implementations for node module. |
NodeSearchHooks.php | file | core/ |
|
NodeSearchHooks::commentDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for comment entities. |
NodeSearchHooks::commentInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for comment entities. |
NodeSearchHooks::commentUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for comment entities. |
NodeSearchHooks::cron | function | core/ |
Implements hook_cron(). |
NodeSearchHooks::nodeUpdate | function | core/ |
Implements hook_node_update(). |
NodeSearchHooks::ranking | function | core/ |
Implements hook_ranking(). |
NodeSearchHooks::reindexNodeForSearch | function | core/ |
Reindex a node for search. |
NodeSearchHooks::__construct | function | core/ |
|
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. |
NodeStorage | class | core/ |
Defines the storage handler class for nodes. |
NodeStorage.php | file | core/ |
|
NodeStorage::clearRevisionsLanguage | function | core/ |
Unsets the language for all nodes with the given language. |
NodeStorage::countDefaultLanguageRevisions | function | core/ |
Counts the number of revisions in the default language. |
NodeStorage::revisionIds | function | core/ |
Gets a list of node revision IDs for a specific node. |
NodeStorage::updateType | function | core/ |
Updates all nodes of one type to be of another type. |
NodeStorage::userRevisionIds | function | core/ |
Gets a list of revision IDs having a given user as node author. |
NodeStorageInterface | interface | core/ |
Defines an interface for node entity storage classes. |
NodeStorageInterface.php | file | core/ |
|
NodeStorageInterface::clearRevisionsLanguage | function | core/ |
Unsets the language for all nodes with the given language. |
NodeStorageInterface::countDefaultLanguageRevisions | function | core/ |
Counts the number of revisions in the default language. |
NodeStorageInterface::revisionIds | function | core/ |
Gets a list of node revision IDs for a specific node. |
NodeStorageInterface::updateType | function | core/ |
Updates all nodes of one type to be of another type. |
NodeStorageInterface::userRevisionIds | function | core/ |
Gets a list of revision IDs having a given user as node author. |
NodeStorageSchema | class | core/ |
Defines the node schema handler. |
NodeStorageSchema.php | file | core/ |
|
NodeStorageSchema::getEntitySchema | function | core/ |
Gets the entity schema for the specified entity type. |
NodeStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
NodeSyndicateBlockTest | class | core/ |
Tests if the syndicate block is available. |
NodeSyndicateBlockTest.php | file | core/ |
|
NodeSyndicateBlockTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
NodeSyndicateBlockTest::$modules | property | core/ |
Modules to install. |
NodeSyndicateBlockTest::setUp | function | core/ |
|
NodeSyndicateBlockTest::testSyndicateBlock | function | core/ |
Tests that the "Syndicate" block is shown when enabled. |
node_access_view_all_nodes | function | core/ |
Determines whether the user has a global viewing grant for all nodes. |
OptionsTestBase::$nodes | property | core/ |
Stores the nodes used for the different tests. |
PathPluginTest::$nodes | property | core/ |
Contains all nodes used by this test. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.