Search for options
- Search 7.x for options
- Search 9.5.x for options
- Search 10.3.x for options
- Search 11.x for options
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Role::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
Role::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
Role::validateOptionsForm | function | core/ |
Validate the options form. |
Roles::getValueOptions | function | core/ |
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values. |
RowPluginBase::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
RowPluginBase::buildOptionsForm | function | core/ |
Provide a form for setting options. |
RowPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
RowPluginBase::submitOptionsForm | function | core/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
RowPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
RowTest::buildOptionsForm | function | core/ |
Provide a form for setting options. |
RowTest::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
Rss::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
Rss::buildOptionsForm_summary_options | function | core/ |
Return the main options, which are shown in the summary title. |
Rss::buildOptionsForm_summary_options | function | core/ |
Return the main options, which are shown in the summary title. |
Rss::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
RssFields::buildOptionsForm | function | core/ |
Provide a form for setting options. |
RssFields::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
RssPluginBase::buildOptionsForm | function | core/ |
Provide a form for setting options. |
RssPluginBase::buildOptionsForm_summary_options | function | core/ |
Return the main options, which are shown in the summary title. |
RssPluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
ScaffoldOptions | class | composer/ |
Per-project options from the 'extras' section of the composer.json file. |
ScaffoldOptions.php | file | composer/ |
|
ScaffoldOptions::$options | property | composer/ |
The raw data from the 'extras' section of the top-level composer.json file. |
ScaffoldOptions::allowedPackages | function | composer/ |
Gets allowed packages from these options. |
ScaffoldOptions::create | function | composer/ |
Creates a scaffold options object. |
ScaffoldOptions::fileMapping | function | composer/ |
Returns the actual file mappings. |
ScaffoldOptions::getLocation | function | composer/ |
Gets a specific named location. |
ScaffoldOptions::gitIgnore | function | composer/ |
Gets the value of the 'gitignore' option. |
ScaffoldOptions::hasAllowedPackages | function | composer/ |
Determines whether any allowed packages were defined. |
ScaffoldOptions::hasFileMapping | function | composer/ |
Determines if there are file mappings. |
ScaffoldOptions::hasGitIgnore | function | composer/ |
Determines if there is defined a value for the 'gitignore' option. |
ScaffoldOptions::hasLocation | function | composer/ |
Determines whether a given named location is defined. |
ScaffoldOptions::hasOptions | function | composer/ |
Determines if the provided 'extras' section has scaffold options. |
ScaffoldOptions::locations | function | composer/ |
Gets the location mapping table, e.g. 'webroot' => './'. |
ScaffoldOptions::override | function | composer/ |
Creates a new scaffold options object with some values overridden. |
ScaffoldOptions::overrideSymlink | function | composer/ |
Creates a new scaffold options object with an overridden 'symlink' value. |
ScaffoldOptions::symlink | function | composer/ |
Determines if symlink mode is set. |
ScaffoldOptions::__construct | function | composer/ |
ScaffoldOptions constructor. |
Search::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
SearchRow::buildOptionsForm | function | core/ |
Provide a form for setting options. |
SearchRow::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
Serialized::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
Serialized::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
Serialized::validateOptionsForm | function | core/ |
Validate the options form. |
Serializer::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
Serializer::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
Serializer::getFormatOptions | function | core/ |
Returns an array of format options |
Serializer::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
SerializerTest::testSerializerReceivesOptions | function | core/ |
Tests that the symfony serializer receives style plugin from the render() method. |
SessionConfiguration::$options | property | core/ |
An associative array of session ini settings. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.