Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| OffsetPage::$offset | property | core/ |
The offset for the query. |
| OffsetPage::$size | property | core/ |
The size of the query. |
| OffsetPage::createFromQueryParameter | function | core/ |
Creates an OffsetPage object from a query parameter. |
| OffsetPage::DEFAULT_OFFSET | constant | core/ |
Default offset. |
| OffsetPage::getOffset | function | core/ |
Returns the current offset. |
| OffsetPage::getSize | function | core/ |
Returns the page size. |
| OffsetPage::KEY_NAME | constant | core/ |
The JSON:API pagination key name. |
| OffsetPage::OFFSET_KEY | constant | core/ |
The offset key in the page parameter: page[offset]. |
| OffsetPage::SIZE_KEY | constant | core/ |
The size key in the page parameter: page[limit]. |
| OffsetPage::SIZE_MAX | constant | core/ |
Max size. |
| OffsetPage::__construct | function | core/ |
Instantiates an OffsetPage object. |
| OffsetPageTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Query\OffsetPage[[api-linebreak]] @group jsonapi |
| OffsetPageTest.php | file | core/ |
|
| OffsetPageTest::parameterProvider | function | core/ |
Data provider for testCreateFromQueryParameter. |
| OffsetPageTest::setUp | function | core/ |
|
| OffsetPageTest::testCreateFromQueryParameter | function | core/ |
@covers ::createFromQueryParameter[[api-linebreak]] @dataProvider parameterProvider |
| OffsetPageTest::testCreateFromQueryParameterFail | function | core/ |
@covers ::createFromQueryParameter[[api-linebreak]] |
| off_canvas_test.info.yml | file | core/ |
core/modules/system/tests/modules/off_canvas_test/off_canvas_test.info.yml |
| off_canvas_test.routing.yml | file | core/ |
core/modules/system/tests/modules/off_canvas_test/off_canvas_test.routing.yml |
| OmittedData::__construct | function | core/ |
OmittedData constructor. |
| onecol.css | file | core/ |
/* * @file * Provides the layout styles for layout_onecol. */ .layout--onecol .layout__region { width: 100%; } |
| oneplusfourgrid_section.css | file | core/ |
/* * @file * Provides the layout styles for two-column layout section. */ .layout--oneplusfourgrid-section { display: flex; flex-wrap: wrap; } .layout--oneplusfourgrid-section > .layout__region { flex: 0 1 100%; } /* Large */ @media… |
| OpCodeCache::isEnabled | function | core/ |
Checks if OpCodeCache is enabled. |
| OpenDialogCommand::$dialogOptions | property | core/ |
Stores dialog-specific options passed directly to jQuery UI dialogs. Any jQuery UI option can be used. See http://api.jqueryui.com/dialog. |
| OpenDialogCommand::$selector | property | core/ |
The selector of the dialog. |
| OpenDialogCommand::$settings | property | core/ |
Custom settings that will be passed to the Drupal behaviors on the content of the dialog. |
| OpenDialogCommand::getDialogOptions | function | core/ |
Returns the dialog options. |
| OpenDialogCommand::setDialogOption | function | core/ |
Sets a single dialog option value. |
| OpenDialogCommand::setDialogOptions | function | core/ |
Sets the dialog options array. |
| OpenDialogCommand::setDialogTitle | function | core/ |
Sets the dialog title (an alias of setDialogOptions). |
| OpenDialogCommand::__construct | function | core/ |
Constructs an OpenDialogCommand object. |
| OpenerResolver | class | core/ |
Defines a class to get media library openers from the container. |
| OpenerResolver.php | file | core/ |
|
| OpenerResolver::get | function | core/ |
Gets a media library opener service from the container. |
| OpenerResolverInterface | interface | core/ |
Defines an interface to get a media library opener from the container. |
| OpenerResolverInterface.php | file | core/ |
|
| OpenerResolverInterface::get | function | core/ |
Gets a media library opener service from the container. |
| OpenModalDialogCommand::__construct | function | core/ |
Constructs an OpenModalDialog object. |
| OpenOffCanvasDialogCommand | class | core/ |
Defines an AJAX command to open content in a dialog in a off-canvas dialog. |
| OpenOffCanvasDialogCommand.php | file | core/ |
|
| OpenOffCanvasDialogCommand::DEFAULT_DIALOG_WIDTH | constant | core/ |
The dialog width to use if none is provided. |
| OpenOffCanvasDialogCommand::render | function | core/ |
Implements \Drupal\Core\Ajax\CommandInterface:render(). |
| OpenOffCanvasDialogCommand::__construct | function | core/ |
Constructs an OpenOffCanvasDialogCommand object. |
| OpenOffCanvasDialogCommandTest | class | core/ |
@coversDefaultClass \Drupal\Core\Ajax\OpenOffCanvasDialogCommand[[api-linebreak]] @group Ajax |
| OpenOffCanvasDialogCommandTest.php | file | core/ |
|
| OpenOffCanvasDialogCommandTest::dialogPosition | function | core/ |
The data provider for potential dialog positions. |
| OpenOffCanvasDialogCommandTest::testRender | function | core/ |
@covers ::render[[api-linebreak]] |
| OperationBase | class | core/ |
Provides a base class for test operations. |
| OperationBase.php | file | core/ |
|
| OperationBase::arguments | function | core/ |
Returns the definition of the operation arguments. |
Pagination
- Previous page
- Page 914
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.