RelationLinkManager::getRelationInternalIds

public RelationLinkManager::getRelationInternalIds($relation_uri, $context = array()) Translates a REST URI into internal IDs. Parameters string $relation_uri: Relation URI to transform into internal IDs Return value array Array with keys 'entity_type', 'bundle' and 'field_name'. Overrides RelationLinkManagerInterface::getRelationInternalIds File core/modules/rest/src/LinkManager/RelationLinkManager.php, line 80 Class RelationLinkManager Namespace Drupal\rest\LinkManager Code public

RelationLinkManager::$moduleHandler

Module handler service. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/rest/src/LinkManager/RelationLinkManager.php, line 32 Class RelationLinkManager Namespace Drupal\rest\LinkManager Code protected $moduleHandler;

RelationLinkManager::$entityManager

Entity manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/modules/rest/src/LinkManager/RelationLinkManager.php, line 25 Class RelationLinkManager Namespace Drupal\rest\LinkManager Code protected $entityManager;

RelationLinkManager::$cache

Type: \Drupal\Core\Cache\CacheBackendInterface; File core/modules/rest/src/LinkManager/RelationLinkManager.php, line 18 Class RelationLinkManager Namespace Drupal\rest\LinkManager Code protected $cache;

RelationLinkManager

Hierarchy class \Drupal\rest\LinkManager\LinkManagerBaseclass \Drupal\rest\LinkManager\RelationLinkManager implements RelationLinkManagerInterface File core/modules/rest/src/LinkManager/RelationLinkManager.php, line 13 Namespace Drupal\rest\LinkManager Members Name Modifiers Type Description LinkManagerBase::$configFactory protected property Config factory service. LinkManagerBase::$linkDomain protected property Link domain used for type links URIs. LinkManage

ReindexConfirm::submitForm

public ReindexConfirm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/search/src/Form/ReindexConfirm.php, line 59 Class ReindexConfirm Provides the search reindex confirmation form. Namespace Drupal\search\Form Code public function

ReindexConfirm::getQuestion

public ReindexConfirm::getQuestion() Returns the question to ask the user. Return value string The form question. The page title will be set to this value. Overrides ConfirmFormInterface::getQuestion File core/modules/search/src/Form/ReindexConfirm.php, line 24 Class ReindexConfirm Provides the search reindex confirmation form. Namespace Drupal\search\Form Code public function getQuestion() { return $this->t('Are you sure you want to re-index the site?'); }

ReindexConfirm::getFormId

public ReindexConfirm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/search/src/Form/ReindexConfirm.php, line 17 Class ReindexConfirm Provides the search reindex confirmation form. Namespace Drupal\search\Form Code public function getFormId() { return 'search_reindex_confirm'; }

ReindexConfirm::getDescription

public ReindexConfirm::getDescription() Returns additional text to display as a description. Return value string The form description. Overrides ConfirmFormBase::getDescription File core/modules/search/src/Form/ReindexConfirm.php, line 31 Class ReindexConfirm Provides the search reindex confirmation form. Namespace Drupal\search\Form Code public function getDescription() { return $this->t("This will re-index content in the search indexes of all active search pages. Searching will

ReindexConfirm::getConfirmText

public ReindexConfirm::getConfirmText() Returns a caption for the button that confirms the action. Return value string The form confirmation text. Overrides ConfirmFormBase::getConfirmText File core/modules/search/src/Form/ReindexConfirm.php, line 38 Class ReindexConfirm Provides the search reindex confirmation form. Namespace Drupal\search\Form Code public function getConfirmText() { return $this->t('Re-index site'); }