Skip to content
Snippets Groups Projects
Verified Commit db5e5c12 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3424751 by acbramley: BlockContentForm::actions is incorrectly overridden as public

(cherry picked from commit 8e3e867b)
parent 85f30c3b
No related branches found
No related tags found
8 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest
Pipeline #107737 passed
Pipeline: drupal

#107798

    Pipeline: drupal

    #107789

      Pipeline: drupal

      #107782

        +6
        ......@@ -41,7 +41,7 @@ public function form(array $form, FormStateInterface $form_state) {
        /**
        * {@inheritdoc}
        */
        public function actions(array $form, FormStateInterface $form_state): array {
        protected function actions(array $form, FormStateInterface $form_state): array {
        $element = parent::actions($form, $form_state);
        if ($this->getRequest()->query->has('theme')) {
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment