CategoryInterface
interface CategoryInterface (View source)
Methods
getAttributeKeyByID($akID)
No description
getAttributeKeyByHandle($akHandle)
No description
getList()
No description
getSetManager()
No description
getAttributeTypes()
No description
getSearchIndexer()
No description
getAttributeValues($mixed)
No description
mixed
delete()
No description
Details
getAttributeKeyByID($akID)
No description
getAttributeKeyByHandle($akHandle)
No description
getList()
No description
getSetManager()
No description
getAttributeTypes()
No description
SearchIndexerInterface|null
getSearchIndexer()
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