Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| BreakpointDiscoveryTest::testBreakpointGroups | function | core/ |
Test the collection of breakpoint groups. |
| BreakpointDiscoveryTest::testCustomBreakpointGroups | function | core/ |
Test the custom breakpoint group provided by a theme and a module. |
| BreakpointDiscoveryTest::testModuleBreakpoints | function | core/ |
Test the breakpoint group created for a module. |
| BreakpointDiscoveryTest::testThemeBreakpoints | function | core/ |
Test the breakpoint group created for a theme. |
| BreakpointInterface | interface | core/ |
Interface for Breakpoint plugins. |
| BreakpointInterface.php | file | core/ |
|
| BreakpointInterface::getGroup | function | core/ |
Returns the breakpoint group. |
| BreakpointInterface::getLabel | function | core/ |
Returns the translated label. |
| BreakpointInterface::getMediaQuery | function | core/ |
Returns the media query. |
| BreakpointInterface::getMultipliers | function | core/ |
Returns the multipliers. |
| BreakpointInterface::getProvider | function | core/ |
Returns the provider. |
| BreakpointInterface::getWeight | function | core/ |
Returns the weight. |
| BreakpointManager | class | core/ |
Defines a breakpoint plugin manager to deal with breakpoints. |
| BreakpointManager.php | file | core/ |
|
| BreakpointManager::$breakpointsByGroup | property | core/ |
Static cache of breakpoints keyed by group. |
| BreakpointManager::$defaults | property | core/ |
A set of defaults to be referenced by $this->processDefinition() if additional processing of plugins is necessary or helpful for development purposes. |
| BreakpointManager::$instances | property | core/ |
The plugin instances. |
| BreakpointManager::$themeHandler | property | core/ |
The theme handler. |
| BreakpointManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
| BreakpointManager::getBreakpointsByGroup | function | core/ |
Gets breakpoints for the specified group. |
| BreakpointManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| BreakpointManager::getGroupLabel | function | core/ |
Gets the label for a breakpoint group. |
| BreakpointManager::getGroupProviders | function | core/ |
Gets all the providers for the specified breakpoint group. |
| BreakpointManager::getGroups | function | core/ |
Gets all the existing breakpoint groups. |
| BreakpointManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
| BreakpointManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
| BreakpointManager::__construct | function | core/ |
Constructs a new BreakpointManager instance. |
| BreakpointManagerInterface | interface | core/ |
Defines an interface for breakpoint managers. |
| BreakpointManagerInterface.php | file | core/ |
|
| BreakpointManagerInterface::getBreakpointsByGroup | function | core/ |
Gets breakpoints for the specified group. |
| BreakpointManagerInterface::getGroupProviders | function | core/ |
Gets all the providers for the specified breakpoint group. |
| BreakpointManagerInterface::getGroups | function | core/ |
Gets all the existing breakpoint groups. |
| BreakpointTest | class | core/ |
@coversDefaultClass \Drupal\breakpoint\Breakpoint[[api-linebreak]] @group Breakpoint |
| BreakpointTest.php | file | core/ |
|
| BreakpointTest::$breakpoint | property | core/ |
The breakpoint under test. |
| BreakpointTest::$pluginDefinition | property | core/ |
The used plugin definition. |
| BreakpointTest::$pluginId | property | core/ |
The used plugin ID. |
| BreakpointTest::$stringTranslation | property | core/ |
The mocked translator. |
| BreakpointTest::setUp | function | core/ |
|
| BreakpointTest::setupBreakpoint | function | core/ |
Sets up the breakpoint defaults. |
| BreakpointTest::testGetGroup | function | core/ |
@covers ::getGroup[[api-linebreak]] |
| BreakpointTest::testGetLabel | function | core/ |
@covers ::getLabel[[api-linebreak]] |
| BreakpointTest::testGetMediaQuery | function | core/ |
@covers ::getMediaQuery[[api-linebreak]] |
| BreakpointTest::testGetMultipliers | function | core/ |
@covers ::getMultipliers[[api-linebreak]] |
| BreakpointTest::testGetProvider | function | core/ |
@covers ::getProvider[[api-linebreak]] |
| BreakpointTest::testGetWeight | function | core/ |
@covers ::getWeight[[api-linebreak]] |
| breakpoint_help | function | core/ |
Implements hook_help(). |
| breakpoint_module_test.breakpoints.yml | file | core/ |
core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml |
| breakpoint_module_test.info.yml | file | core/ |
core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml |
| breakpoint_themes_installed | function | core/ |
Implements hook_themes_installed() |
Pagination
- Previous page
- Page 128
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.