interface CategoryInterface (View source)

Methods

getAttributeKeyByID($akID)

No description

getAttributeKeyByHandle($akHandle)

No description

getList()

No description

getSetManager()

No description

getAttributeTypes()

No description

addFromRequest(Type $type, Request $request)

No description

updateFromRequest(Key $key, Request $request)

No description

getAttributeValues($mixed)

No description

getAttributeValue(Key $key, $mixed)

No description

mixed
deleteKey(Key $key)

Run when a key is deleted. Note this does NOT delete the source key entity. That is done simply by removing the key through Doctrine. Doctrine then calls the Concrete\Core\Attribute\Key\Listener::preRemove method, which runs this.

deleteValue(AttributeValueInterface $value)

No description

delete()

No description

Details

getAttributeKeyByID($akID)

No description

Parameters

$akID

getAttributeKeyByHandle($akHandle)

No description

Parameters

$akHandle

getList()

No description

getSetManager()

No description

getAttributeTypes()

No description

SearchIndexerInterface|null getSearchIndexer()

No description

Return Value

SearchIndexerInterface|null

addFromRequest(Type $type, Request $request)

No description

Parameters

Type $type
Request $request

updateFromRequest(Key $key, Request $request)

No description

Parameters

Key $key
Request $request

getAttributeValues($mixed)

No description

Parameters

$mixed

getAttributeValue(Key $key, $mixed)

No description

Parameters

Key $key
$mixed

mixed deleteKey(Key $key)

Run when a key is deleted. Note this does NOT delete the source key entity. That is done simply by removing the key through Doctrine. Doctrine then calls the Concrete\Core\Attribute\Key\Listener::preRemove method, which runs this.

Parameters

Key $key

Return Value

mixed

deleteValue(AttributeValueInterface $value)

No description

Parameters

AttributeValueInterface $value

delete()

No description