Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ManageGitIgnoreTest::testManageGitIgnore | function | core/ |
Tests scaffold command correctly manages the .gitignore file. |
| ManageGitIgnoreTest::testUnmanagedGitIgnoreWhenDisabled | function | core/ |
Tests scaffold command does not manage the .gitignore file when disabled. |
| ManageGitIgnoreTest::testUnmanagedGitIgnoreWhenGitNotAvailable | function | core/ |
Tests scaffold command disables .gitignore management when git not present. |
| ManageOptions | class | composer/ |
Per-project options from the 'extras' section of the composer.json file. |
| ManageOptions.php | file | composer/ |
|
| ManageOptions::$composer | property | composer/ |
The Composer service. |
| ManageOptions::ensureLocations | function | composer/ |
Ensures that all of the locations defined in the scaffold files exist. |
| ManageOptions::getLocationReplacements | function | composer/ |
Creates an interpolator for the 'locations' element. |
| ManageOptions::getOptions | function | composer/ |
Gets the root-level scaffold options for this project. |
| ManageOptions::packageOptions | function | composer/ |
Gets the scaffold options for the stipulated project. |
| ManageOptions::__construct | function | composer/ |
ManageOptions constructor. |
| ManyPlaceholderTest | class | core/ |
@coversDefaultClass \Drupal\big_pipe\Render\BigPipe[[api-linebreak]] @group big_pipe |
| ManyPlaceholderTest.php | file | core/ |
|
| ManyPlaceholderTest::testManyNoJsPlaceHolders | function | core/ |
@covers \Drupal\big_pipe\Render\BigPipe::sendNoJsPlaceholders[[api-linebreak]] |
| ManyToOne | class | core/ |
An argument handler for use in fields that have a many to one relationship with the table(s) to the left. This adds a bunch of options that are reasonably common with this type of relationship. Definition terms: |
| ManyToOne | class | core/ |
Complex filter to handle filtering for many to one relationships, such as terms (many terms per node) or roles (many roles per user). |
| ManyToOne.php | file | core/ |
|
| ManyToOne.php | file | core/ |
|
| ManyToOne::$helper | property | core/ |
Stores the Helper object which handles the many_to_one complexity. |
| ManyToOne::$valueFormType | property | core/ |
|
| ManyToOne::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| ManyToOne::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| ManyToOne::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| ManyToOne::ensureMyTable | function | core/ |
Override ensureMyTable so we can control how this joins in. The operator actually has influence over joining. |
| ManyToOne::ensureMyTable | function | core/ |
Override ensureMyTable so we can control how this joins in. The operator actually has influence over joining. |
| ManyToOne::init | function | core/ |
Overrides Drupal\views\Plugin\views\HandlerBase:init(). |
| ManyToOne::init | function | core/ |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
| ManyToOne::operators | function | core/ |
This kind of construct makes it relatively easy for a child class to add or remove functionality by overriding this function and adding/removing items from this array. |
| ManyToOne::opHelper | function | core/ |
|
| ManyToOne::query | function | core/ |
Set up the query for this argument. |
| ManyToOne::summaryArgument | function | core/ |
Provide the argument to use to link from the summary to the next level; this will be called once per row of a summary, and used as part of $view->getUrl(). |
| ManyToOne::summaryQuery | function | core/ |
Build the info for the summary query. |
| ManyToOne::title | function | core/ |
Get the title this argument will assign the view, given the argument. |
| ManyToOne::titleQuery | function | core/ |
Override for specific title lookups. |
| ManyToOne::valueForm | function | core/ |
Options form subform for setting options. |
| ManyToOneHelper | class | core/ |
This many to one helper object is used on both arguments and filters. |
| ManyToOneHelper.php | file | core/ |
|
| ManyToOneHelper::addFilter | function | core/ |
|
| ManyToOneHelper::addTable | function | core/ |
Add a table to the query. |
| ManyToOneHelper::buildOptionsForm | function | core/ |
|
| ManyToOneHelper::defineOptions | function | core/ |
|
| ManyToOneHelper::ensureMyTable | function | core/ |
Override ensureMyTable so we can control how this joins in. The operator actually has influence over joining. |
| ManyToOneHelper::getField | function | core/ |
Sometimes the handler might want us to use some kind of formula, so give it that option. If it wants us to do this, it must set $helper->formula = TRUE and implement handler->getFormula(); |
| ManyToOneHelper::getJoin | function | core/ |
|
| ManyToOneHelper::placeholder | function | core/ |
Provides a unique placeholders for handlers. |
| ManyToOneHelper::summaryJoin | function | core/ |
Provide the proper join for summary queries. This is important in part because it will cooperate with other arguments if possible. |
| ManyToOneHelper::__construct | function | core/ |
|
| Map | class | core/ |
The "map" data type. |
| Map.php | file | core/ |
|
| Map::$definition | property | core/ |
The data definition. |
Pagination
- Previous page
- Page 905
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.