NodeRevisionDeleteForm::$dateFormatter |
property |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
The date formatter service. |
NodeRevisionRevertForm::$dateFormatter |
property |
core/modules/node/src/Form/NodeRevisionRevertForm.php |
The date formatter service. |
NodeSearch::updateIndex |
function |
core/modules/node/src/Plugin/Search/NodeSearch.php |
Updates the search index for this plugin. |
NodeSelection::validateReferenceableNewEntities |
function |
core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php |
Validates which newly created entities can be referenced. |
NodeStorage::updateType |
function |
core/modules/node/src/NodeStorage.php |
Updates all nodes of one type to be of another type. |
NodeStorageInterface::updateType |
function |
core/modules/node/src/NodeStorageInterface.php |
Updates all nodes of one type to be of another type. |
NodeTypeForm::validateForm |
function |
core/modules/node/src/NodeTypeForm.php |
Form validation handler. |
NodeUpdate7008 |
class |
core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php |
Split the 'administer nodes' permission from 'access content overview'. |
NodeUpdate7008.php |
file |
core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php |
|
NodeUpdate7008::transform |
function |
core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php |
Split the 'administer nodes' permission from 'access content overview'. |
NodeUpdateTest |
class |
core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php |
Tests that node settings are properly updated during database updates. |
NodeUpdateTest.php |
file |
core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php |
|
NodeUpdateTest::setDatabaseDumpFiles |
function |
core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php |
Set database dump files to be used. |
NodeUpdateTest::testOwnerEntityKey |
function |
core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php |
Tests that the node entity type has an 'owner' entity key. |
NodeUpdateTest::testPublishedEntityKey |
function |
core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php |
Tests that the node entity type has a 'published' entity key. |
NodeUpdateTest::testStatusCheckbox |
function |
core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php |
Tests that the node entity form has the status checkbox. |
node_comment_update |
function |
core/modules/node/node.module |
Implements hook_ENTITY_TYPE_update() for comment entities. |
node_mass_update |
function |
core/modules/node/node.admin.inc |
Updates all nodes in the passed-in array with the passed-in field values. |
node_post_update_configure_status_field_widget |
function |
core/modules/node/node.post_update.php |
Load all form displays for nodes, add status with these settings, save. |
node_post_update_glossary_view_published |
function |
core/modules/node/node.post_update.php |
Add a published filter to the glossary View. |
node_post_update_node_revision_views_data |
function |
core/modules/node/node.post_update.php |
Clear caches due to updated views data. |
node_test_node_update |
function |
core/modules/node/tests/modules/node_test/node_test.module |
Implements hook_ENTITY_TYPE_update() for node entities. |
node_type_update_nodes |
function |
core/modules/node/node.module |
Updates all nodes of one type to be of another type. |
node_update_8001 |
function |
core/modules/node/node.install |
Add 'revision_translation_affected' field to 'node' entities. |
node_update_8002 |
function |
core/modules/node/node.install |
Remove obsolete indexes from the node schema. |
node_update_8003 |
function |
core/modules/node/node.install |
Promote 'status' and 'uid' fields to entity keys. |
node_update_8300 |
function |
core/modules/node/node.install |
Change {node_access}.fallback from an int to a tinyint as it is a boolean. |
node_update_8301 |
function |
core/modules/node/node.install |
Set the 'published' entity key. |
node_update_8400 |
function |
core/modules/node/node.install |
Fix realm column description on the node_access table. |
node_update_8401 |
function |
core/modules/node/node.install |
Run a node access rebuild, if required. |
node_update_8700 |
function |
core/modules/node/node.install |
Set the 'owner' entity key and update the field. |
None::validateArgument |
function |
core/modules/views/src/Plugin/views/argument_validator/None.php |
Performs validation for a given argument. |
NoPreExistingSchemaUpdateTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
Tries to update a module which has no pre-existing schema. |
NoPreExistingSchemaUpdateTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
|
NoPreExistingSchemaUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
|
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema |
function |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
Test the system module updates with no dependencies installed. |
NotNullConstraintValidator::validate |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraintValidator.php |
|
NullBackend::invalidate |
function |
core/lib/Drupal/Core/Cache/NullBackend.php |
Marks a cache item as invalid. |
NullBackend::invalidateAll |
function |
core/lib/Drupal/Core/Cache/NullBackend.php |
Marks all cache items as invalid. |
NullBackend::invalidateMultiple |
function |
core/lib/Drupal/Core/Cache/NullBackend.php |
Marks cache items as invalid. |
NullIdMap::getRowsNeedingUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Retrieves an array of map rows marked as needing update. |
NullIdMap::prepareUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Prepares to run a full update. |
NullIdMap::setUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Sets a specified record to be updated, if it exists. |
NullIdMap::updateCount |
function |
core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php |
Returns a count of items which are marked as needing update. |
Number::validateNumber |
function |
core/lib/Drupal/Core/Render/Element/Number.php |
Form element validation handler for #type 'number'. |
NumericArgumentValidator::validateArgument |
function |
core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php |
Performs validation for a given argument. |
OEmbed::validateConfigurationForm |
function |
core/modules/media/src/Plugin/media/Source/OEmbed.php |
Form validation handler. |
OEmbedForm::validateUrl |
function |
core/modules/media_library/src/Form/OEmbedForm.php |
Validates the oEmbed URL. |
OEmbedResourceConstraintValidator::validate |
function |
core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php |
|
OEmbedResourceConstraintValidatorTest::testValidateEmptySource |
function |
core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php |
@covers ::validate[[api-linebreak]] |