Giter Club home page Giter Club logo

d8_decorators's Introduction

This gives several examples of using Symfony decorators in Drupal 8.

See the Phase2 blog for details.

To play with this, first enable the test_decorator_core module, which provides the core service being overridden.

Then, enable different combination of the other decorator modules and run the drush php-eval "test_decorator_core()" command to see which order the different services run.

For example, enable test_decorator_a and run drush php-eval "test_decorator_core()" and you should see:

Decorator A Public
Core Protected
Core Public

which shows that the test_decorator_a ran first followed by the normal core service.

test_decorator_a

A simple decorator that extends the core service.

test_decorator_inter

Implements the core service interface rather than subclassing.

test_decorator_lower

A subclass decorator with a lower priority than decorator_a.

test_decorator_higher

A subclass decorator with a higher priorty than decorator_a.

test_decorator_chain

Yet another subclass decorator with the same priority as decorator_a.

test_decorator_protect

A subclass decorator that overrides a protected method.

d8_decorators's People

Contributors

mike-potter avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.