Error message

  • Notice: Undefined property: stdClass::$preferred in _api_make_match_link() (line 1075 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).
  • Notice: Undefined property: stdClass::$preferred in _api_make_match_link() (line 1079 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).
  • Notice: Undefined property: stdClass::$preferred in _api_make_match_link() (line 1075 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).
  • Notice: Undefined property: stdClass::$preferred in _api_make_match_link() (line 1079 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).

public function ParagraphOperations::getInfo

File

paragraphs/src/Element/ParagraphOperations.php, line 18

Class

ParagraphOperations
Plugin annotation @RenderElement("paragraph_operations");

Namespace

Drupal\paragraphs\Element

Code

public function getInfo() {
  return [
    '#theme' => 'links__dropbutton__operations__paragraphs',
  ] + parent::getInfo();
}