entity_usage-8.x-2.x-dev/src/EmbedTrackInterface.php

src/EmbedTrackInterface.php
<?php

namespace Drupal\entity_usage;

/**
 * Defines the interface for tracking plugins that embed entities in WYSIWYG.
 */
interface EmbedTrackInterface extends EntityUsageTrackInterface {

  /**
   * Parse an HTML snippet looking for embedded entities.
   *
   * @param string $text
   *   The partial (X)HTML snippet to load. Invalid markup will be corrected on
   *   import.
   *
   * @return array<string, string>
   *   An array of all embedded entities found, where keys are the uuids and the
   *   values are the entity types.
   */
  public function parseEntitiesFromText($text);

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc