You are here

public function DevelImagesProviderInterface::availableMethods in Devel images provider 8

Same name and namespace in other branches
  1. 7 plugins/devel_image_provider/provider/base.inc \DevelImagesProviderInterface::availableMethods()

Sets the available methods to get the images from this provider.

1 method overrides DevelImagesProviderInterface::availableMethods()
DevelImagesProviderBase::availableMethods in plugins/devel_image_provider/provider/base.inc
Sets the available methods to get the images from this provider.

File

plugins/devel_image_provider/provider/base.inc, line 15
Base devel image providers plugin class.

Class

DevelImagesProviderInterface
Abstraction of the handling logic of a provider.

Code

public function availableMethods();