Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
InlineBlockUsage::addUsage function core/modules/layout_builder/src/InlineBlockUsage.php Adds a usage record.
InlineBlockUsage::deleteUsage function core/modules/layout_builder/src/InlineBlockUsage.php Delete the inline blocks' the usage records.
InlineBlockUsage::getUnused function core/modules/layout_builder/src/InlineBlockUsage.php Gets unused inline block IDs.
InlineBlockUsage::getUsage function core/modules/layout_builder/src/InlineBlockUsage.php Gets usage record for inline block by ID.
InlineBlockUsage::removeByLayoutEntity function core/modules/layout_builder/src/InlineBlockUsage.php Remove usage record by layout entity.
InlineBlockUsage::__construct function core/modules/layout_builder/src/InlineBlockUsage.php Creates an InlineBlockUsage object.
InlineBlockUsageInterface interface core/modules/layout_builder/src/InlineBlockUsageInterface.php Defines an interface for tracking inline block usage.
InlineBlockUsageInterface.php file core/modules/layout_builder/src/InlineBlockUsageInterface.php
InlineBlockUsageInterface::addUsage function core/modules/layout_builder/src/InlineBlockUsageInterface.php Adds a usage record.
InlineBlockUsageInterface::deleteUsage function core/modules/layout_builder/src/InlineBlockUsageInterface.php Delete the inline blocks' the usage records.
InlineBlockUsageInterface::getUnused function core/modules/layout_builder/src/InlineBlockUsageInterface.php Gets unused inline block IDs.
InlineBlockUsageInterface::getUsage function core/modules/layout_builder/src/InlineBlockUsageInterface.php Gets usage record for inline block by ID.
InlineBlockUsageInterface::removeByLayoutEntity function core/modules/layout_builder/src/InlineBlockUsageInterface.php Remove usage record by layout entity.
InlineBlockUsageTest class core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php @coversDefaultClass \Drupal\layout_builder\InlineBlockUsage[[api-linebreak]]
InlineBlockUsageTest.php file core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php
InlineBlockUsageTest::testEmptyDeleteUsageCall function core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php Tests calling deleteUsage() with empty array.
InlineFormErrorsIntegrationTest class core/modules/quickedit/tests/src/FunctionalJavascript/InlineFormErrorsIntegrationTest.php Tests Inline Form Errors compatibility with Quick Edit.
InlineFormErrorsIntegrationTest.php file core/modules/quickedit/tests/src/FunctionalJavascript/InlineFormErrorsIntegrationTest.php
InlineFormErrorsIntegrationTest::$defaultTheme property core/modules/quickedit/tests/src/FunctionalJavascript/InlineFormErrorsIntegrationTest.php The theme to install as the default for testing.
InlineFormErrorsIntegrationTest::$editorUser property core/modules/quickedit/tests/src/FunctionalJavascript/InlineFormErrorsIntegrationTest.php An editor user with permissions to access the in-place editor.
InlineFormErrorsIntegrationTest::$modules property core/modules/quickedit/tests/src/FunctionalJavascript/InlineFormErrorsIntegrationTest.php Modules to enable.
InlineFormErrorsIntegrationTest::setUp function core/modules/quickedit/tests/src/FunctionalJavascript/InlineFormErrorsIntegrationTest.php
InlineFormErrorsIntegrationTest::testDisabledInlineFormErrors function core/modules/quickedit/tests/src/FunctionalJavascript/InlineFormErrorsIntegrationTest.php Tests that the inline form errors are not visible for Quick Edit forms.
InlineFormErrorsServiceProvider class core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php Overrides the form_error_handler service to enable inline form errors.
InlineFormErrorsServiceProvider.php file core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php
InlineFormErrorsServiceProvider::alter function core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php Modifies existing service definitions.
InlineTemplate class core/lib/Drupal/Core/Render/Element/InlineTemplate.php Provides a render element where the user supplies an in-line Twig template.
InlineTemplate.php file core/lib/Drupal/Core/Render/Element/InlineTemplate.php
InlineTemplate::getInfo function core/lib/Drupal/Core/Render/Element/InlineTemplate.php Returns the element properties for this element.
InlineTemplate::preRenderInlineTemplate function core/lib/Drupal/Core/Render/Element/InlineTemplate.php Renders a twig string directly.
inline_block.usage service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\InlineBlockUsage
inline_form_errors.info.yml file core/modules/inline_form_errors/inline_form_errors.info.yml core/modules/inline_form_errors/inline_form_errors.info.yml
inline_form_errors.module file core/modules/inline_form_errors/inline_form_errors.module Enables inline form errors.
inline_form_errors_element_info_alter function core/modules/inline_form_errors/inline_form_errors.module Implements hook_element_info_alter().
inline_form_errors_help function core/modules/inline_form_errors/inline_form_errors.module Implements hook_help().
inline_form_errors_preprocess_datetime_wrapper function core/modules/inline_form_errors/inline_form_errors.module Implements hook_preprocess_HOOK() for datetime form wrapper templates.
inline_form_errors_preprocess_details function core/modules/inline_form_errors/inline_form_errors.module Implements hook_preprocess_HOOK() for details element templates.
inline_form_errors_preprocess_fieldset function core/modules/inline_form_errors/inline_form_errors.module Implements hook_preprocess_HOOK() for fieldset element templates.
inline_form_errors_preprocess_form_element function core/modules/inline_form_errors/inline_form_errors.module Implements hook_preprocess_HOOK() for form element templates.
InOperator class core/modules/views/src/Plugin/views/filter/InOperator.php Simple filter to handle matching of multiple options selectable via checkboxes.
InOperator.php file core/modules/views/src/Plugin/views/filter/InOperator.php
InOperator::$valueFormType property core/modules/views/src/Plugin/views/filter/InOperator.php
InOperator::$valueOptions property core/modules/views/src/Plugin/views/filter/InOperator.php Stores all operations which are available on the form.
InOperator::$valueTitle property core/modules/views/src/Plugin/views/filter/InOperator.php The filter title.
InOperator::acceptExposedInput function core/modules/views/src/Plugin/views/filter/InOperator.php Determines if the input from a filter should change the generated query.
InOperator::adminSummary function core/modules/views/src/Plugin/views/filter/InOperator.php Display the filter on the administrative summary.
InOperator::buildExposeForm function core/modules/views/src/Plugin/views/filter/InOperator.php Options form subform for exposed filter options.
InOperator::defaultExposeOptions function core/modules/views/src/Plugin/views/filter/InOperator.php Provide default options for exposed filters.
InOperator::defineOptions function core/modules/views/src/Plugin/views/filter/InOperator.php Information about options for all kinds of purposes will be held here.
InOperator::getValueOptions function core/modules/views/src/Plugin/views/filter/InOperator.php Gets the value options.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.