‪TYPO3CMS  11.5
TYPO3\CMS\IndexedSearch\Controller\AdministrationController Class Reference
Inheritance diagram for TYPO3\CMS\IndexedSearch\Controller\AdministrationController:
TYPO3\CMS\Extbase\Mvc\Controller\ActionController TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface

Public Member Functions

 __construct (ModuleTemplateFactory $moduleTemplateFactory, AdministrationRepository $administrationRepository, Indexer $indexer, IconFactory $iconFactory)
 
 initializeAction ()
 
ResponseInterface processRequest (RequestInterface $request)
 
 indexAction ()
 
 pagesAction ()
 
 externalDocumentsAction ()
 
 statisticDetailsAction ($pageHash=0)
 
 saveStopwordsKeywordsAction ($pageHash, $pageId, $stopwords=[], $keywords=[])
 
 wordDetailAction ($id=0, $pageHash=0)
 
 statisticAction ($depth=1, $mode='overview')
 
 deleteIndexedItemAction ($id, $depth=1, $mode='overview')
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 injectResponseFactory (ResponseFactoryInterface $responseFactory)
 
 injectStreamFactory (StreamFactoryInterface $streamFactory)
 
 injectConfigurationManager (ConfigurationManagerInterface $configurationManager)
 
 injectObjectManager (ObjectManagerInterface $objectManager)
 
 injectSignalSlotDispatcher (Dispatcher $signalSlotDispatcher)
 
 injectValidatorResolver (ValidatorResolver $validatorResolver)
 
 injectViewResolver (ViewResolverInterface $viewResolver)
 
 injectReflectionService (ReflectionService $reflectionService)
 
 injectHashService (HashService $hashService)
 
 injectMvcPropertyMappingConfigurationService (MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService)
 
 injectEventDispatcher (EventDispatcherInterface $eventDispatcher)
 
 injectPropertyMapper (PropertyMapper $propertyMapper)
 
 injectInternalFlashMessageService (FlashMessageService $flashMessageService)
 
 injectInternalExtensionService (ExtensionService $extensionService)
 
 initializeControllerArgumentsBaseValidators ()
 
ControllerContext getControllerContext ()
 
 addFlashMessage ($messageBody, $messageTitle='', $severity=AbstractMessage::OK, $storeInSession=true)
 
never forward ($actionName, $controllerName=null, $extensionName=null, array $arguments=null)
 
never throwStatus ($statusCode, $statusMessage=null, $content=null)
 

Protected Member Functions

 initializeModuleTemplate (ServerRequestInterface $request)
 
BackendUserAuthentication getBackendUserAuthentication ()
 
LanguageService getLanguageService ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
 initializeView (ViewInterface $view)
 
 initializeActionMethodArguments ()
 
 initializeActionMethodValidators ()
 
 renderAssetsForRequest ($request)
 
string resolveActionMethodName ()
 
 callActionMethod (RequestInterface $request)
 
ViewInterface resolveView ()
 
 setViewConfiguration (ViewInterface $view)
 
array getViewProperty ($extbaseFrameworkConfiguration, $setting)
 
ResponseInterface errorAction ()
 
 addErrorFlashMessage ()
 
string bool getErrorFlashMessage ()
 
ResponseInterface null forwardToReferringRequest ()
 
string getFlattenedValidationErrorMessage ()
 
 getFlashMessageQueue (string $identifier=null)
 
ControllerContext buildControllerContext ()
 
never redirect ($actionName, $controllerName=null, $extensionName=null, array $arguments=null, $pageUid=null, $_=null, $statusCode=303)
 
never redirectToUri ($uri, $_=null, $statusCode=303)
 
string addBaseUriIfNecessary ($uri)
 
 mapRequestArgumentsToControllerArguments ()
 
ResponseInterface htmlResponse (string $html=null)
 
ResponseInterface jsonResponse (string $json=null)
 

Protected Attributes

ModuleTemplateFactory $moduleTemplateFactory
 
AdministrationRepository $administrationRepository
 
Indexer $indexer
 
IconFactory $iconFactory
 
int $pageUid = 0
 
array $external_parsers = array( )
 
array $indexerConfig = array( )
 
bool $enableMetaphoneSearch = false
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ActionController
ResponseFactoryInterface $responseFactory
 
StreamFactoryInterface $streamFactory
 
TYPO3 CMS Extbase Reflection ReflectionService $reflectionService
 
HashService $hashService
 
ViewInterface $view
 
string $defaultViewObjectName = TemplateView::class
 
string $actionMethodName = 'indexAction'
 
string $errorMethodName = 'errorAction'
 
TYPO3 CMS Extbase Mvc Controller MvcPropertyMappingConfigurationService $mvcPropertyMappingConfigurationService
 
EventDispatcherInterface $eventDispatcher
 
Request $request
 
TYPO3 CMS Extbase SignalSlot Dispatcher $signalSlotDispatcher
 
ObjectManagerInterface $objectManager
 
TYPO3 CMS Extbase Mvc Web Routing UriBuilder $uriBuilder
 
array $settings
 
TYPO3 CMS Extbase Validation ValidatorResolver $validatorResolver
 
TYPO3 CMS Extbase Mvc Controller Arguments $arguments
 
ControllerContext $controllerContext
 
ConfigurationManagerInterface $configurationManager
 

Detailed Description

Administration controller

This class is a specific controller implementation and is not considered part of the Public TYPO3 API.

Definition at line 43 of file AdministrationController.php.

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ deleteIndexedItemAction()

TYPO3\CMS\IndexedSearch\Controller\AdministrationController::deleteIndexedItemAction (   $id,
  $depth = 1,
  $mode = 'overview' 
)

Remove item from index

Parameters
string$id
int$depth
string$mode

Definition at line 536 of file AdministrationController.php.

References TYPO3\CMS\Extbase\Mvc\Controller\ActionController\redirect().

◆ externalDocumentsAction()

TYPO3\CMS\IndexedSearch\Controller\AdministrationController::externalDocumentsAction ( )

◆ getBackendUserAuthentication()

◆ getLanguageService()

◆ indexAction()

TYPO3\CMS\IndexedSearch\Controller\AdministrationController::indexAction ( )

◆ initializeAction()

TYPO3\CMS\IndexedSearch\Controller\AdministrationController::initializeAction ( )

Function will be called before every other action

Reimplemented from TYPO3\CMS\Extbase\Mvc\Controller\ActionController.

Definition at line 143 of file AdministrationController.php.

◆ initializeModuleTemplate()

TYPO3\CMS\IndexedSearch\Controller\AdministrationController::initializeModuleTemplate ( ServerRequestInterface  $request)
protected

◆ pagesAction()

TYPO3\CMS\IndexedSearch\Controller\AdministrationController::pagesAction ( )

◆ processRequest()

ResponseInterface TYPO3\CMS\IndexedSearch\Controller\AdministrationController::processRequest ( RequestInterface  $request)

◆ saveStopwordsKeywordsAction()

TYPO3\CMS\IndexedSearch\Controller\AdministrationController::saveStopwordsKeywordsAction (   $pageHash,
  $pageId,
  $stopwords = [],
  $keywords = [] 
)

Save stop words and keywords

Parameters
string$pageHash
int$pageId
array$stopwords
array$keywords

Definition at line 440 of file AdministrationController.php.

References TYPO3\CMS\IndexedSearch\Controller\AdministrationController\getBackendUserAuthentication(), and TYPO3\CMS\Extbase\Mvc\Controller\ActionController\redirect().

◆ statisticAction()

◆ statisticDetailsAction()

◆ wordDetailAction()

TYPO3\CMS\IndexedSearch\Controller\AdministrationController::wordDetailAction (   $id = 0,
  $pageHash = 0 
)

Member Data Documentation

◆ $administrationRepository

AdministrationRepository TYPO3\CMS\IndexedSearch\Controller\AdministrationController::$administrationRepository
protected

◆ $enableMetaphoneSearch

bool TYPO3\CMS\IndexedSearch\Controller\AdministrationController::$enableMetaphoneSearch = false
protected

is metaphone enabled

Definition at line 64 of file AdministrationController.php.

◆ $external_parsers

array TYPO3\CMS\IndexedSearch\Controller\AdministrationController::$external_parsers = array( )
protected

◆ $iconFactory

IconFactory TYPO3\CMS\IndexedSearch\Controller\AdministrationController::$iconFactory
protected

◆ $indexer

Indexer TYPO3\CMS\IndexedSearch\Controller\AdministrationController::$indexer
protected

◆ $indexerConfig

array TYPO3\CMS\IndexedSearch\Controller\AdministrationController::$indexerConfig = array( )
protected

Configuration defined in the Extension Manager

Definition at line 60 of file AdministrationController.php.

◆ $moduleTemplateFactory

ModuleTemplateFactory TYPO3\CMS\IndexedSearch\Controller\AdministrationController::$moduleTemplateFactory
protected

◆ $pageUid

int TYPO3\CMS\IndexedSearch\Controller\AdministrationController::$pageUid = 0
protected

Current page id

Definition at line 52 of file AdministrationController.php.