KeywordController
extends ControllerBase
in package
Keyword Controller class.
Table of Contents
Properties
- $entityTypeManager : EntityTypeManagerInterface
- The entity type manager.
Methods
- __construct() : mixed
- Constructor.
- create() : mixed
- Create container.
- exportByImportance() : mixed
- Export keywords by usage importance.
Properties
$entityTypeManager
The entity type manager.
protected
EntityTypeManagerInterface
$entityTypeManager
Methods
__construct()
Constructor.
public
__construct(EntityTypeManagerInterface $entity_type_manager) : mixed
Parameters
- $entity_type_manager : EntityTypeManagerInterface
create()
Create container.
public
static create(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
exportByImportance()
Export keywords by usage importance.
public
exportByImportance() : mixed