CommentFieldsTest::testCommentFieldLinksNonDefaultName |
function |
core/modules/comment/tests/src/Functional/CommentFieldsTest.php |
Tests link building with non-default comment field names. |
CommentForm |
class |
core/modules/comment/src/CommentForm.php |
Base handler for comment forms. |
CommentForm.php |
file |
core/modules/comment/src/CommentForm.php |
|
CommentForm::$currentUser |
property |
core/modules/comment/src/CommentForm.php |
The current user. |
CommentForm::$entityFieldManager |
property |
core/modules/comment/src/CommentForm.php |
The entity field manager. |
CommentForm::$renderer |
property |
core/modules/comment/src/CommentForm.php |
The renderer. |
CommentForm::actions |
function |
core/modules/comment/src/CommentForm.php |
Returns an array of supported actions for the current entity form. |
CommentForm::buildEntity |
function |
core/modules/comment/src/CommentForm.php |
Builds an updated entity object based upon the submitted form values. |
CommentForm::create |
function |
core/modules/comment/src/CommentForm.php |
Instantiates a new instance of this class. |
CommentForm::flagViolations |
function |
core/modules/comment/src/CommentForm.php |
Flags violations for the current form. |
CommentForm::form |
function |
core/modules/comment/src/CommentForm.php |
Gets the actual form array to be built. |
CommentForm::getEditedFieldNames |
function |
core/modules/comment/src/CommentForm.php |
Gets the names of all fields edited in the form. |
CommentForm::getStatusMessage |
function |
core/modules/comment/src/CommentForm.php |
Gets an appropriate status message when a comment is saved. |
CommentForm::preview |
function |
core/modules/comment/src/CommentForm.php |
Form submission handler for the 'preview' action. |
CommentForm::save |
function |
core/modules/comment/src/CommentForm.php |
Form submission handler for the 'save' action. |
CommentForm::__construct |
function |
core/modules/comment/src/CommentForm.php |
Constructs a new CommentForm. |
CommentHooks |
class |
core/modules/comment/src/Hook/CommentHooks.php |
Hook implementations for comment. |
CommentHooks.php |
file |
core/modules/comment/src/Hook/CommentHooks.php |
|
CommentHooks::cron |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_cron(). |
CommentHooks::entityExtraFieldInfo |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_entity_extra_field_info(). |
CommentHooks::entityInsert |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_entity_insert(). |
CommentHooks::entityPredelete |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_entity_predelete(). |
CommentHooks::entityStorageLoad |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_entity_storage_load(). |
CommentHooks::entityView |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_entity_view(). |
CommentHooks::entityViewDisplayPresave |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_ENTITY_TYPE_presave() for entity_view_display entities. |
CommentHooks::fieldConfigCreate |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_ENTITY_TYPE_create() for 'field_config'. |
CommentHooks::fieldConfigDelete |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'field_config'. |
CommentHooks::fieldConfigUpdate |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
CommentHooks::fieldInfoEntityTypeUiDefinitionsAlter |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_field_info_entity_type_ui_definitions_alter(). |
CommentHooks::fieldStorageConfigInsert |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_ENTITY_TYPE_insert() for 'field_storage_config'. |
CommentHooks::fieldTypeCategoryInfoAlter |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_field_type_category_info_alter(). |
CommentHooks::formFieldUiDisplayOverviewFormAlter |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_form_FORM_ID_alter(). |
CommentHooks::formFieldUiFieldStorageAddFormAlter |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_form_FORM_ID_alter() for field_ui_field_storage_add_form. |
CommentHooks::formFieldUiFormDisplayOverviewFormAlter |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_form_FORM_ID_alter(). |
CommentHooks::help |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_help(). |
CommentHooks::nodeLinksAlter |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_node_links_alter(). |
CommentHooks::nodeSearchResult |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_node_search_result(). |
CommentHooks::nodeUpdateIndex |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_node_update_index(). |
CommentHooks::nodeViewAlter |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_ENTITY_TYPE_view_alter() for node entities. |
CommentHooks::ranking |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_ranking(). |
CommentHooks::theme |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_theme(). |
CommentHooks::userCancel |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_user_cancel(). |
CommentHooks::userPredelete |
function |
core/modules/comment/src/Hook/CommentHooks.php |
Implements hook_ENTITY_TYPE_predelete() for user entities. |
CommentHostnameTest |
class |
core/modules/comment/tests/src/Kernel/CommentHostnameTest.php |
Tests the hostname base field. |
CommentHostnameTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentHostnameTest.php |
|
CommentHostnameTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentHostnameTest.php |
Modules to install. |
CommentHostnameTest::testGetDefaultHostname |
function |
core/modules/comment/tests/src/Kernel/CommentHostnameTest.php |
Tests hostname default value callback. |
CommentIntegrationTest |
class |
core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php |
Tests integration of comment with other components. |
CommentIntegrationTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php |
|
CommentIntegrationTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php |
Modules to install. |